Package boofcv.alg.geo.pose
Class PnPRodriguesCodec
java.lang.Object
boofcv.alg.geo.pose.PnPRodriguesCodec
- All Implemented Interfaces:
ModelCodec<Se3_F64>
Encoding an decoding a rotation and translation where the rotation is encoded as a 3-vector
Rodrigues coordinate.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
int
-
Constructor Details
-
PnPRodriguesCodec
public PnPRodriguesCodec()
-
-
Method Details
-
decode
- Specified by:
decode
in interfaceModelCodec<Se3_F64>
-
encode
- Specified by:
encode
in interfaceModelCodec<Se3_F64>
-
getParamLength
public int getParamLength()- Specified by:
getParamLength
in interfaceModelCodec<Se3_F64>
-