Uses of Class
boofcv.struct.feature.AssociatedIndex
Packages that use AssociatedIndex
Package
Description
-
Uses of AssociatedIndex in boofcv.abst.feature.associate
Fields in boofcv.abst.feature.associate with type parameters of type AssociatedIndexModifier and TypeFieldDescriptionprotected final DogArray<AssociatedIndex>
BaseAssociateSets.matches
Methods in boofcv.abst.feature.associate that return types with arguments of type AssociatedIndexModifier 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
Fields in boofcv.alg.feature.associate with type parameters of type AssociatedIndexModifier and TypeFieldDescriptionprotected final DogArray<AssociatedIndex>
AssociateNearestNeighbor.matchesAll
Methods in boofcv.alg.feature.associate that return types with arguments of type AssociatedIndexModifier and TypeMethodDescriptionAssociateNearestNeighbor.getMatches()
AssociateStereo2D.getMatches()
AssociateUniqueByScoreAlg.getMatches()
EnsureUniqueAssociation.getMatches()
List of unambiguous matches.Method parameters in boofcv.alg.feature.associate with type arguments of type AssociatedIndexModifier 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
Fields in boofcv.alg.similar with type parameters of type AssociatedIndexModifier and TypeFieldDescriptionSimilarImagesSceneRecognition.PairInfo.associated
SimilarImagesTrackThenMatch.PairInfo.associated
protected DogArray<AssociatedIndex>
SimilarImagesFromTracks.pairs
Method parameters in boofcv.alg.similar with type arguments of type AssociatedIndexModifier 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
Fields in boofcv.alg.structure with type parameters of type AssociatedIndexModifier and TypeFieldDescriptionfinal DogArray<AssociatedIndex>
PairwiseImageGraph.Motion.inliers
Indexes of features in 'src' and 'dst' views which are inliers to the modelMethod parameters in boofcv.alg.structure with type arguments of type AssociatedIndexModifier 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
Method parameters in boofcv.gui.feature with type arguments of type AssociatedIndexModifier and TypeMethodDescriptionvoid
AssociationPanel.setAssociation
(List<Point2D_F64> leftPts, List<Point2D_F64> rightPts, FastAccess<AssociatedIndex> matches) -
Uses of AssociatedIndex in boofcv.struct.feature
Methods in boofcv.struct.feature that return AssociatedIndexMethods in boofcv.struct.feature with parameters of type AssociatedIndexModifier and TypeMethodDescriptionboolean
AssociatedIndex.isIdentical
(AssociatedIndex o) void
AssociatedIndex.setTo
(AssociatedIndex a) Constructors in boofcv.struct.feature with parameters of type AssociatedIndex