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
FieldsModifier and TypeFieldDescriptionConvert the descriptor into a different formatfinal ConfigDescribeRegionSpecifies how the descriptors are computedfinal ConfigOrientation2Specifies how the orientation is found for orientation invariant descriptorsdoubleIf the descriptor is scale invariant you need to specify the region it will cover. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks 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, waitMethods 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:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
setTo
-