opencv/modules/objdetect/src
Vladimir Dudnik 6309b2d08d added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places.
The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only)

Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
2010-12-31 16:45:18 +00:00
..
_latentsvm.h fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
_lsvm_distancetransform.h fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
_lsvm_error.h Added error handling in latentsvmdetect sample 2010-10-16 07:10:46 +00:00
_lsvm_fft.h fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
_lsvm_matching.h fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
_lsvm_resizeimg.h fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
_lsvm_routine.h fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
_lsvm_types.h renamed filterObject -> CvLSVMFilterObject, position -> CvLSVMFilterPosition etc. 2010-10-18 08:49:18 +00:00
_lsvmparser.h renamed filterObject -> CvLSVMFilterObject, position -> CvLSVMFilterPosition etc. 2010-10-18 08:49:18 +00:00
cascadedetect.cpp bug fixed 2010-12-15 11:21:27 +00:00
distancetransform.cpp fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
featurepyramid.cpp fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
fft.cpp renamed internal headers to avoid conflicts with system header files 2010-10-12 12:35:04 +00:00
haar.cpp code cleaning of cascade classifier 2010-12-09 15:09:34 +00:00
hog.cpp added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places. 2010-12-31 16:45:18 +00:00
latentsvm.cpp fixed multiple warnings from VS2010. 2010-11-25 16:55:46 +00:00
latentsvmdetector.cpp fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
lsvmparser.cpp several small fixes; added overloaded variant of cv::drawChessboardCorners 2010-11-27 23:16:50 +00:00
matching.cpp fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
planardetect.cpp Moved PlanarObjectDetector to the objdetect module 2010-12-27 08:25:31 +00:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp Moved PlanarObjectDetector to the objdetect module 2010-12-27 08:25:31 +00:00
resizeimg.cpp fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
routine.cpp fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00