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
Alexander Alekhin
f8205a7de5
Merge pull request #505 from jfolz:aruco-python
9 years ago
Alexander Alekhin
89292e354b
Merge pull request #499 from rokm:cuda-warnings
9 years ago
folz
063c191d5a
aruco: Use shared Ptrs to support exporting
9 years ago
Alexander Alekhin
9b06bb2888
Merge pull request #506 from jfolz:aruco-types
9 years ago
Alexander Alekhin
b6a97e3e9e
Merge pull request #515 from isdamir:master
9 years ago
Alexander Alekhin
e8c6b2a7ad
Merge pull request #503 from cbalint13:daisy
9 years ago
Alexander Alekhin
57337b5ac4
Merge pull request #502 from cbalint13:hdf
9 years ago
Alexander Alekhin
a153fd8836
Merge pull request #501 from berak:facerec
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.
10 years ago
folz
d58c5e8b03
Fix MSVC size warning
10 years ago
folz
04a313cbde
Fix type/signedness mismatches
10 years ago
Balint Cristian
cf5fa2d408
BugFix: Fix & enhance DAISY sampling from convoluted cubes collection.
10 years ago
Balint Cristian
a01002f62b
Bugfix & Enhance: Fix close() issue and add H5_GETCHUNKDIMS option.
10 years ago
berak
0aa58ae9b3
face: change the 'not found' label back to -1
10 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.
10 years ago
Rok Mandeljc
80342bccc8
opencv_text: src/erfilter.cpp: replaced bit and/or with their logical counterparts
...
Variables p2-p9 are booleans, so combination of logical negation
and use of bit and/or operations in lines 2823 and 2824 results
in the following warning from gcc:
warning: suggest parentheses around operand of ‘!’ or change ‘&’
to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses]
10 years ago
Alexander Alekhin
10ad8a91de
Merge pull request #484 from cbalint13:sfm
10 years ago
Alexander Alekhin
df56f27e4f
Merge pull request #483 from cbalint13:slic_lsc
10 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
Alexander Alekhin
e8937cc028
Merge pull request #479 from sturkmen72:patch-1
10 years ago
Alexander Alekhin
6b1483ecdb
Merge pull request #480 from cbalint13:hdf
10 years ago
Balint Cristian
99b299a207
HDF Explicit overload functions. Avoid any ambiguities.
10 years ago
Suleyman TURKMEN
e3d11d99a8
Update blob.cpp
10 years ago
Alexander Alekhin
5409d5ad56
Merge pull request #474 from mshabunin:normals_linemod_fix
10 years ago
Alexander Alekhin
070e89eb3d
Merge pull request #473 from mshabunin:add_msd_detector
10 years ago
Alexander Alekhin
742d9c932d
Merge pull request #475 from mshabunin:hal_interface
10 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
Alexander Alekhin
fc5be80060
Merge pull request #471 from maccesch:master
10 years ago
Maksim Shabunin
b178436ee0
Merge pull request #468 from alalek:distrib_fix
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
Vadim Pisarevsky
2395ce2ada
Merge pull request #378 from rmekdma:lfw_db
10 years ago
Vadim Pisarevsky
b891ce2c2c
Merge pull request #181 from samyak-268:master
10 years ago
Vadim Pisarevsky
fc0ada748c
Merge pull request #186 from nmoutinho:opencv_contrib_adding_plot
10 years ago
Vadim Pisarevsky
80f4984d60
Merge pull request #419 from cbalint13:lsc
10 years ago
Vadim Pisarevsky
ae00a82dfc
Merge pull request #132 from pokeefe:add-rgbd-registration-function
10 years ago
Balint Cristian
a3b73aa86d
Add LSC (Superpixel segmentation using Linear Spectral Clustering)
10 years ago