Commit 94f1c3d1 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #15905 from alalek:issue_15904

parents ad8d7e84 763b80d5
...@@ -795,7 +795,7 @@ void cv::distanceTransform( InputArray _src, OutputArray _dst, OutputArray _labe ...@@ -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 };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment