In MemoryImageMatcher fails unit test due to binary tree not sorting hashes correctly with smaller length.
|
int depth = hashValue.bitLength(); |
Should be the difference between the bitLength and the hash.getBitResolution();
. Add 0 padds for smaller hashes.
Add test cases to catch this error.
Related to #9