AdamSpannbauer / python_video_stab

A Python package to stabilize videos using OpenCV
https://adamspannbauer.github.io/python_video_stab/html/index.html
MIT License
682 stars 118 forks source link

transformation + (smoothed_trajectory – trajectory)? #128

Closed LS11111 closed 2 years ago

LS11111 commented 2 years ago

Why design the transformation matrix this way?What does smoothed_trajectory – trajectory stands for?

AdamSpannbauer commented 2 years ago

Thanks for closing this issue as these questions aren't the type of thing issues are intended for. Please see the README for questions like this:

Python video stabilization using OpenCV. Full searchable documentation here.

This module contains a single class (VidStab) used for video stabilization. This class is based on the work presented by Nghia Ho in SIMPLE VIDEO STABILIZATION USING OPENCV. The foundation code was found in a comment on Nghia Ho's post by the commenter with username koala.