Documentation of 'boofcv.abst.feature.detect.interest.DetectorInterestPointMulti' Java class
DetectorInterestPointMulti
boofcv.abst.feature.detect.interest

Interface DetectorInterestPointMulti<T extends ImageBase>

  • All Known Implementing Classes:
    GeneralToInterestMulti


    public interface DetectorInterestPointMulti<T extends ImageBase>
    Interface for automatically detecting multiple types of interest points in images. Each type of interest point was detected using a different technique and should only be associated with interest points of the same type. The number and type of sets is fixed.
    • Method Detail

      • detect

        void detect(T input)
        Detects interest points inside the provided image.
        Parameters:
        input - Input features are detected inside of.
      • getNumberOfSets

        int getNumberOfSets()
        The number of families.
        Returns:
        number of families
      • getFeatureSet

        FoundPointSO getFeatureSet(int set)
        Returns the most recently detected features for a specific set. Each time detect(boofcv.struct.image.ImageBase) is called the results are modified.
        Parameters:
        set - Which set of detected features.
        Returns:
        Results for a set.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.