added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669

This commit is contained in:
Vadim Pisarevsky
2013-01-31 22:55:04 +04:00
parent a8c014de33
commit 18039d7829
2 changed files with 125 additions and 68 deletions

View File

@@ -52,7 +52,7 @@
# endif
#endif
#if CV_AVX
#if 0 /*CV_AVX*/
# define CV_HAAR_USE_AVX 1
# if defined _MSC_VER
# pragma warning( disable : 4752 )