opticalflow

cv2.calcOpticalFlowPyrLK Adding New Points

cv2.calcOpticalFlowPyrLK Adding New Points Question: The Problem I am trying to add custom points for tracking in Lucas Kanade optical flow tracking method. But I get an Assertion failed error when I call this function after inserting my custom points to the points array that was automatically calculated. OpenCV Error: Assertion failed ((npoints = prevPtsMat.checkVector(2, …

Total answers: 1