Package boofcv.factory.feature.describe
Class ConfigDescribePoint
java.lang.Object
boofcv.factory.feature.describe.ConfigDescribePoint
- All Implemented Interfaces:
Configuration
,Serializable
public class ConfigDescribePoint extends Object implements Configuration
Configuration for creating
DescribePoint
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description ConfigConvertTupleDesc
convert
Convert the descriptor into a different formatConfigDescribeRegion
descriptors
Specifies how the descriptors are computedConfigOrientation2
orientation
Specifies how the orientation is found for orientation invariant descriptorsdouble
radius
If the descriptor is scale invariant you need to specify the region it will cover. -
Constructor Summary
Constructors Constructor Description ConfigDescribePoint()
-
Method Summary
Modifier and Type Method Description void
checkValidity()
Checks to see if the configuration is valid.ConfigDescribePoint
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
-