Need to find intersections in an image

asked 2016-02-07 14:36:57 -0600

C:\fakepath\test.jpeg

I am trying to count the number of threads in this image based on the instersections .Can you guys help me how Can i detect these from given image. I tried canny edge detector but it failed to accurately spot this.I am new to CV so not much familiar with techniques.

edit retag flag offensive close merge delete

Comments

do some red and blue segmentation, then detect lines in both cases (red and blue) and then compute line intersection based on the coordinates.

thdrksdfthmn gravatar imagethdrksdfthmn ( 2016-02-08 04:06:23 -0600 )edit