Class FactorySelectLimit
java.lang.Object
boofcv.factory.feature.detect.selector.FactorySelectLimit
Factory that creates
FeatureSelectLimitIntensity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <Point extends GeoTuple<Point>>
SampleIntensity<Point>imageSampler
(Class<Point> type) Creates the correctSampleIntensityImage
for the given point typestatic <Point> FeatureSelectLimitIntensity<Point>
intensity
(@Nullable ConfigSelectLimit config) Creates and returnsFeatureSelectLimitIntensity
using aconfiguration
.static <Point extends GeoTuple<Point>>
FeatureSelectLimitIntensity<Point>intensity
(@Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimitIntensity
using aconfiguration
.static <Point extends GeoTuple<Point>>
FeatureSelectLimit<Point>spatial
(@Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimit
using 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 returnsFeatureSelectLimitIntensity
using 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 returnsFeatureSelectLimitIntensity
using 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 correctSampleIntensityImage
for the given point type -
spatial
public static <Point extends GeoTuple<Point>> FeatureSelectLimit<Point> spatial(@Nullable @Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimit
using aconfiguration
.- Parameters:
config
- Creates the specified select limit. if null it defaults toConfigSelectLimit
.
-