Package boofcv.abst.distort
Class ConfigDeformPointMLS
java.lang.Object
boofcv.abst.distort.ConfigDeformPointMLS
- All Implemented Interfaces:
Configuration
,Serializable
public class ConfigDeformPointMLS extends Object implements Configuration
Configuration for
ImageDeformPointMLS_F32
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description float
alpha
Used to tune distance functionint
cols
Number of columns in precomputed distortion grdint
rows
Number of rows in precomputed distortion grdTypeDeformMLS
type
Deformation model it should use -
Constructor Summary
Constructors Constructor Description ConfigDeformPointMLS()
-
Method Summary
Modifier and Type Method Description void
checkValidity()
Checks to see if the configuration is valid.ConfigDeformPointMLS
setTo(ConfigDeformPointMLS 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
-
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: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
-