]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/src/cv/cvhaar.cpp
fixed MSVC 2008 compile errors and warnings
[opencv.git] / opencv / src / cv / cvhaar.cpp
2010-04-05 vp153fixed MSVC 2008 compile errors and warnings
2010-03-31 vp153likely fixed compile errors in cvhaar.cpp when built...
2010-03-24 vp153converted several OpenMP loops into TBB's parallel_for...
2010-03-12 vp153switch between SSE and non-SSE code dynamically =>...
2010-01-10 vp153big patch. changed error handling to use exceptions
2009-09-28 vp153applied multiple patches; fixed the crash in the C...
2009-09-22 vp153partially restored IPP support (on Windows only for...
2009-07-31 vp153added the new more general cascade object classifier.
2009-07-17 vp153reverted to double-precision calculations in cvRunHaarC...
2009-07-08 vp153added SSE2/SSE4 optimization (enabled for ICC only...
2009-07-05 vp153struct -> class in cxcore.hpp and cv.hpp; some fields...
2009-06-12 vp153fixed many compiler warnings and errors in x64 build...
2009-06-11 vp153added a lot of new C++ functions duplicating the existi...
2009-03-03 vp153some changes made because of new cxcore interface and...
2008-10-15 vp153fixed openmp pragma's for GCC 4.x
2008-05-13 vp153some improvements in face detection for more efficient...
2007-01-12 vp153significant performance improvements in find_biggest_ob...
2007-01-10 vp153single-object mode added to cvHaarDetectObjects
2006-11-28 vp153corrected face rectangle x & y coordinates in CV_HAAR_S...
2006-06-26 vp153use CvType constructor instead of cvRegisterType
2005-12-29 vp153minor changes to use new threading functions from cxcore
2005-12-05 vp153cvFree() function is turned to macro. more fixes for...
2005-11-23 vp153scalability of the face detection was significantly...
2005-06-28 vp153added support for IPP 5 face detection and integral...
2005-06-03 vp153make the code compile and run on EM64T(~AMD64)
2005-05-27 vp153multiple small fixes to avoid some ICC 9.0 remarks
2005-02-01 vp153loading/saving haar classifier fixed
2004-12-22 vp153a couple of small bugs have been fixed (thanks to Serge...
2004-10-12 vp153SF Bug #1032376 fixed as suggested by Markus Thorsten...
2004-09-08 vp153no message
2004-08-18 vp153no message