Uses of Class
boofcv.struct.feature.AssociatedIndex
Package
Description
-
Uses of AssociatedIndex in boofcv.abst.feature.associate
Modifier and TypeFieldDescriptionprotected final DogArray<AssociatedIndex>
BaseAssociateSets.matches
Modifier and TypeMethodDescriptionAbstractAssociateDescription2D.getMatches()
Associate.getMatches()
List of associated features.AssociateDescription2DDefault.getMatches()
AssociateDescriptionAbstract.getMatches()
AssociateDescTo2D.getMatches()
BaseAssociateSets.getMatches()
EnforceUniqueByScore.getMatches()
WrapAssociateGreedy.getMatches()
WrapAssociateGreedy2D.getMatches()
-
Uses of AssociatedIndex in boofcv.alg.feature.associate
Modifier and TypeFieldDescriptionprotected final DogArray<AssociatedIndex>
AssociateNearestNeighbor.matchesAll
Modifier and TypeMethodDescriptionAssociateNearestNeighbor.getMatches()
AssociateStereo2D.getMatches()
AssociateUniqueByScoreAlg.getMatches()
EnsureUniqueAssociation.getMatches()
List of unambiguous matches.Modifier and TypeMethodDescriptionFindUnassociated.checkDestination
(FastAccess<AssociatedIndex> matches, int featureCount) Finds unassociated features in destinationFindUnassociated.checkSource
(FastAccess<AssociatedIndex> matches, int featureCount) Finds unassociated features in sourcevoid
AssociateUniqueByScoreAlg.process
(FastAccess<AssociatedIndex> matches, int numSource, int numDestination) Given a set of matches, enforce the uniqueness rules it was configured to.void
EnsureUniqueAssociation.process
(DogArray<AssociatedIndex> matches, int sizeDst) Removes ambiguous associations. -
Uses of AssociatedIndex in boofcv.alg.similar
Modifier and TypeFieldDescriptionSimilarImagesSceneRecognition.PairInfo.associated
SimilarImagesTrackThenMatch.PairInfo.associated
protected DogArray<AssociatedIndex>
SimilarImagesFromTracks.pairs
Modifier and TypeMethodDescriptionprotected void
SimilarImagesFromTracks.connectFrames
(SimilarImagesFromTracks.Frame current, SimilarImagesFromTracks.Frame previous, FastAccess<AssociatedIndex> associated) Connects the two frames and remembers the associated features between themboolean
SimilarImagesData.lookupAssociated
(String similarD, DogArray<AssociatedIndex> pairs) boolean
SimilarImagesFromTracks.lookupAssociated
(String viewB, DogArray<AssociatedIndex> pairs) boolean
SimilarImagesSceneRecognition.lookupAssociated
(String viewDst, DogArray<AssociatedIndex> pairs) boolean
SimilarImagesTrackThenMatch.lookupAssociated
(String viewB, DogArray<AssociatedIndex> pairs) void
SimilarImagesData.setRelationship
(String viewA, String viewB, List<AssociatedIndex> matches) Used to specify the relationship between two similar views by providing which features match up -
Uses of AssociatedIndex in boofcv.alg.structure
Modifier and TypeFieldDescriptionfinal DogArray<AssociatedIndex>
PairwiseImageGraph.Motion.inliers
Indexes of features in 'src' and 'dst' views which are inliers to the modelModifier and TypeMethodDescriptionboolean
LookUpSimilarImages.lookupAssociated
(String similarD, DogArray<AssociatedIndex> pairs) Looks up pairs of associated features from a similar image which was returned in the most recent call toLookUpSimilarImages.findSimilar(java.lang.String, boofcv.misc.BoofLambdas.Filter<java.lang.String>, java.util.List<java.lang.String>)
. -
Uses of AssociatedIndex in boofcv.gui.feature
Modifier and TypeMethodDescriptionvoid
AssociationPanel.setAssociation
(List<Point2D_F64> leftPts, List<Point2D_F64> rightPts, FastAccess<AssociatedIndex> matches) -
Uses of AssociatedIndex in boofcv.struct.feature
Modifier and TypeMethodDescriptionboolean
AssociatedIndex.isIdentical
(AssociatedIndex o) void
AssociatedIndex.setTo
(AssociatedIndex a)