akamhy / videohash

Near Duplicate Video Detection (Perceptual Video Hashing) - Get a 64-bit comparable hash-value for any video.
https://pypi.org/project/videohash
MIT License
264 stars 41 forks source link

param frame_interval exposed to user, default value set to 1 and also… #69

Closed akamhy closed 2 years ago

akamhy commented 2 years ago

… updated tests accordingly. Closes #68

codecov[bot] commented 2 years ago

Codecov Report

Merging #69 (d9327fa) into main (04b0984) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #69   +/-   ##
=======================================
  Coverage   99.08%   99.08%           
=======================================
  Files           8        8           
  Lines         327      328    +1     
=======================================
+ Hits          324      325    +1     
  Misses          3        3           
Impacted Files Coverage Δ
videohash/framesextractor.py 95.52% <100.00%> (ø)
videohash/videohash.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 04b0984...d9327fa. Read the comment docs.