python_video_stab icon indicating copy to clipboard operation
python_video_stab copied to clipboard

Stabilize frame based on ROI

Open AdamSpannbauer opened this issue 4 years ago • 1 comments

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 avatar Aug 27 '19 11:08 AdamSpannbauer

Started in roi_stab branch

  • [ ] implement roi_stab/roi_stab_frame (or other name) method.
  • [ ] Decide where to put it.
    • Should it be another class? an argument accessed through current functions? new method?

AdamSpannbauer avatar Dec 23 '19 13:12 AdamSpannbauer