added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user