Video Stabilization - general question

asked 2019-07-30 11:07:56 -0600

Horst gravatar image

updated 2019-07-30 11:09:26 -0600

Hey guys,

im quite new to video stabilization. I've implemented the basic stabilization algorithm which can be seen here: https://www.learnopencv.com/video-sta... (goodfeaturestotrack->opticalflow->estimaterigidtransform->smoothTrajetory->warpImage).. That one works quite well for videos like "the camera get's quite shaky while the scene keeps kind of static"..

Now the main purpose why I did the stabilization was to stabilize videos from a camera mounted in a car..There this algorithm get's some trouble..Scene like drive above speed-bumpers the algorithm can handle quite well but scenarios where the car drives in normal speed (on proper roads - without any bumpers or other shaky things) the video gets more shaky than the original one..

Does anyone has a hint to solve that issue?

Thanks in advance,

Horst

edit retag flag offensive close merge delete

Comments

What about video stabilization module?

https://stackoverflow.com/questions/2...

Are you just reading a video file or doing realtime stabilization?

FilipVW gravatar imageFilipVW ( 2020-04-25 08:16:08 -0600 )edit