[][src]Struct apriltag::families::Family

pub struct Family { /* fields omitted */ }

Represent a family of pre-generated tags.

Implementations

impl Family[src]

pub fn tag_16h5() -> Self[src]

Create Tag16h5 family.

pub fn tag_25h9() -> Self[src]

Create Tag25h9 family.

pub fn tag_36h11() -> Self[src]

Create Tag36h11 family.

pub fn tag_circle_21h7() -> Self[src]

Create TagCircle21h7 family.

pub fn tag_circle_49h12() -> Self[src]

Create TagCircle49h12 family.

pub fn tag_custom_48h12() -> Self[src]

Create TagCustom48h12 family.

pub fn tag_standard_41h12() -> Self[src]

Create TagStandard41h12 family.

pub fn tag_standard_52h13() -> Self[src]

Create TagStandard52h13 family.

Trait Implementations

impl Debug for Family[src]

impl Drop for Family[src]

impl Eq for Family[src]

impl Hash for Family[src]

impl PartialEq<Family> for Family[src]

impl StructuralEq for Family[src]

impl StructuralPartialEq for Family[src]

Auto Trait Implementations

impl RefUnwindSafe for Family

impl !Send for Family

impl !Sync for Family

impl Unpin for Family

impl UnwindSafe for Family

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> Same<T> for T

type Output = T

Should always be Self

impl<T> SetParameter for T

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,