I'd like to find a method for scoring the difference in regularity of points in grids - there are two examples below (left) a relatively well ordered grid and (right) a relatively disordered grid.
I have a brutish method which analyses nearest neighbours, finds approximate orientations (rotation and shear) and then attempts to fit a modelled grid (and computes the score of the model compared with the real data).
It seems that there must be a more elegant solution, maybe by calculating an entropic value for each grid (I only want to know which is more regular, and maybe by how much). Thanks in advance, Dan
