Package boofcv.factory.feature.describe
Class FactoryDescribePoint
java.lang.Object
boofcv.factory.feature.describe.FactoryDescribePoint
public class FactoryDescribePoint extends Object
Factory for creating implementations of
DescribePointRadiusAngle
.-
Constructor Summary
Constructors Constructor Description FactoryDescribePoint()
-
Method Summary
Modifier and Type Method Description static <T extends ImageGray<T>, TD extends TupleDesc<TD>>
DescribePoint<T,TD>generic(ConfigDescribePoint config, ImageType<T> imageType)
Factory function for creating many different types of region descriptorsstatic <T extends ImageGray<T>, II extends ImageGray<II>>
DescribeSurf_Point<T,II>surfFast(ConfigSurfDescribe.Fast configSurf, ConfigOrientation2 configOrientation, double regionRadius, Class<T> imageType)
static <T extends ImageGray<T>, II extends ImageGray<II>>
DescribeSurf_Point<T,II>surfStable(ConfigSurfDescribe.Stability config, ConfigOrientation2 configOrientation, double regionRadius, Class<T> imageType)
-
Constructor Details
-
FactoryDescribePoint
public FactoryDescribePoint()
-
-
Method Details
-
generic
public static <T extends ImageGray<T>, TD extends TupleDesc<TD>> DescribePoint<T,TD> generic(ConfigDescribePoint config, ImageType<T> imageType)Factory function for creating many different types of region descriptors -
surfFast
public static <T extends ImageGray<T>, II extends ImageGray<II>> DescribeSurf_Point<T,II> surfFast(@Nullable ConfigSurfDescribe.Fast configSurf, ConfigOrientation2 configOrientation, double regionRadius, Class<T> imageType) -
surfStable
public static <T extends ImageGray<T>, II extends ImageGray<II>> DescribeSurf_Point<T,II> surfStable(@Nullable ConfigSurfDescribe.Stability config, ConfigOrientation2 configOrientation, double regionRadius, Class<T> imageType)
-