(no title)
grep_it | 3 months ago
I had recently learned about using image pyramids[1] in conjunction with template matching algorithms like SAD to do simple and efficient object recognition, it was quite fun.
1: https://en.wikipedia.org/wiki/Pyramid_%28image_processing%29
aDyslecticCrow|3 months ago
A truly clever image processing method.