03-31-2025, 06:49 PM
can this be adapted to improve searches for matching shapes/images in a 3x3 4x4 or 5x5 matrix Ie an image ,if you are looking for duplicates and you count any image as a duplicate even if it masches say after it is shifted / and / or rotated or such?? there would be 2^(nXm) of such images and you would say might want to eliminate duplicates that match there could be shifts from /- n-1 X2 and +/- m -1 X2 if you count shifts in both directions as well as 8 rotations , or similarly you could use it for searching for repeats in a sequence of say some encoded graphical data using some kind of a turtle graphics like drawing code to try and shorten the code etc? or any kind of database query type action, where you have a collection of many things in a file like a database and you want to find a particular one very quickly... say you are running a gravity simulator that has thousands of objects perhaps each one has a name or a number designation, to access info on any one of them individually on demand that type of thing , it would probably be great for that!!!