Package boofcv.factory.feature.describe
Class ConfigDescribePoint
java.lang.Object
boofcv.factory.feature.describe.ConfigDescribePoint
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for creating
DescribePoint
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionConvert the descriptor into a different formatfinal ConfigDescribeRegion
Specifies how the descriptors are computedfinal ConfigOrientation2
Specifies how the orientation is found for orientation invariant descriptorsdouble
If the descriptor is scale invariant you need to specify the region it will cover. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.setTo
(ConfigDescribePoint 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
-
descriptors
Specifies how the descriptors are computed -
orientation
Specifies how the orientation is found for orientation invariant descriptors -
radius
public double radiusIf the descriptor is scale invariant you need to specify the region it will cover. If ≤ 0 it will use the descriptor's default -
convert
Convert the descriptor into a different format
-
-
Constructor Details
-
ConfigDescribePoint
public ConfigDescribePoint()
-
-
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
-