Uses of Package
dev.brachtendorf.jimagehash.datastructures.tree.binaryTree
-
Packages that use dev.brachtendorf.jimagehash.datastructures.tree.binaryTree Package Description dev.brachtendorf.jimagehash.datastructures.tree Tree like data structuresdev.brachtendorf.jimagehash.datastructures.tree.binaryTree dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy dev.brachtendorf.jimagehash.matcher.cached Cached image matchers allow to check images against a batch of previously added images keeping the buffered image object and hashes in memory.dev.brachtendorf.jimagehash.matcher.persistent Persistent image matchers allow to check images against a batch of previously added images keeping only the created hashes coupled with a unique identifier of the image. -
Classes in dev.brachtendorf.jimagehash.datastructures.tree.binaryTree used by dev.brachtendorf.jimagehash.datastructures.tree Class Description Node A tree node saving references to it's children. -
Classes in dev.brachtendorf.jimagehash.datastructures.tree.binaryTree used by dev.brachtendorf.jimagehash.datastructures.tree.binaryTree Class Description Node A tree node saving references to it's children. -
Classes in dev.brachtendorf.jimagehash.datastructures.tree.binaryTree used by dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy Class Description Node A tree node saving references to it's children. -
Classes in dev.brachtendorf.jimagehash.datastructures.tree.binaryTree used by dev.brachtendorf.jimagehash.matcher.cached Class Description BinaryTree A not thread safe binary tree implementation used to quickly compute the hamming distance of multiple hashes. -
Classes in dev.brachtendorf.jimagehash.datastructures.tree.binaryTree used by dev.brachtendorf.jimagehash.matcher.persistent Class Description BinaryTree A not thread safe binary tree implementation used to quickly compute the hamming distance of multiple hashes.