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

Frame gen #60

Closed AdamSpannbauer closed 5 years ago

AdamSpannbauer commented 5 years ago
codeclimate[bot] commented 5 years ago

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

View more on Code Climate.

codecov[bot] commented 5 years ago

Codecov Report

Merging #60 into master will increase coverage by 0.61%. The diff coverage is 90.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   87.75%   88.37%   +0.61%     
==========================================
  Files          12       14       +2     
  Lines         433      473      +40     
==========================================
+ Hits          380      418      +38     
- Misses         53       55       +2
Impacted Files Coverage Δ
vidstab/general_utils.py 87.23% <100%> (+1.18%) :arrow_up:
vidstab/VidStab.py 88.35% <82.14%> (-0.41%) :arrow_down:
vidstab/pop_deque.py 90% <90%> (ø)
vidstab/frame_queue.py 93.75% <93.75%> (ø)

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 c1f60fb...ccbd0c8. Read the comment docs.