Trait opencv::hub_prelude::GridBoardTraitConst
source · pub trait GridBoardTraitConst: BoardTraitConst {
// Required method
fn as_raw_GridBoard(&self) -> *const c_void;
// Provided methods
fn get_grid_size(&self) -> Result<Size> { ... }
fn get_marker_length(&self) -> Result<f32> { ... }
fn get_marker_separation(&self) -> Result<f32> { ... }
}Expand description
Constant methods for crate::objdetect::GridBoard