lluisgomez
f07a00cfae
remove trailing whitespace
9 years ago
lluisgomez
4092d2efe3
erGrouping python bindings and sample script textdetection.py which mimics the same detection pipeline as in textdetection.cpp
9 years ago
lluisgomez
7aedcae1ec
fix MSVS warnings
9 years ago
lluisgomez
581ae6b006
fix MSVS warnings
9 years ago
lluisgomez
9281cbfd2b
ERFilter python bindings
9 years ago
Maximilien Cuony
c9e3e22095
Implementation of SelectiveSearchSegmentation
9 years ago
Suleyman TURKMEN
947964b886
Update shape_transformation.cpp
9 years ago
edgarriba
d3dd859459
add io submodule for import scenes
9 years ago
Andrea Merello
6bd381cf4b
Tutorial: add a new bioispired tutorial about reproducing optical illusions
...
This new tutorial shows how the Adelson checkerboard optical illusion can
be reproduced with the bioinspired module. It will be put aside the
already-existent bioinspired tutorial.
Also-by: Antonio Cuni <anto.cuni@gmail.com>
9 years ago
Konstantin Volokh
1fe0c7121b
fix fc20 builds
...
Signed-off-by: Konstantin Volokh <Konstantin.Volokh@transas.com>
9 years ago
Patrick Snape
0900a86b58
Add float cast to OCR HMM
...
Required for MSVC 2008, shouldn't affect results otherwise.
9 years ago
Patrick Snape
6457fb8fff
Add float cast to OCR Beemsearch
...
Required for MSVC 2008, shouldn't affect result otherwise.
9 years ago
Patrick Snape
df7721e04a
Add float cast to KCFTracker
...
Required for MSVC builds - shouldn't affect result otherwise.
9 years ago
comdiv
f9c59c8604
revised PredictCollector with set of implementations
9 years ago
folz
063c191d5a
aruco: Use shared Ptrs to support exporting
9 years ago
damir
cd7b3ae41e
fix a bug for qt
9 years ago
Steve Nicholson
7869b5f0e1
Made change suggested in https://github.com/Itseez/opencv_contrib/pull/514#issuecomment-171128503
9 years ago
Steve Nicholson
04049da083
Use correct test for existence of CPU's POPCNT feature
9 years ago
tharunkalwa
48e0fc9b89
Update objectnessBING.cpp
...
The rectangle at top is not having maximum objectness value.
9 years ago
folz
d58c5e8b03
Fix MSVC size warning
9 years ago
folz
04a313cbde
Fix type/signedness mismatches
9 years ago
Balint Cristian
cf5fa2d408
BugFix: Fix & enhance DAISY sampling from convoluted cubes collection.
9 years ago
Balint Cristian
a01002f62b
Bugfix & Enhance: Fix close() issue and add H5_GETCHUNKDIMS option.
9 years ago
berak
0aa58ae9b3
face: change the 'not found' label back to -1
9 years ago
Rok Mandeljc
b273e1b914
opencv_xfeatures2d: CUDA SURF: check if __CUDA_ARCH__ is defined before comparing it
...
Changed statements of type "#if __CUDA_ARCH__ >= 200" to
"#if defined __CUDA_ARCH__ && __CUDA_ARCH__ >= 200" in order to
avoid warnings about __CUDA_ARCH__ being undefined.
9 years ago
Balint Cristian
a5e7d8f0da
CompileFix: SetCommandLineOption may be in gflags:: not google::
9 years ago
Balint Cristian
e5612c3c87
BugFix Issue No.481 related to SLIC, LSC contour mask values.
9 years ago
Balint Cristian
99b299a207
HDF Explicit overload functions. Avoid any ambiguities.
9 years ago
Suleyman TURKMEN
e3d11d99a8
Update blob.cpp
9 years ago
Maksim Shabunin
0b348ea96a
RGBD: enabled normals test, removed some tabs
10 years ago
manuele
9c413930d4
Fixed docs and added tests for Linemod 16U depth case
10 years ago
lar-lab-unibo
6960aacd26
Removed trailing space
10 years ago
m4nh
4b1322624f
MSD Detector Added
...
- Saliency stl array instead of pointer array added
- Perf test in Extra Repository
- Epsilon change to 10E-3
10 years ago
Maksim Shabunin
9c80c40c36
Fixed sfm module static build
10 years ago
Maksim Shabunin
f529a1df2b
Fixed HAL headers location
10 years ago
Marc-Stefan Cassola
7228118724
added sfm.hpp to include dirs
10 years ago
Marc-Stefan Cassola
d887ecf009
glog as well
10 years ago
Marc-Stefan Cassola
9ea2d59865
fixed osx linking error for module sfm
10 years ago
Balint Cristian
a3b73aa86d
Add LSC (Superpixel segmentation using Linear Spectral Clustering)
10 years ago
Alexander Alekhin
4e28272875
cmake: DOWNLOAD_EXTERNAL_TEST_DATA option
10 years ago
Vadim Pisarevsky
156a66d7d7
added a short fuzzy module description to modules/README.md
10 years ago
tucna
92cd2a0a55
Fuzzy module added
10 years ago
Alexander Alekhin
8ccba1d562
fix
10 years ago
Marc-Stefan Cassola
a540326db3
updated includes for clarity
10 years ago
Marc-Stefan Cassola
fb74aa76fb
Fixed include error
10 years ago
comdiv
9ff3192ea5
Custom handling of FaceRecognizer results
...
predict method rewritten to use with PredictCollector interface (abstract class)
now face recognizer allow to perform different scenarios of result handling
10 years ago
Francisco Facioni
96194df827
SimpleFlow optimizations
10 years ago
Anh Nguyen
84f3ce3f28
Removed trailing spaces
10 years ago
Anh Nguyen
be40bd64fc
Update README.md
10 years ago
Anh Nguyen
049cf34cbc
Update README.md
10 years ago