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

Release 1.7.4 #126

Closed AdamSpannbauer closed 3 years ago

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

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

View more on Code Climate.

codecov[bot] commented 3 years ago

Codecov Report

Merging #126 (b6dedf3) into master (f87d82d) will decrease coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   93.02%   92.89%   -0.14%     
==========================================
  Files          16       16              
  Lines         631      633       +2     
==========================================
+ Hits          587      588       +1     
- Misses         44       45       +1     
Impacted Files Coverage Δ
vidstab/VidStab.py 92.20% <100.00%> (-0.37%) :arrow_down:
vidstab/frame_queue.py 96.66% <100.00%> (ø)
vidstab/plot_utils.py 100.00% <100.00%> (ø)

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 f87d82d...b6dedf3. Read the comment docs.