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-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
What about video stabilization module?
Are you just reading a video file or doing realtime stabilization?