I would like to implement a simple object tracking (not detection) on the OpenMV H7 Plus. Is it technically possible to implement something like the the CSRT, KCF or MOSSE trackers through OpenMV? Or perhaps something more advance like the NanoTracker.
- If so, what would be the preferred approach for this?
The camera does fairly good job with detecting my face with the Haar Cascade face_detection.py example running at almost 50fps. I suspect, that tracking may be a little less heavy.
I would like to track a single object that I manually select.