mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
imgproc(IPP): disable ippiDistanceTransform_3x3_8u32f_C1R
This commit is contained in:
parent
ba58bba4e8
commit
763b80d5fa
@ -795,7 +795,7 @@ void cv::distanceTransform( InputArray _src, OutputArray _dst, OutputArray _labe
|
|||||||
{
|
{
|
||||||
if( maskSize == CV_DIST_MASK_3 )
|
if( maskSize == CV_DIST_MASK_3 )
|
||||||
{
|
{
|
||||||
#if defined (HAVE_IPP) && (IPP_VERSION_X100 >= 700)
|
#if defined (HAVE_IPP) && (IPP_VERSION_X100 >= 700) && 0 // disabled: https://github.com/opencv/opencv/issues/15904
|
||||||
CV_IPP_CHECK()
|
CV_IPP_CHECK()
|
||||||
{
|
{
|
||||||
IppiSize roi = { src.cols, src.rows };
|
IppiSize roi = { src.cols, src.rows };
|
||||||
|
Loading…
Reference in New Issue
Block a user