Clay Tracking

The goal of this project was to track the target ( the clay ) in the clay shooting videos. The program was written in C++ and OpenCV.

The algorithm basically utilized:

  • background subtraction
  • segmentation
  • target size constraint
  • shape constraint

the result was satisfying.

What can be done better?

couple things that can added should further improve the results:

  • color threshold
  • roundness constraint