python - Grid Detection with Scipy -


i want identify points in image arranged in regular 4 x 5 grid:

raw image

with dynamic thresholding , opening , closing, have labeled image:

labelled image

extracting centroids gives me set of points. want fit 4 x 5 grid image, , transform image make grid square , flat.

can suggest how might go this? looked @ hough transform that's lines rather points.

any suggestions appreciated.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -