Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

find corners coordinates of a circle grid

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

image description

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

find corners coordinates of a circle grid

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

image descriptionCircleGrid

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

find corners coordinates of a circle grid

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

CircleGridCircleGrid

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