Uses of Class
dev.brachtendorf.jimagehash.datastructures.tree.AbstractBinaryTree
-
Packages that use AbstractBinaryTree Package Description dev.brachtendorf.jimagehash.datastructures.tree.binaryTree dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy -
-
Uses of AbstractBinaryTree in dev.brachtendorf.jimagehash.datastructures.tree.binaryTree
Subclasses of AbstractBinaryTree in dev.brachtendorf.jimagehash.datastructures.tree.binaryTree Modifier and Type Class Description classBinaryTree<T>A not thread safe binary tree implementation used to quickly compute the hamming distance of multiple hashes. -
Uses of AbstractBinaryTree in dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy
Subclasses of AbstractBinaryTree in dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy Modifier and Type Class Description classFuzzyBinaryTreeA 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
-