mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 20:09:23 +08:00
disabling again
This commit is contained in:
parent
76c38f0c80
commit
4246d3667f
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user