stefanieberger

Results 2 issues of stefanieberger

Hi, I have a question regarding the HornSchunck method and the partial time derivative: ft = im2 - im1 ft = filter2(im1, kernelT) + filter2(im2, -kernelT) with kernelT = np.ones((2,...

Hi, I have got a question regarding the quiver plot (Horn-Schunck method). Why do you move negative in the x-direction - from the end to the start? quiver(X, Y, U1(end:...