mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
disabled IPP functions that slower than OpenCV
This commit is contained in:
@@ -462,7 +462,7 @@ cv::Moments cv::moments( InputArray _src, bool binary )
|
||||
if( cn > 1 )
|
||||
CV_Error( CV_StsBadArg, "Invalid image type (must be single-channel)" );
|
||||
|
||||
#if IPP_VERSION_X100 >= 801
|
||||
#if IPP_VERSION_X100 >= 801 && 0
|
||||
if (!binary)
|
||||
{
|
||||
IppiSize roi = { mat.cols, mat.rows };
|
||||
|
||||
Reference in New Issue
Block a user