Package | Description |
---|---|
mpicbg.pointdescriptor | |
mpicbg.pointdescriptor.matcher | |
process | |
spim.process.interestpointregistration.geometricdescriptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPointDescriptor<P extends Point,F extends AbstractPointDescriptor<P,F>> |
Modifier and Type | Class and Description |
---|---|
class |
LocalCoordinateSystemPointDescriptor<P extends Point> |
class |
ModelPointDescriptor<P extends Point> |
class |
SimplePointDescriptor<P extends Point> |
Modifier and Type | Method and Description |
---|---|
ArrayList<ArrayList<PointMatch>> |
SubsetMatcher.createCandidates(AbstractPointDescriptor<?,?> pd1,
AbstractPointDescriptor<?,?> pd2) |
ArrayList<ArrayList<PointMatch>> |
SubsetMatcher.createCandidates(AbstractPointDescriptor<?,?> pd1,
AbstractPointDescriptor<?,?> pd2) |
ArrayList<ArrayList<PointMatch>> |
SimpleMatcher.createCandidates(AbstractPointDescriptor<?,?> pd1,
AbstractPointDescriptor<?,?> pd2) |
ArrayList<ArrayList<PointMatch>> |
SimpleMatcher.createCandidates(AbstractPointDescriptor<?,?> pd1,
AbstractPointDescriptor<?,?> pd2) |
ArrayList<ArrayList<PointMatch>> |
Matcher.createCandidates(AbstractPointDescriptor<?,?> pd1,
AbstractPointDescriptor<?,?> pd2) |
ArrayList<ArrayList<PointMatch>> |
Matcher.createCandidates(AbstractPointDescriptor<?,?> pd1,
AbstractPointDescriptor<?,?> pd2) |
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<PointMatch> |
Matching.findCorrespondingDescriptors(ArrayList<AbstractPointDescriptor> descriptorsA,
ArrayList<AbstractPointDescriptor> descriptorsB,
float nTimesBetter) |
protected static ArrayList<PointMatch> |
Matching.findCorrespondingDescriptors(ArrayList<AbstractPointDescriptor> descriptorsA,
ArrayList<AbstractPointDescriptor> descriptorsB,
float nTimesBetter) |
Modifier and Type | Method and Description |
---|---|
protected static <D extends AbstractPointDescriptor<Detection,D>> |
RGLDMMatcher.findCorrespondingDescriptors(ArrayList<D> descriptorsA,
ArrayList<D> descriptorsB,
double nTimesBetter,
double differenceThreshold) |
Copyright © 2015–2021 Fiji. All rights reserved.