Hello,
I need to find the coordinates of the four corner dots of a circle grid. I already set up a blob detector that detects every blobs but I only need the corners ones.
Here is an exemple of an image that I acquire
I don't see how I can do this given that the coordinates are not (min.x, miny), (max.x, min.y) (min.x, max.y) and (max.x, max.y)
Thanks for your help