-
Not sure if this was the right place, but I want to upgrade my imagehash version and doing `pip install imagehash --upgrade` still gives me the 2.2 version, presumably because [the pypi page hasn't be…
PAK90 updated
7 years ago
-
### What did you do?
```
image = Image.open(io.BytesIO(fCont))
image = image.convert("L").resize((HASH_SIZE, HASH_SIZE), Image.NEAREST)
pixels = numpy.array(image.getdata(), dtype=numpy.float).r…
-
Recently I needed to map a few strings to a color range and come up with this solution
```javascript
const HASH_LENGTH = Math.pow(2, 20) - 1;
function getHash(str) {
return crc32(str) & HAS…
-
*\* QUICK FIX requested. Detailed instructions given. This is a half-hour job.
See graphics below for cases not handled: two notes of unequal duration that together form a triplet (or in the general …
-
This looks interesting, it might be worth checking out as it gives a single similarity metric that's theoretically insensitive to minor changes
http://bertolami.com/index.php?engine=blog&content=post…
-
I originally switched to perceptual hashing to try and work around slight font rendering differences between TeX Live versions (and perhaps OS as well). However, perceptual hash is not detecting thin…
-
Hello,
I was wondering if I could get help if this is possible with this library. I've been looking at the documentation and the code but can't find any info for combining multiple images on top of e…
kembs updated
8 years ago
-
The lastest build seems to be 1.8 nightly. are you planning to update?
-
Tests for the console runner (phantomjs) are currently signed of via fingerprints, in the browser via a click on "accept". Does it make sense to integrate both solutions? How can this be done?
-
https://github.com/JohannesBuchner/imagehash
perceptual image hashing will allow an operator to search for cropped and filtered images.