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

Class GeneralToInterestPoint<T extends ImageGray,D extends ImageGray>

    • 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.