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

the paper of the algorithm #75

Closed 1earner closed 5 years ago

1earner commented 5 years ago

This work is awesome. Would you like to share the detail of this algorithm or the paper of this algorithm?

AdamSpannbauer commented 5 years ago

An overview of the algorithm can be found in the below-quoted sentence from the README.

This class is based on the work presented by Nghia Ho in SIMPLE VIDEO STABILIZATION USING OPENCV.

1earner commented 5 years ago

@AdamSpannbauer Thank you very much