aravind
e19a449dd0
Fixed roiSelector platform dependency bug - lower 8 bits comparison for keypresses.
9 years ago
Daniel Ching
40c555e633
Corrected spelling of the word 'stabilized'.
9 years ago
Bleach666
9677bd7fca
fix vs2010 samples build
9 years ago
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
Lorena García
5b7068858e
Channels check before cvtColor() function
9 years ago
Gunshi Gupta
3037c19fd1
Correction in tutorial wrt calling of create_csv
9 years ago
berak
d2dda7f710
hdf5: fixed some mismatched delete[] calls
9 years ago
Amy Winston
53b3deed6f
include of xobjdetect.hpp removed
...
For some unknown reason xobjdetect.hpp is included twice.
9 years ago
Nicu Stiurca
ec4db04a90
some fixes to get CVV module compiling with Visual Studio 2013
9 years ago
Prof. Dr. Rudolf Haussmann
c2b55897b4
The function pow(2.0,i) has been replaced by (1<<i)
...
modified: modules/line_descriptor/perf/perf_matching.cpp
modified: modules/line_descriptor/test/test_matcher_regression.cpp
9 years ago
Prof. Dr. Rudolf Haussmann
75a1722564
The function pow(2,i) has been replaced by pow(2.0,i)
...
modified: modules/line_descriptor/perf/perf_matching.cpp
modified: modules/line_descriptor/test/test_matcher_regression.cpp
9 years ago
Steve Nicholson
b6573a7be6
Allow creating GridBoard beginning with user-specified marker id
9 years ago
Balint Cristian
133f9c8385
Fix issues #546 & #552 , enable MSVC HDF build.
9 years ago
Amro
6c7a806ad5
fix and update niblack sample
...
- read image as 1-channel grayscale
- 3 trackers to control function parameters
- K allowed to go to negative values (usually to detect black text on white bg)
9 years ago
Amro
750eea149e
rewrite niBlackThreshold function
...
- no for-loops
- support all thresholding types
- support any input image depth
- add Doxygen comments
9 years ago
Amro
ada87a9975
fix ddepth to match output matrices
...
otherwise we get a failed assertion from OutputArray::create
9 years ago
Suleyman TURKMEN
bd20972847
Update roiSelector.cpp
9 years ago
Sunglok Choi
440a19e96f
Resolving an open issue, #456
9 years ago
berak
e4acf5a6ce
datasets: make or_pascal fail gracefully on absent tags
9 years ago
Alexander Alekhin
d766663add
fix: public hdf headers (issue opencv/6016)
9 years ago
Alexander Alekhin
5fe21e4965
cmake: fix build on MacOSX
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
Suleyman TURKMEN
21a3b751d4
Update plot.cpp
9 years ago
Maximilien Cuony
530dfb7995
Fix memory leaks in GraphSegmentation
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::
10 years ago
Balint Cristian
e5612c3c87
BugFix Issue No.481 related to SLIC, LSC contour mask values.
10 years ago
Zhou Chao
88379486c3
Add weighted median filter
10 years ago