Skip to content Skip to sidebar Skip to footer
Showing posts with the label Opencv3.1

Detecting Simple Geometric Shapes Using Opencv [java]

I'm programming a Java application that detects simple geometric shapes. The following Python c… Read more Detecting Simple Geometric Shapes Using Opencv [java]

Image Loses Quality With Cv2.warpperspective

I am working with OpenCV 3.1 and with Python. My problem comes when I try to deskew (fix the tilt … Read more Image Loses Quality With Cv2.warpperspective

Opencv Error: Assertion Failed (l.channels() == 1 && I.channels() == 1) In Connectedcomponents_sub1

I got the following error in OpenCV (python) and have googled a lot but have not been able to resol… Read more Opencv Error: Assertion Failed (l.channels() == 1 && I.channels() == 1) In Connectedcomponents_sub1