View Source Evision.ThinPlateSplineShapeTransformer (Evision v0.1.28)
Link to this section Summary
Functions
getRegularizationParameter
Set the regularization parameter for relaxing the exact interpolation requirements of the TPS algorithm.
Link to this section Types
@type t() :: %Evision.ThinPlateSplineShapeTransformer{ref: reference()}
Type that represents an ThinPlateSplineShapeTransformer
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
getRegularizationParameter
Positional Arguments
- self:
Evision.ThinPlateSplineShapeTransformer.t()
Return
- retval:
double
Python prototype (for reference only):
getRegularizationParameter() -> retval
Set the regularization parameter for relaxing the exact interpolation requirements of the TPS algorithm.
Positional Arguments
self:
Evision.ThinPlateSplineShapeTransformer.t()
beta:
double
.value of the regularization parameter.
Python prototype (for reference only):
setRegularizationParameter(beta) -> None