Class AssociateGreedyDescBase<D>

java.lang.Object
boofcv.alg.feature.associate.AssociateGreedyBase<D>
boofcv.alg.feature.associate.AssociateGreedyDescBase<D>
Direct Known Subclasses:
AssociateGreedyDesc, AssociateGreedyDesc_MT

public abstract class AssociateGreedyDescBase<D> extends AssociateGreedyBase<D>
Greedy association for matching descriptors
  • Method Details

    • associate

      public abstract void associate(FastAccess<D> src, FastAccess<D> dst)
      Associates the two sets objects against each other by minimizing fit score.
      Parameters:
      src - Source list.
      dst - Destination list.