Need to find intersections in an image
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.
do some red and blue segmentation, then detect lines in both cases (red and blue) and then compute line intersection based on the coordinates.