Relative Content

Tag Archive for opencvimage-processing

contour/object detection in openCV

I have some experience of openCV, but really having problems detecting contours in the images below. I am able to detect some of the black circles shown, but these are dirt on the sensor, and I really want to detect the tracks in the images, as outlined in red in the second image.

How to form boxes from nearly touching lines

I want to detect corners from a image with boxes, although i created the chessboard edge lines with the EDlines algorithm. Now, I have some problems to join them to create perfect boxes. Could you help me maybe?