Skip to content

Commit

Permalink
disabling again
Browse files Browse the repository at this point in the history
  • Loading branch information
apavlenko committed Dec 9, 2016
1 parent 76c38f0 commit 4246d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imgproc/src/canny.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 4246d36

Please sign in to comment.