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
Modifier and TypeFieldDescriptionfinal ConfigFastCorner
Configuration only used with FASTfinal ConfigGeneralDetector
Configurations common to all point detectorsfinal ConfigHarrisCorner
Configuration only used with Harrisdouble
If a scale-invariant descriptor is used this specified what radius/scale the returned point feature will specify.final ConfigShiTomasi
Configuration only used with Shi-TomasiWhich detector is used. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks 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, wait
Methods 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:Configuration
Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidity
in interfaceConfiguration
-
setTo
-
copy
-