Lakshya-Kejriwal / Real-Time-Video-Stabilization

real time video stabilization using Kalman Filter
MIT License
186 stars 55 forks source link

where is the low pass filter #10

Open anubhavrohatgi opened 5 years ago

anubhavrohatgi commented 5 years ago

As per your paper where is the low pass filter used in this implementation.

Lakshya-Kejriwal commented 5 years ago

This implementation doesn't have the low pass filter.

FengGuoZ commented 4 years ago

Why don't you upload the code for the entire process so that we can determine the effect of the hybrid filter. After using Gaussian filter, can real-time processing be realized?

toalk commented 2 years ago

Hello, guys! Is there any progress on this issue? I interest in the implementation with the low pass filter too.

sainttelant commented 2 years ago

HI, first of all, thanks for @Lakshya-Kejriwal your great job, i also have interested in low pass filter part of this program, but i am still confused with the effect of low pass filter in stabilizing the frames as your paper simplely mentioned.Generally speaking, the low filter pass or high pass, gassian filter are used to filter some noise, and keep the frame smooth, i have no idea the influence of low filter pass which is inserted into the kalman filters, could you explain it a little bit?