I'm working with OpenCV which has some tracking algorithms (BOOSTING, MIL, KCF, MEDIANFLOW, TLD, ...).
I've read many papers where they use the Bhattacharya Coefficient to measure the efficiency of each tracker. I know the formula is:
But I don't know how/where to start to calculate it.
I know that an OpenCV tracker will give me the coordinates for drawing a bounding box. On the other hand, I have the validation dataset where I have the coordinates for the perfect and right located bounding box, but I don't know how to continue from this point.
Any help please?
