Python Forum

Full Version: Defect Detection using OpenCV
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear Members,

I am trying to detect defect in image by comparing defected image with original one.
I have achieved it so far using canny algorithm.

Now i have to fill color to defected area after applying canny algorithm to it.

Kindly let me know for the same.

Thanks in advance.
(Apr-26-2018, 05:35 AM)Ranganath Wrote: [ -> ]Dear Members, I am trying to detect defect in image by comparing defected image with original one. I have achieved it so far using canny algorithm. Now i have to fill color to defected area after applying canny algorithm to it. Kindly let me know for the same. Thanks in advance.

Hello, i need your help regarding this matter.
Can i see the canny algorithm for the image by comparing defected and the original one?
I'm a final year student without basic knowledge about this topic but doing a project with python & object detection.
I really need your help...