Package boofcv.abst.feature.describe
Class ConfigTemplateDescribe
java.lang.Object
boofcv.abst.feature.describe.ConfigTemplateDescribe
- All Implemented Interfaces:
Configuration
,Serializable
Template based image descriptor. Template descriptors use each pixel in the region as a feature.
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionint
The region's height.The type of descriptor.int
The region's width -
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 type of descriptor. Not all error types can be used with all descriptors. -
width
public int widthThe region's width -
height
public int heightThe region's height.
-
-
Constructor Details
-
ConfigTemplateDescribe
public ConfigTemplateDescribe()
-
-
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
-