public class Affine2DCodec
extends java.lang.Object
implements org.ddogleg.fitting.modelset.ModelCodec<georegression.struct.affine.Affine2D_F64>
Affine2D_F64 to and from an array
parameterized format.| Constructor and Description |
|---|
Affine2DCodec() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(double[] input,
georegression.struct.affine.Affine2D_F64 model) |
static void |
decodeStatic(double[] param,
georegression.struct.affine.Affine2D_F64 model) |
void |
encode(georegression.struct.affine.Affine2D_F64 model,
double[] param) |
static void |
encodeStatic(georegression.struct.affine.Affine2D_F64 model,
double[] param) |
int |
getParamLength() |
public int getParamLength()
getParamLength in interface org.ddogleg.fitting.modelset.ModelCodec<georegression.struct.affine.Affine2D_F64>public void decode(double[] input,
georegression.struct.affine.Affine2D_F64 model)
decode in interface org.ddogleg.fitting.modelset.ModelCodec<georegression.struct.affine.Affine2D_F64>public static void decodeStatic(double[] param,
georegression.struct.affine.Affine2D_F64 model)
public void encode(georegression.struct.affine.Affine2D_F64 model,
double[] param)
encode in interface org.ddogleg.fitting.modelset.ModelCodec<georegression.struct.affine.Affine2D_F64>public static void encodeStatic(georegression.struct.affine.Affine2D_F64 model,
double[] param)