Considering there is a 2-dimensional array $A$ consisting of point coordinates in two dimension space (as shown in image).
There is another array 2-dimension array $B$ also representing the position of points in similar fashion as that of $A$. $B$ may also represent the position of points with some rotation of $A$. In this case I would like to compare the position of points in both arrays if they overlap or not. One option is to apply Procrustes analysis. When I tried, it provided good result when the arrays have equal size i.e. goodness of fit is high when $A$ and $B$ represent the distribution of same points. However, I cannot figure how to apply the Procrustes analysis for unequal sized arrays. I have tried to add numbers to equalize the array but the goodness of fit deteriorate significantly.
Can anyone suggest me a methodology which can be applied to solve the above-mentioned issue i.e. comparison of point distributions of unequal size.
Thanks in advance.
