Lktrack optical flow showing poor performance with fast object movement

LK is slow. can’t be helped. use a different algorithm. perhaps look at DIS. it’s in OpenCV.

LK, being a pyramid scheme, has a maxLevel parameter. you should get familiar with the API and the algorithm.