1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #24153 from Ginkgo-Biloba:ipp-warp-affine

This commit is contained in:
Alexander Alekhin
2023-08-15 11:33:26 +00:00
+5
View File
@@ -2679,8 +2679,13 @@ static bool ipp_warpAffine( InputArray _src, OutputArray _dst, int interpolation
}
return true;
#else
CV_UNUSED(_src); CV_UNUSED(_dst); CV_UNUSED(interpolation);
CV_UNUSED(borderType); CV_UNUSED(_M); CV_UNUSED(flags);
return false;
#endif
}
#endif
namespace hal {