Documentation of 'boofcv.abst.feature.detdesc.PointDescSet' Java class
PointDescSet
boofcv.abst.feature.detdesc

Interface PointDescSet<TD extends TupleDesc>



  • public interface PointDescSet<TD extends TupleDesc>
    A set of point image features which were detected and described using the same techniques.
    • Method Detail

      • getNumberOfFeatures

        int getNumberOfFeatures()
        Returns the number of detected features
        Returns:
        Number of interest points.
      • getLocation

        Point2D_F64 getLocation(int featureIndex)

        The center location of the feature inside the image.

        WARNING: The returned point is overwritten when a new image is processed.

        Parameters:
        featureIndex - The feature's index.
        Returns:
        Location of the feature in image pixels.
      • getDescription

        TD getDescription(int index)

        Returns the description of the specified feature.

        WARNING: The returned description will be overwritten when a new image is processed. Create a copy if this is a problem.

        Parameters:
        index - Which feature
        Returns:
        Feature descriptor

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.