Struct ads_apriltag::Family
source · pub struct Family(/* private fields */);
Implementations§
source§impl Family
impl Family
sourcepub fn new_tag_16h5() -> Self
pub fn new_tag_16h5() -> Self
Create a new detector family for 16h5 tags.
sourcepub fn new_tag_25h9() -> Self
pub fn new_tag_25h9() -> Self
Create a new detector family for 25h9 tags.
sourcepub fn new_tag_36h11() -> Self
pub fn new_tag_36h11() -> Self
Create a new detector family for 36h11 tags.
sourcepub fn new_tag_circle_21h7() -> Self
pub fn new_tag_circle_21h7() -> Self
Create a new detector family for Circle21h7 tags.
sourcepub fn new_tag_circle_49h12() -> Self
pub fn new_tag_circle_49h12() -> Self
Create a new detector family for Circle49h12 tags.
sourcepub fn new_tag_custom_48h12() -> Self
pub fn new_tag_custom_48h12() -> Self
Create a new detector family for Custom48h12 tags.
sourcepub fn new_tag_standard_41h12() -> Self
pub fn new_tag_standard_41h12() -> Self
Create a new detector family for standard 41h12 tags.
sourcepub fn new_tag_standard_52h13() -> Self
pub fn new_tag_standard_52h13() -> Self
Create a new detector family for standard 52h13 tags.
pub fn family_type(&self) -> FamilyType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Family
impl RefUnwindSafe for Family
impl !Sync for Family
impl Unpin for Family
impl UnwindSafe for Family
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more