Running a 480x640 video through [the Lucas-Kanade optical flow tracker example](https://github.com/opencv/opencv/blob/master/samples/python/lk_track.py), I'm getting some tracked points that are beyond the camera frame, like negative x and y coordinates. How is this possible? Is this a bug?
↧