axelthorstein / object

An exercise in manual object recognition through colour.
0 stars 0 forks source link

Implement a Faster Fuzzy Match #47

Closed axelthorstein closed 5 years ago

axelthorstein commented 5 years ago

Changing the color values from two characters to one, which should cut the worst case fuzzy matching in half because it needs to do half the amount of rotations.