OpenCV - canny edge detection not working properly
问题 I am new to OpenCV with Android. I am currently working on document detection demo app. What I did so far is as below: Original image -> Gray scale image -> GaussianBlur -> Canny edge detection -> finding contours -> draw Contours I am able to detect paper sheet perfectly as you can see in below image . But it does not detect some documents. Below is one of them I researched a lot about that and found that the problem lies in canny edge detection and below is the canny image : As you can see