Skip to content Skip to sidebar Skip to footer
Showing posts with the label Edge Detection

Filling Edges Using Flood Fill Not Working Properly

I am using openCV in python to detect cracks in concrete. I am able to use canny edge detection to … Read more Filling Edges Using Flood Fill Not Working Properly

In Opencv, What Data Types Does Cv2.filter2d() Expect?

I'm teaching myself about edge detectors, and I'm trying to use OpenCV's filter2D to im… Read more In Opencv, What Data Types Does Cv2.filter2d() Expect?

Recognize Text In Images Using Canny Edge Detection In Opencv

I'm trying to extract text from colored background images. One approach that I'm trying is … Read more Recognize Text In Images Using Canny Edge Detection In Opencv