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

Class WrapSiftDetector<T extends ImageBase>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void detect(T image)
      Detects interest points inside the provided image.
      Point2D_F64 getLocation(int featureIndex)
      The center location of the feature inside the image.
      int getNumberOfFeatures()
      Returns the number of interest points found.
      double getOrientation(int featureIndex)
      Returns the features found orientation.
      double getRadius(int featureIndex)
      Returns the detected object's circular radius
      boolean hasOrientation()
      If the interest point detector estimates the feature's orientation
      boolean hasScale()
      Does the interest point detector have scale information
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WrapSiftDetector

        public WrapSiftDetector(SiftDetector detector,
                                java.lang.Class<T> inputType)
    • Method Detail

      • getNumberOfFeatures

        public int getNumberOfFeatures()
        Description copied from interface: FoundPointSO
        Returns the number of interest points found.
        Specified by:
        getNumberOfFeatures in interface FoundPointSO
        Returns:
        Number of interest points.
      • getLocation

        public Point2D_F64 getLocation(int featureIndex)
        Description copied from interface: FoundPointSO

        The center location of the feature inside the image.

        WARNING: Do not save the returned reference, copy instead. The returned point can be recycled each time this function is called.

        Specified by:
        getLocation in interface FoundPointSO
        Parameters:
        featureIndex - The feature's index.
        Returns:
        Location of the feature in image pixels.
      • getRadius

        public double getRadius(int featureIndex)
        Description copied from interface: FoundPointSO

        Returns the detected object's circular radius

        Specified by:
        getRadius in interface FoundPointSO
        Parameters:
        featureIndex - Feature whose radius is being requested.
        Returns:
        Object's radius
      • getOrientation

        public double getOrientation(int featureIndex)
        Description copied from interface: FoundPointSO
        Returns the features found orientation.
        Specified by:
        getOrientation in interface FoundPointSO
        Parameters:
        featureIndex - Feature whose
        Returns:
        Orientation in radians.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.