pub trait SinusoidalPattern_ParamsTraitConst {
// Required method
fn as_raw_SinusoidalPattern_Params(&self) -> *const c_void;
// Provided methods
fn width(&self) -> i32 { ... }
fn height(&self) -> i32 { ... }
fn nbr_of_periods(&self) -> i32 { ... }
fn shift_value(&self) -> f32 { ... }
fn method_id(&self) -> i32 { ... }
fn nbr_of_pixels_between_markers(&self) -> i32 { ... }
fn horizontal(&self) -> bool { ... }
fn set_markers(&self) -> bool { ... }
fn markers_location(&self) -> Vector<Point2f> { ... }
}
Expand description
Constant methods for crate::structured_light::SinusoidalPattern_Params