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
282 stars 46 forks source link

version 2 #36

Closed akamhy closed 2 years ago

akamhy commented 2 years ago

version 2 is ready!

The version uses the wavelethash, and is non-compatible with the version 1 of videohash package.

codecov[bot] commented 2 years ago

Codecov Report

Merging #36 (64c6f27) into main (edbe271) will decrease coverage by 2.43%. The diff coverage is 97.50%.

Impacted file tree graph

@@             Coverage Diff             @@
##              main      #36      +/-   ##
===========================================
- Coverage   100.00%   97.56%   -2.44%     
===========================================
  Files            4        8       +4     
  Lines          111      288     +177     
===========================================
+ Hits           111      281     +170     
- Misses           0        7       +7     
Impacted Files Coverage Δ
videohash/downloader.py 89.74% <89.74%> (ø)
videohash/framesextractor.py 92.30% <92.30%> (ø)
videohash/__init__.py 100.00% <100.00%> (ø)
videohash/__version__.py 100.00% <100.00%> (ø)
videohash/collagemaker.py 100.00% <100.00%> (ø)
videohash/exceptions.py 100.00% <100.00%> (ø)
videohash/utils.py 100.00% <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 edbe271...64c6f27. Read the comment docs.