Open Source Computer Vision Library https://opencv.org/
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 1a9758c0a2 fixed Linemod's Detector write method (removed nested sequence delimiters) 13 years ago
..
_latentsvm.h refactoring latentSVM 14 years ago
_lsvm_distancetransform.h fixed several gcc 4.1 warnings 14 years ago
_lsvm_error.h refactoring latentSVM 14 years ago
_lsvm_fft.h fixed several gcc 4.1 warnings 14 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 14 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. 14 years ago
cascadedetect.cpp fixed a few problems detected by Xcode 4.2.1 13 years ago
cascadedetect.hpp fixed compilation under ubuntu 13 years ago
datamatrix.cpp modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664 13 years ago
distancetransform.cpp fixed bug #1381 13 years ago
featurepyramid.cpp possibly fixed bug #1453 13 years ago
fft.cpp renamed internal headers to avoid conflicts with system header files 14 years ago
haar.cpp Fixed warnings about unused return value of fread 13 years ago
hog.cpp save, load & copy HOGDescriptor::nlevels (ticket #1533) 13 years ago
latentsvm.cpp Made dependency of opencv_objdetect from opencv_highgui optional. 13 years ago
latentsvmdetector.cpp Made dependency of opencv_objdetect from opencv_highgui optional. 13 years ago
linemod.cpp fixed Linemod's Detector write method (removed nested sequence delimiters) 13 years ago
lsvmparser.cpp Fixed warnings about unused return value of fread 13 years ago
lsvmtbbversion.cpp Eliminated all compiler warnings on Android 13 years ago
matching.cpp Fixed bug #1663 13 years ago
normal_lut.i Initial commit of LINE-MOD source code to objdetect module. 13 years ago
objdetect_init.cpp added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp Removed unneded dependency between objdetect and calib3d 13 years ago
resizeimg.cpp minor changes: removed trailing spaces in some files 14 years ago
routine.cpp refactoring latentSVM 14 years ago