Documentation of 'boofcv.abst.feature.dense.GenericDenseDescribeImageDense' Java class
GenericDenseDescribeImageDense
boofcv.abst.feature.dense

Class GenericDenseDescribeImageDense<T extends ImageBase,Desc extends TupleDesc>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void configure(double descriptorRegionScale, double periodX, double periodY)
      Configures size of the descriptor and the frequency at which it's computed
      Desc createDescription()
      Creates new description instance which can be processed by this class
      java.util.List<Desc> getDescriptions()
      Returns a list of the computed descriptions.
      java.lang.Class<Desc> getDescriptionType()
      The type of region descriptor generated
      ImageType<T> getImageType()
      Description of the type of image it can process
      java.util.List<Point2D_I32> getLocations()
      Returns a list of locations that the descriptors are computed at
      void process(T input)
      Processes the image and computes the dense image features.
      • Methods inherited from class java.lang.Object

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

      • GenericDenseDescribeImageDense

        public GenericDenseDescribeImageDense(DescribeRegionPoint<T,Desc> alg,
                                              double scaleToRadius,
                                              double descriptorScale,
                                              double samplePeriodX,
                                              double samplePeriodY)
        Configures dense description.
        Parameters:
        alg - Sparse feature sampler.
        scaleToRadius - Conversion between requested descriptor scale to its actual radius
        descriptorScale - Relative scale of the descriptor's region
        samplePeriodX - How frequently the image is sampled in pixels. X-axis
        samplePeriodY - How frequently the image is sampled in pixels. Y-axis

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.