AdamSpannbauer / python_video_stab

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

use_stored_transforms (fix #52) #58

Closed AdamSpannbauer closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #58 into master will increase coverage by 0.03%. The diff coverage is 92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage    88.1%   88.13%   +0.03%     
==========================================
  Files          11       12       +1     
  Lines         412      430      +18     
==========================================
+ Hits          363      379      +16     
- Misses         49       51       +2
Impacted Files Coverage Δ
vidstab/__init__.py 100% <100%> (ø) :arrow_up:
vidstab/general_utils.py 86.04% <100%> (+0.33%) :arrow_up:
vidstab/download_videos.py 90% <90%> (ø)
vidstab/VidStab.py 89.71% <91.66%> (-0.23%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fd4138f...d035a50. Read the comment docs.