Class ConfigDetectInterestPoint
java.lang.Object
boofcv.factory.feature.detect.interest.ConfigDetectInterestPoint
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for detecting any built in interest point.
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionFast Hessian scale invariant blob detector.Configuration for point based detectors (e.g.Describes the scale-space used by SIFT detector / descriptor.SIFT scale invariant blob detectorThe feature detector is used. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.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
The feature detector is used. Not always used. -
scaleSpaceSift
Describes the scale-space used by SIFT detector / descriptor. -
point
Configuration for point based detectors (e.g. corners and blob) -
fastHessian
Fast Hessian scale invariant blob detector. This is what SURF uses -
sift
SIFT scale invariant blob detector
-
-
Constructor Details
-
ConfigDetectInterestPoint
public ConfigDetectInterestPoint()
-
-
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
-