Class ConfigSelectLimit
java.lang.Object
boofcv.factory.feature.detect.selector.ConfigSelectLimit
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
FeatureSelectLimitIntensity- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongRandom seed used by RANDOM selectorSpecified which selector to useConfiguration used by Uniform selector -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.copy()static ConfigSelectLimitstatic ConfigSelectLimitselectRandom(long seed) static ConfigSelectLimitselectUniform(double inverseRegionScale) setTo(ConfigSelectLimit src) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
selectBestN
-
selectRandom
-
selectUniform
-
setTo
-
copy
-