Class ConfigGeneralDetector
java.lang.Object
boofcv.abst.feature.detect.extract.ConfigExtract
boofcv.abst.feature.detect.interest.ConfigGeneralDetector
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
GeneralFeatureDetector.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintSpecifies the maximum number of features it will detect.Specifies how the features are selected if more thanmaxFeatureshave been detectedFields inherited from class boofcv.abst.feature.detect.extract.ConfigExtract
detectMaximums, detectMinimums, ignoreBorder, radius, threshold, useStrictRule -
Constructor Summary
ConstructorsConstructorDescriptionConfigGeneralDetector(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) ConfigGeneralDetector(int maxFeatures, ConfigExtract config) ConfigGeneralDetector(ConfigGeneralDetector original) -
Method Summary
Methods inherited from class boofcv.abst.feature.detect.extract.ConfigExtract
checkValidity, max, min, setToMethods 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
-
maxFeatures
public int maxFeaturesSpecifies the maximum number of features it will detect. If a value is specified then the 'maxFeatures' most intense features are returned. Set to a value ≤ 0 to return all selected features. Default is -1. -
selector
Specifies how the features are selected if more thanmaxFeatureshave been detected
-
-
Constructor Details
-
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
-
ConfigGeneralDetector
-
ConfigGeneralDetector
public ConfigGeneralDetector()
-
-
Method Details
-
setTo
-
copy
-