Hacker News new | ask | show | jobs
by grep_it 221 days 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

1 comments

Image 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.