Class FactorySelectLimit
java.lang.Object
boofcv.factory.feature.detect.selector.FactorySelectLimit
Factory that creates
FeatureSelectLimitIntensity-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <Point extends GeoTuple<Point>>
SampleIntensity<Point>imageSampler(Class<Point> type) Creates the correctSampleIntensityImagefor the given point typestatic <Point> FeatureSelectLimitIntensity<Point>intensity(@Nullable ConfigSelectLimit config) Creates and returnsFeatureSelectLimitIntensityusing aconfiguration.static <Point extends GeoTuple<Point>>
FeatureSelectLimitIntensity<Point>intensity(@Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimitIntensityusing aconfiguration.static <Point extends GeoTuple<Point>>
FeatureSelectLimit<Point>spatial(@Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimitusing aconfiguration.
-
Constructor Details
-
FactorySelectLimit
public FactorySelectLimit()
-
-
Method Details
-
intensity
public static <Point extends GeoTuple<Point>> FeatureSelectLimitIntensity<Point> intensity(@Nullable @Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimitIntensityusing aconfiguration.- Parameters:
config- Creates the specified select limit. if null it defaults toConfigSelectLimit.
-
intensity
public static <Point> FeatureSelectLimitIntensity<Point> intensity(@Nullable @Nullable ConfigSelectLimit config) Creates and returnsFeatureSelectLimitIntensityusing aconfiguration.- Parameters:
config- Creates the specified select limit. if null it defaults toConfigSelectLimit.
-
imageSampler
public static <Point extends GeoTuple<Point>> SampleIntensity<Point> imageSampler(Class<Point> type) Creates the correctSampleIntensityImagefor the given point type -
spatial
public static <Point extends GeoTuple<Point>> FeatureSelectLimit<Point> spatial(@Nullable @Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimitusing aconfiguration.- Parameters:
config- Creates the specified select limit. if null it defaults toConfigSelectLimit.
-