Template Matching for Bucket Teeth Counting (2020) by Nikita Lokhmachev Template Matching for Bucket Teeth Counting (2020) by Nikita Lokhmachev

Template Matching for Bucket Teeth Counting (2020)

Nikita Lokhmachev

Nikita Lokhmachev

I automated the process of counting the number of bucket teeth on a loader to ensure none were missing. I utilized a few-shot object detection technique known as template matching. After collecting 5-10 sample images of the loader bucket from a video, I applied OpenCV’s template matching algorithm, which generated bounding boxes for the bucket with varying confidence levels. These were thresholded to minimize noise. Then, using a color histogram, I counted the number of teeth in each extracted image.
Like this project

Posted Sep 16, 2024

I automated loader bucket teeth counting using template matching and color histograms, ensuring none were missing from the video samples.