Struct opencv::surface_matching::Pose3D [−][src]
pub struct Pose3D { /* fields omitted */ }
Expand description
Class, allowing the storage of a pose. The data structure stores both the quaternions and the matrix forms. It supports IO functionality together with various helper methods to work with poses
Implementations
Trait Implementations
\brief Updates the pose with the new one \param [in] NewPose New pose to overwrite Read more
\brief Updates the pose with the new one
\brief Updates the pose with the new one, but this time using quaternions to represent rotation
\brief Left multiplies the existing pose in order to update the transformation \param [in] IncrementalPose New pose to apply Read more