In the lucas kanade theory of optical flow measurement, instentanious velocity (vx,vy) of a point in an image is calculated at time t, given that the intensity will be same at time t+dt. But in calcOpticalFlowPyrLK, provide the new postion of the given input point at t+dt. So if they are using Euler method then how they select dt.
Or how they are calculating the position.