comdiv
f9c59c8604
revised PredictCollector with set of implementations
9 years ago
damir
cd7b3ae41e
fix a bug for qt
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.
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
Balint Cristian
99b299a207
HDF Explicit overload functions. Avoid any ambiguities.
10 years ago
Suleyman TURKMEN
e3d11d99a8
Update blob.cpp
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
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
Anh Nguyen
abc7bc838d
Update README.md
10 years ago
Anh Nguyen
cb7254da98
Update README.md
10 years ago
Anh Nguyen
9ac3ea7805
Update download_sferes.sh
10 years ago
Anh Nguyen
61cd2e6023
Removed sferes folder and add a script for fetching sferes
10 years ago
Anh Nguyen
36190960e0
Trying to fix whitespace_contrib error in build
10 years ago
Balint Cristian
300896ed47
Add HDF module & implement HDF version 5 I/O.
10 years ago
Yang Fan
4bf3832b32
Fixed issue caused by missing round() in VS before 2013
10 years ago
Jesus Briales
ad765a756c
Fix subpixel precision issue and compute line points in original image size
...
Issue 1:
The subpixel precision of LSD was lost in the implicit conversion to Vec4i
Solved:
Line point coordinates are stored in cv::Vec4f
No type conversion needed from extremes to kl float fields
Issue 2:
The keyline point fields for original image were not being correctly filled
Solved:
The points in original image are computed through scaling (using scale factor and octave index)
10 years ago
Anh Nguyen
72372a7808
Updated README.md for download scripts
10 years ago
Anh Nguyen
03671cc2bf
Added scripts for downloading proper patches of Caffe
10 years ago
Pavel Rojtberg
6b90a405df
aruco: port samples to cv::CommandLineParser
...
results in less code and more consistent parameter handling.
10 years ago
Francisco Facioni
534bad4768
Fixes cvv compilation for Apple's clang
...
It doesn't support thread_local
10 years ago
baudenri
6259c1e49b
Expose Error Cross-Covariance in Uncented Kalman Filters
...
For some applications it is useful to have an estimate of how uncertain
the specific variable is estimated. This could help to act accordingly
e.g. increase the measurement zone if the current estimate is very
uncertain.
10 years ago
Yang Fan
e13f052331
Fixed the issue #5032
10 years ago
Maksim Shabunin
189c2b47c6
Fixed warnings for XCode 7.1.1 and cmake 3.3.2, rewrote one method in sliency to avoid clang 7.0.0 crash
10 years ago
103yiran
385a4744d3
correct spelling error in annotation
10 years ago
Francisco Facioni
8bbf16ddc8
Fixes clang compilation error
...
According to ISO C++03 14.2/4 it should use the template keyword to fix this => http://stackoverflow.com/a/3786481/724098
10 years ago