Closed adematalay closed 4 years ago
Thanks for contributing!
The changes look fine, except for failing tests (OSPHashTests - testImageDiversityOnPHash). The only platform affected seems to be macOS. Any idea what the cause could be?
iOS and Mac implementations are using different colour spaces, thus they produce different hash values some of the cases. I set both of them to same value and all tests are passing now.
Thanks, looks like this patch fixes iOS and macOS inconsistencies in hash calculation. I will do some test runs when I have more free time on my hand and then merge it in.
There are 2 fixes