1 | initial version |
Hi,
I have tried some preprocessing techniques. First, apply a median filter to reduce noise. Second either you apply an emboss filter
or an edge detection with 0 and 180 degree
based on this you can test e.g. hough circle detection
Best