Is it possible to use OpenCV to track the motion (direction/speed) by analyzing a mini map?
The mini map views only a part of a bigger map. I'm not trying to track an object moving in a stationary background but the movement of an image that moves in and out a viewport. Can I use OpenCV to track the motion and direction by analyzing images of such movement?
I hope I'm making myself clear.
Thank you for your time.