Class ConfigPointDetector
java.lang.Object
boofcv.abst.feature.detect.interest.ConfigPointDetector
- All Implemented Interfaces:
Configuration,Serializable
Configuration for all single point features, e.g. corners or single scale blobs.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ConfigFastCornerConfiguration only used with FASTfinal ConfigGeneralDetectorConfigurations common to all point detectorsfinal ConfigHarrisCornerConfiguration only used with HarrisdoubleIf a scale-invariant descriptor is used this specified what radius/scale the returned point feature will specify.final ConfigShiTomasiConfiguration only used with Shi-TomasiWhich detector is used. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.copy()setTo(ConfigPointDetector 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
Which detector is used. -
scaleRadius
public double scaleRadiusIf a scale-invariant descriptor is used this specified what radius/scale the returned point feature will specify. -
general
Configurations common to all point detectors -
harris
Configuration only used with Harris -
shiTomasi
Configuration only used with Shi-Tomasi -
fast
Configuration only used with FAST
-
-
Constructor Details
-
ConfigPointDetector
public ConfigPointDetector()
-
-
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
-
setTo
-
copy
-