Class ConfigSelectLimit
java.lang.Object
boofcv.factory.feature.detect.selector.ConfigSelectLimit
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for
FeatureSelectLimitIntensity
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionlong
Random seed used by RANDOM selectorSpecified which selector to useConfiguration used by Uniform selector -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.copy()
static ConfigSelectLimit
static ConfigSelectLimit
selectRandom
(long seed) static ConfigSelectLimit
selectUniform
(double inverseRegionScale) setTo
(ConfigSelectLimit src) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
type
Specified which selector to use -
randomSeed
public long randomSeedRandom seed used by RANDOM selector -
uniform
Configuration used by Uniform selector
-
-
Constructor Details
-
ConfigSelectLimit
public ConfigSelectLimit() -
ConfigSelectLimit
-
-
Method Details
-
checkValidity
public void checkValidity()Description copied from interface:Configuration
Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidity
in interfaceConfiguration
-
selectBestN
-
selectRandom
-
selectUniform
-
setTo
-
copy
-