11 Commits (5a709d2397bbf72672bb138dda28ec8349cda695)

Author SHA1 Message Date
Drew Short 5a709d2397 Updated Image-Tools to use Java 8. Java 8 is now required to run Image-Tools. PHash functionality initially failed tests. Generated databases or caches of PHash output may need to be regenerated to avoid false positives. 10 years ago
Drew Short 2d46d862f0 Worked on getting caching in the engine. Worked on the CLI a little bit 11 years ago
Drew Short f22be07b80 Added the first round of caching, added some compile time settings, modified the start scripts. 11 years ago
Drew Short dd0bccc81e Added MD5 hashing to HashService and ImageHashDTO. Added tests against MD5 hashes. Added library for digests and hashing. Added Engine and test against Engine 11 years ago
Drew Short cf2e951c43 Added some proper hashing. Added a few more tests. Added a little bit more benchmarking 11 years ago
Drew Short 8c9936a45d Added mathematics library for transformation support. Implemented PHash and added PHash specific tests 11 years ago
Drew Short 3ce5f16313 Fixed the hashing algorithm to use Longs and also added an AHash class 11 years ago
Drew Short cefb9d3f6a Actually moved images, and fixed DHash method to be more consistent and pretty :) 11 years ago
Drew Short 67aee43791 Moved samples out so they don't get packaged. Updated test location information. Commented out some debugging as it is a bit overboard now that the original issue is fixed. Modified the gitignore to avoid rolling log files. 11 years ago
Drew Short 4e9c5cf87f Fixed broken unit test. Added some properties and functions. Added a timing trait and benchmarking to DHash tests 11 years ago
Drew Short 24a1b32bad Started work on hashing and added a sample image for testing. First new unit test is broken due to array indexing issues. Configured the pom further for testing configuration. Added a few properties to support different levels or precision depending on the hash. 11 years ago