[][src]Struct opencv::surface_matching::PoseCluster3D

pub struct PoseCluster3D { /* fields omitted */ }

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

impl PoseCluster3D[src]

impl PoseCluster3D[src]

pub fn default() -> Result<PoseCluster3D>[src]

pub fn new(new_pose: Pose3DPtr) -> Result<PoseCluster3D>[src]

pub fn new_1(new_pose: Pose3DPtr, new_id: i32) -> Result<PoseCluster3D>[src]

Trait Implementations

impl Boxed for PoseCluster3D[src]

impl Drop for PoseCluster3D[src]

impl PoseCluster3DTrait for PoseCluster3D[src]

impl Send for PoseCluster3D[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.