Vlad
Results
2
issues of
Vlad
## Basic usage ```python3 import cv2 import imagehash.videohash as videohash hash = videohash.average_hash(cv2.VideoCapture('tests/data/bigbuck_bunny.mp4')) print(hash) #00400002472c082b ```
1. In def find_duplicates() - added `subdirs` variable to iterate through all subfolders 2. Add all images extensions `images_ext.py` 3. File not image - skip, on error in `PIL.Image.open` -...