imagehash icon indicating copy to clipboard operation
imagehash copied to clipboard

Videohash

Open vlad-com opened this issue 9 months ago • 2 comments

Basic usage

import cv2
import imagehash.videohash as videohash

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

vlad-com avatar May 20 '24 14:05 vlad-com