Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Video Stabilization - general question

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-stabilization-using-point-feature-matching-in-opencv/ (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 the video gets more shaky than the original one..

Does anyone has a hint to solve that issue?

Thanks in advance,

Horst

Video Stabilization - general question

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-stabilization-using-point-feature-matching-in-opencv/ (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