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.matchesMethods 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.matchesAllMethods 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 sourcevoidAssociateUniqueByScoreAlg.process(FastAccess<AssociatedIndex> matches, int numSource, int numDestination) Given a set of matches, enforce the uniqueness rules it was configured to.voidEnsureUniqueAssociation.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.associatedSimilarImagesTrackThenMatch.PairInfo.associatedprotected DogArray<AssociatedIndex>SimilarImagesFromTracks.pairsMethod parameters in boofcv.alg.similar with type arguments of type AssociatedIndexModifier and TypeMethodDescriptionprotected voidSimilarImagesFromTracks.connectFrames(SimilarImagesFromTracks.Frame current, SimilarImagesFromTracks.Frame previous, FastAccess<AssociatedIndex> associated) Connects the two frames and remembers the associated features between thembooleanSimilarImagesData.lookupAssociated(String similarD, DogArray<AssociatedIndex> pairs) booleanSimilarImagesFromTracks.lookupAssociated(String viewB, DogArray<AssociatedIndex> pairs) booleanSimilarImagesSceneRecognition.lookupAssociated(String viewDst, DogArray<AssociatedIndex> pairs) booleanSimilarImagesTrackThenMatch.lookupAssociated(String viewB, DogArray<AssociatedIndex> pairs) voidSimilarImagesData.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.inliersIndexes 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 TypeMethodDescriptionbooleanLookUpSimilarImages.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 TypeMethodDescriptionvoidAssociationPanel.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 TypeMethodDescriptionbooleanAssociatedIndex.isIdentical(AssociatedIndex o) voidAssociatedIndex.setTo(AssociatedIndex a) Constructors in boofcv.struct.feature with parameters of type AssociatedIndex