Package boofcv.factory.feature.describe
Class ConfigDescribeRegion
java.lang.Object
boofcv.factory.feature.describe.ConfigDescribeRegion
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for creating
DescribePointRadiusAngle
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionConvert the descriptor into a different formatDescribes the scale-space used by SIFTThe feature descriptor 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 descriptor is used. Not always used. -
scaleSpaceSift
Describes the scale-space used by SIFT -
surfFast
-
surfStability
-
sift
-
brief
-
template
-
convert
Convert the descriptor into a different format
-
-
Constructor Details
-
ConfigDescribeRegion
public ConfigDescribeRegion()
-
-
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
-