public class PnPRodriguesCodec
extends java.lang.Object
implements org.ddogleg.fitting.modelset.ModelCodec<georegression.struct.se.Se3_F64>
| Constructor and Description |
|---|
PnPRodriguesCodec() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(double[] input,
georegression.struct.se.Se3_F64 outputModel) |
void |
encode(georegression.struct.se.Se3_F64 input,
double[] output) |
int |
getParamLength() |
public void decode(double[] input,
georegression.struct.se.Se3_F64 outputModel)
decode in interface org.ddogleg.fitting.modelset.ModelCodec<georegression.struct.se.Se3_F64>public void encode(georegression.struct.se.Se3_F64 input,
double[] output)
encode in interface org.ddogleg.fitting.modelset.ModelCodec<georegression.struct.se.Se3_F64>public int getParamLength()
getParamLength in interface org.ddogleg.fitting.modelset.ModelCodec<georegression.struct.se.Se3_F64>