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

Stabilize frame based on ROI #85

Open AdamSpannbauer opened 5 years ago

AdamSpannbauer commented 5 years ago

Look into stabilization using only keypoints from an ROI rather than keypoints from entire frame. Could allow for stuff like this kid bouncing. Could pair with object tracking/detection to dynamically input ROI using VidStab.stabilize_frame()

AdamSpannbauer commented 4 years ago

Started in roi_stab branch