public class CalibPoseAndPointRodriguesCodec extends java.lang.Object implements org.ddogleg.fitting.modelset.ModelCodec<CalibratedPoseAndPoint>
Rodrigues_F64 coordinates.| Constructor and Description |
|---|
CalibPoseAndPointRodriguesCodec() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(int numViews,
int numPoints,
int numViewsUnknown,
boolean[] knownView)
Specify the number of views and points it can expected
|
void |
decode(double[] input,
CalibratedPoseAndPoint outputModel) |
void |
encode(CalibratedPoseAndPoint model,
double[] param) |
int |
getParamLength() |
public void configure(int numViews,
int numPoints,
int numViewsUnknown,
boolean[] knownView)
public void decode(double[] input,
CalibratedPoseAndPoint outputModel)
decode in interface org.ddogleg.fitting.modelset.ModelCodec<CalibratedPoseAndPoint>public void encode(CalibratedPoseAndPoint model, double[] param)
encode in interface org.ddogleg.fitting.modelset.ModelCodec<CalibratedPoseAndPoint>public int getParamLength()
getParamLength in interface org.ddogleg.fitting.modelset.ModelCodec<CalibratedPoseAndPoint>