- Identifying performance metrics: You can decide a favourable metrics as per the requirement like accuracy, robustness.
- You will need ground truth annotations to serve as a benchmark for evaluating the tracking results.
- Implement the tracking algorithms like KLT and Camshift, execute them both.
- Calculate the metrics, for tracking algorithm you can utilize IoU(Intersection over Union) metrics. Refer to the code snippet below for calculating IoU.
- Compare the IoU value for both the algorithms.
