Type Definition opencv::types::PtrOfCharucoBoard
source · [−]pub type PtrOfCharucoBoard = Ptr<CharucoBoard>;
Implementations
sourceimpl PtrOfCharucoBoard
impl PtrOfCharucoBoard
pub fn as_raw_PtrOfCharucoBoard(&self) -> *const c_void
pub fn as_raw_mut_PtrOfCharucoBoard(&mut self) -> *mut c_void
Trait Implementations
sourceimpl BoardTrait for PtrOfCharucoBoard
impl BoardTrait for PtrOfCharucoBoard
fn as_raw_mut_Board(&mut self) -> *mut c_void
sourcefn set_obj_points(&mut self, val: Vector<Vector<Point3f>>)
fn set_obj_points(&mut self, val: Vector<Vector<Point3f>>)
array of object points of all the marker corners in the board
each marker include its 4 corners in this order: Read more
sourcefn dictionary(&mut self) -> Ptr<Dictionary>
fn dictionary(&mut self) -> Ptr<Dictionary>
the dictionary of markers employed for this board
sourcefn set_dictionary(&mut self, val: Ptr<Dictionary>)
fn set_dictionary(&mut self, val: Ptr<Dictionary>)
the dictionary of markers employed for this board
sourcefn set_ids(&mut self, val: Vector<i32>)
fn set_ids(&mut self, val: Vector<i32>)
vector of the identifiers of the markers in the board (same size than objPoints)
The identifiers refers to the board dictionary Read more
sourcefn set_right_bottom_border(&mut self, val: Point3f)
fn set_right_bottom_border(&mut self, val: Point3f)
coordinate of the bottom right corner of the board, is set when calling the function create()
sourceimpl BoardTraitConst for PtrOfCharucoBoard
impl BoardTraitConst for PtrOfCharucoBoard
fn as_raw_Board(&self) -> *const c_void
sourcefn obj_points(&self) -> Vector<Vector<Point3f>>
fn obj_points(&self) -> Vector<Vector<Point3f>>
array of object points of all the marker corners in the board
each marker include its 4 corners in this order: Read more
sourcefn ids(&self) -> Vector<i32>
fn ids(&self) -> Vector<i32>
vector of the identifiers of the markers in the board (same size than objPoints)
The identifiers refers to the board dictionary Read more
sourcefn right_bottom_border(&self) -> Point3f
fn right_bottom_border(&self) -> Point3f
coordinate of the bottom right corner of the board, is set when calling the function create()