[][src]Struct apriltag_sys::apriltag_detection

#[repr(C)]pub struct apriltag_detection {
    pub family: *mut apriltag_family_t,
    pub id: c_int,
    pub hamming: c_int,
    pub decision_margin: f32,
    pub H: *mut matd_t,
    pub c: [f64; 2],
    pub p: [[f64; 2]; 4],
}

Fields

family: *mut apriltag_family_tid: c_inthamming: c_intdecision_margin: f32H: *mut matd_tc: [f64; 2]p: [[f64; 2]; 4]

Trait Implementations

impl Clone for apriltag_detection[src]

impl Copy for apriltag_detection[src]

impl Debug for apriltag_detection[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.