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

Fix quality issue #82

Closed AdamSpannbauer closed 5 years ago

AdamSpannbauer commented 5 years ago

See #81 for more detail

codecov-io commented 5 years ago

Codecov Report

Merging #82 into master will increase coverage by 0.23%. The diff coverage is 95.45%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #82      +/-   ##
=========================================
+ Coverage   92.26%   92.5%   +0.23%     
=========================================
  Files          16      16              
  Lines         582     587       +5     
=========================================
+ Hits          537     543       +6     
+ Misses         45      44       -1
Impacted Files Coverage Δ
vidstab/cv2_utils.py 92.85% <ø> (ø) :arrow_up:
vidstab/frame_queue.py 98% <100%> (+0.04%) :arrow_up:
vidstab/version.py 100% <100%> (ø) :arrow_up:
vidstab/VidStab.py 90.86% <94.11%> (+0.7%) :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 a42cfe3...db940fa. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.