Documentation of 'boofcv.factory.feature.dense.FactoryDescribeImageDense' Java class
FactoryDescribeImageDense
boofcv.factory.feature.dense

Class FactoryDescribeImageDense



  • public class FactoryDescribeImageDense
    extends java.lang.Object
    Factory for creating DescribeImageDense.
    • Constructor Detail

      • FactoryDescribeImageDense

        public FactoryDescribeImageDense()
    • Method Detail

      • surfFast

        public static <T extends ImageGray,II extends ImageGray> DescribeImageDense<T,TupleDesc_F64> surfFast(ConfigDenseSurfFast config,
                                                                                                              java.lang.Class<T> imageType)

        Creates a SURF descriptor. SURF descriptors are invariant to illumination, orientation, and scale. BoofCV provides two variants. This SURF variant created here is designed for speed and sacrifices some stability. Different descriptors are produced for gray-scale and color images.

        Parameters:
        config - SURF configuration. Pass in null for default options.
        imageType - Type of input image.
        Returns:
        SURF description extractor
        See Also:
        DescribePointSurf
      • surfStable

        public static <T extends ImageGray,II extends ImageGray> DescribeImageDense<T,TupleDesc_F64> surfStable(ConfigDenseSurfStable config,
                                                                                                                java.lang.Class<T> imageType)

        Creates a SURF descriptor. SURF descriptors are invariant to illumination, orientation, and scale. BoofCV provides two variants. The SURF variant created here is designed for stability. Different descriptors are produced for gray-scale and color images.

        Parameters:
        config - SURF configuration. Pass in null for default options.
        imageType - Type of input image.
        Returns:
        SURF description extractor
        See Also:
        DescribePointSurf

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.