public class SimplePointDescriptor<P extends Point> extends AbstractPointDescriptor<P,SimplePointDescriptor<P>>
index
Constructor and Description |
---|
SimplePointDescriptor(P basisPoint,
ArrayList<P> orderedNearestNeighboringPoints,
SimilarityMeasure similarityMeasure,
Matcher matcher) |
Modifier and Type | Method and Description |
---|---|
Object |
fitMatches(ArrayList<PointMatch> matches)
Computes a fit between this these
PointMatch es, this method is called by the Matcher |
boolean |
resetWorldCoordinatesAfterMatching()
Tells if the descriptormatching should reset the world coordinates after the matching
|
boolean |
useWorldCoordinatesForDescriptorBuildUp()
Tells if the build up of the descriptor should use the world coordinates or rather the local coordinates
|
descriptorDistance, getBasisPoint, getBestPointMatchSet, getDescriptorPoint, getId, getOrderedNearestNeighboringPoints, getSimilarityMeasure, numDimensions, numNeighbors, resetWorldCoordinates, setSimilarityMeasure, toString
public SimplePointDescriptor(P basisPoint, ArrayList<P> orderedNearestNeighboringPoints, SimilarityMeasure similarityMeasure, Matcher matcher) throws NoSuitablePointsException
NoSuitablePointsException
public Object fitMatches(ArrayList<PointMatch> matches)
AbstractPointDescriptor
PointMatch
es, this method is called by the Matcher
fitMatches
in class AbstractPointDescriptor<P extends Point,SimplePointDescriptor<P extends Point>>
matches
- - The Point
s to matchpublic boolean resetWorldCoordinatesAfterMatching()
AbstractPointDescriptor
resetWorldCoordinatesAfterMatching
in class AbstractPointDescriptor<P extends Point,SimplePointDescriptor<P extends Point>>
public boolean useWorldCoordinatesForDescriptorBuildUp()
AbstractPointDescriptor
useWorldCoordinatesForDescriptorBuildUp
in class AbstractPointDescriptor<P extends Point,SimplePointDescriptor<P extends Point>>
Copyright © 2015–2021 Fiji. All rights reserved.