Package boofcv.factory.feature.detdesc
Class ConfigDetectDescribe
java.lang.Object
boofcv.factory.feature.detdesc.ConfigDetectDescribe
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for creating
DetectDescribePoint
implementations.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionConvert the descriptor into a different formatFast Hessian scale invariant blob detector.Configuration for point based detectors (e.g.SIFT scale invariant blob detectorConfiguration for estimating the region's orientationDescribes the scale-space used by SIFT detector / descriptor.The feature descriptor is used.The feature detector is used. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.copy()
void
void
int
Returns the non-max radius for the selected configurationMethods 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
-
typeDescribe
The feature descriptor is used. Not always used. -
typeDetector
The feature detector is used. Not always used. -
scaleSpaceSift
Describes the scale-space used by SIFT detector / descriptor. -
describeSurfFast
-
describeSurfStability
-
describeSift
-
describeBrief
-
describeTemplate
-
detectPoint
Configuration for point based detectors (e.g. corners and blob) -
detectFastHessian
Fast Hessian scale invariant blob detector. This is what SURF uses -
detectSift
SIFT scale invariant blob detector -
orientation
Configuration for estimating the region's orientation -
convertDescriptor
Convert the descriptor into a different format
-
-
Constructor Details
-
ConfigDetectDescribe
public ConfigDetectDescribe()
-
-
Method Details
-
copyRefTo
-
findNonMaxRadius
public int findNonMaxRadius()Returns the non-max radius for the selected configuration -
copyRefFrom
-
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
-