2 ms·
Really enjoyed this article, thanks for sharing! I had recently learned about using image pyramids[1] in conjunction with template matching algorithms like SAD
by grep_it 11mo ago
Really enjoyed this article, thanks for sharing!
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 https://en.wikipedia.org/wiki/Pyramid_%28image_processing%29
- aDyslecticCrow 11mo agoImage pyramids are a brilliant method. The technique is hiding in many of the FCNN image segmentation models ive read. A truly clever image processing method.