-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In https://github.com/JohannesBuchner/imagehash/blob/4e289ebe056b961aa19fb1b50f5bdc66c87e0d55/imagehash/__init__.py the hash_size parameter can be changed to increase accuracy. In this repository the hash size is hardcoded to 8
imgdd/crates/imgddcore/src/hashing.rs
Line 137 in 3dcfca5
| const HASH_SIZE: usize = 8; |
ImageHash data structure using u64 imgdd/crates/imgddcore/src/hashing.rs
Lines 12 to 14 in 3dcfca5
| pub struct ImageHash { | |
| hash: u64, | |
| } |
I'm happy to work on this, but do you have any suggestion/preference on how it should be done? @aastopher
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels