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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

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

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -