Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Videohash #208

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Videohash #208

wants to merge 3 commits into from

Conversation

vlad-com
Copy link

Basic usage

import cv2
import imagehash.videohash as videohash

hash = videohash.average_hash(cv2.VideoCapture('tests/data/bigbuck_bunny.mp4'))
print(hash)
#00400002472c082b

@coveralls
Copy link

coveralls commented May 20, 2024

Coverage Status

coverage: 87.153% (-0.7%) from 87.847%
when pulling 696b09c on vlad-com:videohash
into 3800592 on JohannesBuchner:master.

Fixed a bug where identical frames would return zero hash. (now video hash length is larger)
@JohannesBuchner
Copy link
Owner

Hi, this is a cool idea! Could you please say a few words about the motivation, and add tests, and include it in the README?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants