Interface FeatureSets

All Known Subinterfaces:
DetectDescribePoint<T,Desc>, InterestPointDetector<T>
All Known Implementing Classes:
CompleteSift_DetectDescribe, DetectDescribeConvertTuple, DetectDescribeFusion, DetectDescribePointAbstract, FastToInterestPoint, GeneralToInterestPoint, InterestPointDetectorAbstract, InterestPointDetectorOverride, Surf_DetectDescribe, Surf_DetectDescribe_MT, SurfPlanar_to_DetectDescribe, WrapFHtoInterestPoint, WrapFLPtoInterestPoint, WrapFPtoInterestPoint, WrapSiftDetector

public interface FeatureSets
Features can belong to multiple set. A feature set indicates that the features were some how detected using mutually exclusive methods. A classical example comes from blob detectors where there will naturally be two sets composed of dark and white blobs.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The number of feature sets.
    int
    getSet(int index)
    Returns the set that a feature belongs in
  • Method Details

    • getNumberOfSets

      int getNumberOfSets()
      The number of feature sets.
      Returns:
      number of feature sets
    • getSet

      int getSet(int index)
      Returns the set that a feature belongs in
      Parameters:
      index - Which feature