Modifier and Type | Method and Description |
---|---|
SimilarityMeasure |
AbstractPointDescriptor.getSimilarityMeasure() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPointDescriptor.setSimilarityMeasure(SimilarityMeasure similarityMeasure)
Sets the
SimilarityMeasure object that is used to compute how similar two descriptors are |
Constructor and Description |
---|
AbstractPointDescriptor(P basisPoint,
ArrayList<P> orderedNearestNeighboringPoints,
SimilarityMeasure similarityMeasure,
Matcher matcher) |
ModelPointDescriptor(P basisPoint,
ArrayList<P> orderedNearestNeighboringPoints,
TranslationInvariantModel<?> model,
SimilarityMeasure similarityMeasure,
Matcher matcher)
Creates a
ModelPointDescriptor that can perform matching using a Model
For the computational process it only modifies the world coordinates of its own descriptorPoints,
thus providing the opportunity for multi-threading. |
SimplePointDescriptor(P basisPoint,
ArrayList<P> orderedNearestNeighboringPoints,
SimilarityMeasure similarityMeasure,
Matcher matcher) |
Modifier and Type | Class and Description |
---|---|
class |
LinearDistance |
class |
ManhattanDistance |
class |
SquareDistance |
Modifier and Type | Method and Description |
---|---|
static <P extends Point> |
TestPointDescriptor.createModelPointDescriptors(KDTree<VirtualPointNode<P>> tree,
ArrayList<VirtualPointNode<P>> basisPoints,
int numNeighbors,
TranslationInvariantModel<?> model,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
Modifier and Type | Method and Description |
---|---|
static <P extends Point & Leaf<P>> |
ModelBased3d.createModelPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
TranslationInvariantModel<?> model,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
Modifier and Type | Method and Description |
---|---|
protected static ArrayList<AbstractPointDescriptor> |
Matching.createModelPointDescriptors(KDTree<Particle> tree,
ArrayList<Particle> basisPoints,
int numNeighbors,
Matcher matcher,
SimilarityMeasure similarityMeasure,
int dimensionality) |
protected static ArrayList<AbstractPointDescriptor> |
Matching.createSimplePointDescriptors(KDTree<Particle> tree,
ArrayList<Particle> basisPoints,
int numNeighbors,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
Modifier and Type | Method and Description |
---|---|
protected static ArrayList<SimplePointDescriptor<Detection>> |
RGLDMMatcher.createSimplePointDescriptors(KDTree<Detection> tree,
ArrayList<Detection> basisPoints,
int numNeighbors,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
Copyright © 2015–2021 Fiji. All rights reserved.