pyoptflow icon indicating copy to clipboard operation
pyoptflow copied to clipboard

Optical Flow estimation in pure Python

Results 2 pyoptflow issues
Sort by recently updated
recently updated
newest added

Basically, I'm wondering if you could combine optical flow data from a camera with other sensor data using something like a KF or UKF. The application would be model aircraft,...

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,...