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

rm superfluous transforms #108

Closed AdamSpannbauer closed 4 years ago

AdamSpannbauer commented 4 years ago

fixes #105

codecov[bot] commented 4 years ago

Codecov Report

Merging #108 into master will increase coverage by 0.33%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   92.82%   93.15%   +0.33%     
==========================================
  Files          16       16              
  Lines         613      628      +15     
==========================================
+ Hits          569      585      +16     
+ Misses         44       43       -1     
Impacted Files Coverage Δ
vidstab/frame_queue.py 96.66% <90.00%> (-1.34%) :arrow_down:
vidstab/VidStab.py 92.92% <100.00%> (+1.06%) :arrow_up:

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 c2eb9c6...d3e2a2b. Read the comment docs.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit d3e2a2b5 and detected 0 issues on this pull request.

View more on Code Climate.