Package boofcv.abst.distort
Class ConfigDeformPointMLS
java.lang.Object
boofcv.abst.distort.ConfigDeformPointMLS
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
ImageDeformPointMLS_F32- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatUsed to tune distance functionintNumber of columns in precomputed distortion grdintNumber of rows in precomputed distortion grdDeformation model it should use -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.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
-
type
Deformation model it should use -
cols
public int colsNumber of columns in precomputed distortion grd -
rows
public int rowsNumber of rows in precomputed distortion grd -
alpha
public float alphaUsed to tune distance function
-
-
Constructor Details
-
ConfigDeformPointMLS
public ConfigDeformPointMLS()
-
-
Method Details
-
setTo
-
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
-