[][src]Trait opencv::prelude::RandomPatternGeneratorTrait

pub trait RandomPatternGeneratorTrait {
    fn as_raw_RandomPatternGenerator(&self) -> *mut c_void;

    fn generate_pattern(&mut self) -> Result<()> { ... }
fn get_pattern(&mut self) -> Result<Mat> { ... } }

Required methods

Loading content...

Provided methods

fn generate_pattern(&mut self) -> Result<()>

fn get_pattern(&mut self) -> Result<Mat>

Loading content...

Implementors

impl RandomPatternGeneratorTrait for RandomPatternGenerator[src]

Loading content...