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 build issues #90 #91

Closed AdamSpannbauer closed 4 years ago

AdamSpannbauer commented 4 years ago

In scope changes

Out of scope changes

codeclimate[bot] commented 4 years ago

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

View more on Code Climate.

codecov-io commented 4 years ago

Codecov Report

Merging #91 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #91   +/-   ##
======================================
  Coverage    92.5%   92.5%           
======================================
  Files          16      16           
  Lines         587     587           
======================================
  Hits          543     543           
  Misses         44      44
Impacted Files Coverage Δ
vidstab/download_videos.py 90% <ø> (ø) :arrow_up:
vidstab/layer_utils.py 100% <ø> (ø) :arrow_up:
vidstab/cv2_utils.py 92.85% <ø> (ø) :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 620d840...95af59c. Read the comment docs.