Struct opencv::surface_matching::PoseCluster3D [−][src]
pub struct PoseCluster3D { /* fields omitted */ }
Expand description
When multiple poses (see Pose3D) are grouped together (contribute to the same transformation) pose clusters occur. This class is a general container for such groups of poses. It is possible to store, load and perform IO on these poses.
Implementations
Trait Implementations
\brief Adds a new pose to the cluster. The pose should be “close” to the mean poses in order to preserve the consistency \param [in] newPose Pose to add to the cluster Read more