Class EnforceUniqueByScore.Describe<Desc>

java.lang.Object
boofcv.abst.feature.associate.EnforceUniqueByScore<Desc,AssociateDescription<Desc>>
boofcv.abst.feature.associate.EnforceUniqueByScore.Describe<Desc>
Type Parameters:
Desc - Feature description type
All Implemented Interfaces:
Associate<Desc>, AssociateDescription<Desc>
Enclosing class:
EnforceUniqueByScore<Desc,A extends Associate<Desc>>

public static class EnforceUniqueByScore.Describe<Desc> extends EnforceUniqueByScore<Desc,AssociateDescription<Desc>> implements AssociateDescription<Desc>
  • Constructor Details

  • Method Details

    • setSource

      public void setSource(FastAccess<Desc> listSrc)
      Description copied from interface: AssociateDescription
      Sets the list of source features. NOTE: A reference to the input list might be saved internally until the next call to this function.
      Specified by:
      setSource in interface AssociateDescription<Desc>
      Parameters:
      listSrc - List of features
    • setDestination

      public void setDestination(FastAccess<Desc> listDst)
      Description copied from interface: AssociateDescription
      Sets the list of destination features NOTE: A reference to the input list might be saved internally until the next call to this function.
      Specified by:
      setDestination in interface AssociateDescription<Desc>
      Parameters:
      listDst - List of features