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

raise exception if first frame None #98

Closed AdamSpannbauer closed 4 years ago

AdamSpannbauer commented 4 years ago

See discussion of issue in #95. Merging will fix #95

codeclimate[bot] commented 4 years ago

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

View more on Code Climate.

codecov-io commented 4 years ago

Codecov Report

Merging #98 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage    92.5%   92.52%   +0.02%     
==========================================
  Files          16       16              
  Lines         587      589       +2     
==========================================
+ Hits          543      545       +2     
  Misses         44       44
Impacted Files Coverage Δ
vidstab/VidStab.py 90.95% <100%> (+0.09%) :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 749149d...b31ced3. Read the comment docs.