This is a demo about tracking object by matching features and perspective transformation.
Requirements:
It needs jetcamera
package to open CSI camera, which can download in my github.
Usage:
python3 track_object.py --track 0.jpg
This is a demo to track object by matching features and perspective transformation
Python