public class ConfigGeneralDetector extends ConfigExtract
GeneralFeatureDetector.| Modifier and Type | Field and Description |
|---|---|
int |
maxFeatures
Specifies the maximum number of features it will detect.
|
detectMaximums, detectMinimums, ignoreBorder, radius, threshold, useStrictRule| 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) |
checkValidity, setTopublic int maxFeatures
public ConfigGeneralDetector(int maxFeatures,
int radius,
float threshold,
int ignoreBorder,
boolean useStrictRule,
boolean detectMinimums,
boolean detectMaximums)
public ConfigGeneralDetector(int maxFeatures,
int radius,
float threshold,
int ignoreBorder,
boolean useStrictRule)
public ConfigGeneralDetector(int maxFeatures,
int radius,
float threshold)
public ConfigGeneralDetector(int maxFeatures,
ConfigExtract config)
public ConfigGeneralDetector()