Uses of Package
dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy
-
Packages that use dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy Package Description dev.brachtendorf.jimagehash.matcher.categorize The categorization package includes classes to group images into distinct groups based on their similarity. -
Classes in dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy used by dev.brachtendorf.jimagehash.matcher.categorize Class Description FuzzyBinaryTree A binary tree implementation allowing to quickly lookup be aware that fuzzy trees currently are of one time use and are rendered invalid as soon as one of the underlying hashes changes it's internal state.! TODO for mutability add a list of uncertainties to each node and allow remove operation by supplying the old and the new fuzzy hash state