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
PointMatches, 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, toStringpublic SimplePointDescriptor(P basisPoint, ArrayList<P> orderedNearestNeighboringPoints, SimilarityMeasure similarityMeasure, Matcher matcher) throws NoSuitablePointsException
NoSuitablePointsExceptionpublic Object fitMatches(ArrayList<PointMatch> matches)
AbstractPointDescriptorPointMatches, this method is called by the MatcherfitMatches in class AbstractPointDescriptor<P extends Point,SimplePointDescriptor<P extends Point>>matches - - The Points to matchpublic boolean resetWorldCoordinatesAfterMatching()
AbstractPointDescriptorresetWorldCoordinatesAfterMatching in class AbstractPointDescriptor<P extends Point,SimplePointDescriptor<P extends Point>>public boolean useWorldCoordinatesForDescriptorBuildUp()
AbstractPointDescriptoruseWorldCoordinatesForDescriptorBuildUp in class AbstractPointDescriptor<P extends Point,SimplePointDescriptor<P extends Point>>Copyright © 2015–2021 Fiji. All rights reserved.