pub struct MarkerArucoDictML(/* private fields */);
Expand description
Implementations§
Source§impl MarkerArucoDictML
impl MarkerArucoDictML
Sourcepub const DICT_4X4_50: MarkerArucoDictML
pub const DICT_4X4_50: MarkerArucoDictML
4 by 4 pixel Aruco marker dictionary with 50 IDs.
Sourcepub const DICT_4X4_100: MarkerArucoDictML
pub const DICT_4X4_100: MarkerArucoDictML
4 by 4 pixel Aruco marker dictionary with 100 IDs.
Sourcepub const DICT_4X4_250: MarkerArucoDictML
pub const DICT_4X4_250: MarkerArucoDictML
4 by 4 pixel Aruco marker dictionary with 250 IDs.
Sourcepub const DICT_4X4_1000: MarkerArucoDictML
pub const DICT_4X4_1000: MarkerArucoDictML
4 by 4 pixel Aruco marker dictionary with 1000 IDs.
Sourcepub const DICT_5X5_50: MarkerArucoDictML
pub const DICT_5X5_50: MarkerArucoDictML
5 by 5 pixel Aruco marker dictionary with 50 IDs.
Sourcepub const DICT_5X5_100: MarkerArucoDictML
pub const DICT_5X5_100: MarkerArucoDictML
5 by 5 pixel Aruco marker dictionary with 100 IDs.
Sourcepub const DICT_5X5_250: MarkerArucoDictML
pub const DICT_5X5_250: MarkerArucoDictML
5 by 5 pixel Aruco marker dictionary with 250 IDs.
Sourcepub const DICT_5X5_1000: MarkerArucoDictML
pub const DICT_5X5_1000: MarkerArucoDictML
5 by 5 pixel Aruco marker dictionary with 1000 IDs.
Sourcepub const DICT_6X6_50: MarkerArucoDictML
pub const DICT_6X6_50: MarkerArucoDictML
6 by 6 pixel Aruco marker dictionary with 50 IDs.
Sourcepub const DICT_6X6_100: MarkerArucoDictML
pub const DICT_6X6_100: MarkerArucoDictML
6 by 6 pixel Aruco marker dictionary with 100 IDs.
Sourcepub const DICT_6X6_250: MarkerArucoDictML
pub const DICT_6X6_250: MarkerArucoDictML
6 by 6 pixel Aruco marker dictionary with 250 IDs.
Sourcepub const DICT_6X6_1000: MarkerArucoDictML
pub const DICT_6X6_1000: MarkerArucoDictML
6 by 6 pixel Aruco marker dictionary with 1000 IDs.
Sourcepub const DICT_7X7_50: MarkerArucoDictML
pub const DICT_7X7_50: MarkerArucoDictML
7 by 7 pixel Aruco marker dictionary with 50 IDs.
Sourcepub const DICT_7X7_100: MarkerArucoDictML
pub const DICT_7X7_100: MarkerArucoDictML
7 by 7 pixel Aruco marker dictionary with 100 IDs.
Sourcepub const DICT_7X7_250: MarkerArucoDictML
pub const DICT_7X7_250: MarkerArucoDictML
7 by 7 pixel Aruco marker dictionary with 250 IDs.
Sourcepub const DICT_7X7_1000: MarkerArucoDictML
pub const DICT_7X7_1000: MarkerArucoDictML
7 by 7 pixel Aruco marker dictionary with 1000 IDs.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for MarkerArucoDictML
impl Clone for MarkerArucoDictML
Source§fn clone(&self) -> MarkerArucoDictML
fn clone(&self) -> MarkerArucoDictML
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more