| ▲ | grep_it 2 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 | ||
| ▲ | aDyslecticCrow a day ago | parent [-] | |
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. | ||