C++/OpenCV - Kalman filter for video stabilization
问题 I try to Stabilize video with a Kalman filter for smoothing . But i have some problems Each time, i have two frames: one current and another one. Here my workflow: Compute goodFeaturesToTrack() Compute Optical Flow using calcOpticalFlowPyrLK() Keep only good points Estimate a rigid transformation Smoothing using Kalman filter Warping of the picture. But i think there is something wrong with Kalman because at the end my video is still not stabilized and it's not smooth at all, it even worse