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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -