Package boofcv.abst.feature.associate
-
Interface Summary Interface Description Associate Common interface for associating features between two images.AssociateDescription<Desc> Generalized interface for associating features.AssociateDescription2D<Desc> Associates features from two images together using both 2D location and descriptor information.ScoreAssociation<Desc> Scores the fit quality between two feature descriptions. -
Class Summary Class Description AssociateDescTo2D<D> Wrapper aroundAssociateDescriptionthat allows it to be used inside ofAssociateDescription2DAssociateNearestNeighbor<D extends TupleDesc_F64> Matches features using aNearestNeighborsearch from DDogleg.EnforceUniqueByScore<A extends Associate> Ensures that the source and/or destination features are uniquely associated by resolving ambiguity using association score and preferring matches with better scores.EnforceUniqueByScore.Describe<Desc> Implementation ofEnforceUniqueByScoreforAssociateDescription.EnforceUniqueByScore.Describe2D<Desc> Implementation ofEnforceUniqueByScoreforAssociateDescription2D.ScoreAssociateCorrelation Scores two possible associations usingDescriptorDistance.correlation(boofcv.struct.feature.TupleDesc_F64, boofcv.struct.feature.TupleDesc_F64).ScoreAssociateEuclidean_F64 Scores based on Euclidean distanceScoreAssociateEuclideanSq_F32 Scores based on Euclidean distance squaredScoreAssociateEuclideanSq_F64 Scores based on Euclidean distance squaredScoreAssociateHamming_B Score association between two BRIEF features.ScoreAssociateNccFeature Association scorer for NccFeatures.ScoreAssociateSad_F32 Computes sum of absolute difference (SAD) score forTupleDesc_F32.ScoreAssociateSad_F64 Computes sum of absolute difference (SAD) score forTupleDesc_F64.ScoreAssociateSad_S8 Computes sum of absolute difference (SAD) score forTupleDesc_U8.ScoreAssociateSad_U8 Computes sum of absolute difference (SAD) score forTupleDesc_U8.WrapAssociateGreedy<T> Wrapper around algorithms contained inside ofAssociateGreedy.WrapAssociateSurfBasic Wrapper aroundAssociateSurfBasicforAssociateDescription.
DataMelt 3.0 © DataMelt by jWork.ORG