Documentation of 'boofcv.alg.feature.detdesc.DetectDescribeSurfPlanar' Java class
DetectDescribeSurfPlanar
boofcv.alg.feature.detdesc

Class DetectDescribeSurfPlanar<II extends ImageGray>

  • Type Parameters:
    II - Type of integral image


    public class DetectDescribeSurfPlanar<II extends ImageGray>
    extends java.lang.Object
    Computes a color SURF descriptor from a Planar image. Features are detected, orientation estimated, and laplacian sign computed using a gray scale image. The gray scale image is found by computing the average across all bands for each pixel. A descriptor is computed inside band individually and stored in a descriptor which is N*length long. N = number of bands and length = number of elements in normal descriptor.
    See Also:
    DescribePointSurfPlanar
    • Method Detail

      • getDescription

        public BrightFeature getDescription(int index)
      • detect

        public void detect(II grayII,
                           Planar<II> colorII)
        Detects and describes features inside provide images. All images are integral images.
        Parameters:
        grayII - Gray-scale integral image
        colorII - Color integral image
      • getNumberOfFeatures

        public int getNumberOfFeatures()
      • getLocation

        public Point2D_F64 getLocation(int featureIndex)
      • getRadius

        public double getRadius(int featureIndex)
      • getOrientation

        public double getOrientation(int featureIndex)

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.