From 4246d3667ff44555a9bb265a0ca643e11f082cf8 Mon Sep 17 00:00:00 2001 From: apavlenko Date: Tue, 6 Dec 2016 18:55:09 +0300 Subject: [PATCH] disabling again --- modules/imgproc/src/canny.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/src/canny.cpp b/modules/imgproc/src/canny.cpp index 28141e8cbb..ee2dc339d9 100644 --- a/modules/imgproc/src/canny.cpp +++ b/modules/imgproc/src/canny.cpp @@ -866,7 +866,7 @@ void Canny( InputArray _src, OutputArray _dst, Mat src = _src.getMat(), dst = _dst.getMat(); CV_OVX_RUN( - //false && /* disabling due to accuracy issues */ + false && /* disabling due to accuracy issues */ src.type() == CV_8UC1 && !src.isSubmatrix() && src.cols >= aperture_size &&