Merge pull request #15905 from alalek:issue_15904

This commit is contained in:
Alexander Alekhin 2019-11-14 10:33:29 +00:00
commit 94f1c3d152

View File

@ -795,7 +795,7 @@ void cv::distanceTransform( InputArray _src, OutputArray _dst, OutputArray _labe
{
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()
{
IppiSize roi = { src.cols, src.rows };