boofcv.abst.feature.detect.interest
Class ConfigGeneralDetector
- java.lang.Object
-
- boofcv.abst.feature.detect.extract.ConfigExtract
-
- boofcv.abst.feature.detect.interest.ConfigGeneralDetector
-
- All Implemented Interfaces:
- Configuration, java.io.Serializable
public class ConfigGeneralDetector extends ConfigExtract
Configuration forGeneralFeatureDetector.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description intmaxFeaturesSpecifies the maximum number of features it will detect.-
Fields inherited from class boofcv.abst.feature.detect.extract.ConfigExtract
detectMaximums, detectMinimums, ignoreBorder, radius, threshold, useStrictRule
-
-
Constructor Summary
Constructors Constructor and Description ConfigGeneralDetector()ConfigGeneralDetector(int maxFeatures, ConfigExtract config)ConfigGeneralDetector(int maxFeatures, int radius, float threshold)ConfigGeneralDetector(int maxFeatures, int radius, float threshold, int ignoreBorder, boolean useStrictRule)ConfigGeneralDetector(int maxFeatures, int radius, float threshold, int ignoreBorder, boolean useStrictRule, boolean detectMinimums, boolean detectMaximums)
-
Method Summary
-
Methods inherited from class boofcv.abst.feature.detect.extract.ConfigExtract
checkValidity, setTo
-
-
-
-
Field Detail
-
maxFeatures
public int maxFeatures
Specifies the maximum number of features it will detect. If a value is specified then the 'maxFeature' most intense features are returned. Set to a value ≤ 0 to return all selected features. Default is -1.
-
-
Constructor Detail
-
ConfigGeneralDetector
public ConfigGeneralDetector(int maxFeatures, int radius, float threshold, int ignoreBorder, boolean useStrictRule, boolean detectMinimums, boolean detectMaximums)
-
ConfigGeneralDetector
public ConfigGeneralDetector(int maxFeatures, int radius, float threshold, int ignoreBorder, boolean useStrictRule)
-
ConfigGeneralDetector
public ConfigGeneralDetector(int maxFeatures, int radius, float threshold)
-
ConfigGeneralDetector
public ConfigGeneralDetector(int maxFeatures, ConfigExtract config)
-
ConfigGeneralDetector
public ConfigGeneralDetector()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG