Trait opencv::hub_prelude::RgbdPlaneTrait[][src]

pub trait RgbdPlaneTrait: AlgorithmTrait + RgbdPlaneTraitConst {
    fn as_raw_mut_RgbdPlane(&mut self) -> *mut c_void;

    fn set_block_size(&mut self, val: i32) -> Result<()> { ... }
fn set_min_size(&mut self, val: i32) -> Result<()> { ... }
fn set_method(&mut self, val: i32) -> Result<()> { ... }
fn set_threshold(&mut self, val: f64) -> Result<()> { ... }
fn set_sensor_error_a(&mut self, val: f64) -> Result<()> { ... }
fn set_sensor_error_b(&mut self, val: f64) -> Result<()> { ... }
fn set_sensor_error_c(&mut self, val: f64) -> Result<()> { ... } }

Required methods

Provided methods

Implementors