Package boofcv.alg.feature.associate
Class AssociateGreedyDescBase<D>
java.lang.Object
boofcv.alg.feature.associate.AssociateGreedyBase<D>
boofcv.alg.feature.associate.AssociateGreedyDescBase<D>
- Direct Known Subclasses:
AssociateGreedyDesc
,AssociateGreedyDesc_MT
Greedy association for matching descriptors
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
associate
(FastAccess<D> src, FastAccess<D> dst) Associates the two sets objects against each other by minimizing fit score.Methods inherited from class boofcv.alg.feature.associate.AssociateGreedyBase
forwardsBackwards, setMaxFitError, setupForAssociate
-
Method Details
-
associate
Associates the two sets objects against each other by minimizing fit score.- Parameters:
src
- Source list.dst
- Destination list.
-