mirror of
https://github.com/opencv/opencv.git
synced 2025-06-18 08:05:23 +08:00
fix ipp_warpAffine return value error
This commit is contained in:
parent
27d718b223
commit
a301d1c298
@ -2679,8 +2679,13 @@ static bool ipp_warpAffine( InputArray _src, OutputArray _dst, int interpolation
|
|||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace hal {
|
namespace hal {
|
||||||
|
Loading…
Reference in New Issue
Block a user