You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
13 years ago |
.. |
_latentsvm.h
|
refactoring latentSVM
|
14 years ago |
_lsvm_distancetransform.h
|
fixed several gcc 4.1 warnings
|
15 years ago |
_lsvm_error.h
|
refactoring latentSVM
|
14 years ago |
_lsvm_fft.h
|
fixed several gcc 4.1 warnings
|
15 years ago |
_lsvm_matching.h
|
ok. enabled TBB in LatentSVM, but need to check if it works
|
14 years ago |
_lsvm_resizeimg.h
|
fixed several gcc 4.1 warnings
|
15 years ago |
_lsvm_routine.h
|
refactoring latentSVM
|
14 years ago |
_lsvm_tbbversion.h
|
fixed a few warnings and bugs, including ticket #1079
|
14 years ago |
_lsvm_types.h
|
refactoring latentSVM
|
14 years ago |
_lsvmparser.h
|
renamed filterObject -> CvLSVMFilterObject, position -> CvLSVMFilterPosition etc.
|
15 years ago |
cascadedetect.cpp
|
fixed a few problems detected by Xcode 4.2.1
|
13 years ago |
cascadedetect.hpp
|
fixed compilation under ubuntu
|
14 years ago |
datamatrix.cpp
|
Made dependency of features2d and calib3d from highgui optional
|
13 years ago |
distancetransform.cpp
|
fixed bug #1381
|
14 years ago |
featurepyramid.cpp
|
refactoring latentSVM
|
14 years ago |
fft.cpp
|
renamed internal headers to avoid conflicts with system header files
|
15 years ago |
haar.cpp
|
fixed bug #1389
|
14 years ago |
hog.cpp
|
fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs).
|
14 years ago |
latentsvm.cpp
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
latentsvmdetector.cpp
|
Added doc on c++ version of latent svm
|
14 years ago |
linemod.cpp
|
fixed warnings in linemod on Windows
|
13 years ago |
lsvmparser.cpp
|
fixed resource leak in lsvmparser (ticket #1390)
|
14 years ago |
lsvmtbbversion.cpp
|
Eliminated all compiler warnings on Android
|
13 years ago |
matching.cpp
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
normal_lut.i
|
Initial commit of LINE-MOD source code to objdetect module.
|
13 years ago |
planardetect.cpp
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
13 years ago |
precomp.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
precomp.hpp
|
Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon.
|
14 years ago |
resizeimg.cpp
|
minor changes: removed trailing spaces in some files
|
14 years ago |
routine.cpp
|
refactoring latentSVM
|
14 years ago |