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 |
ModelPriorMatcher
This class does a simple matching but computes a normalizationFactor based a given model prior.
|
class |
ModelPriorSubsetMatcher |
class |
SimpleMatcher |
class |
SubsetMatcher |
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) |
Constructor and Description |
---|
ModelBased3d(Matcher matcher) |
ModelBased3d(TranslationInvariantModel<?> model,
Matcher matcher) |
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) |
protected static ArrayList<PointMatch> |
Matching.getCorrespondenceCandidates(double nTimesBetter,
Matcher matcher,
ArrayList<DifferenceOfGaussianPeak<FloatType>> peaks1,
ArrayList<DifferenceOfGaussianPeak<FloatType>> peaks2,
Model<?> model,
int dimensionality,
float zStretching1,
float zStretching2,
String explanation) |
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.