Struct opencv::ccalib::RandomPatternGenerator
source · pub struct RandomPatternGenerator { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Boxed for RandomPatternGenerator
impl Boxed for RandomPatternGenerator
source§impl Drop for RandomPatternGenerator
impl Drop for RandomPatternGenerator
source§impl RandomPatternGeneratorTrait for RandomPatternGenerator
impl RandomPatternGeneratorTrait for RandomPatternGenerator
fn as_raw_mut_RandomPatternGenerator(&mut self) -> *mut c_void
fn generate_pattern(&mut self) -> Result<()>
fn get_pattern(&mut self) -> Result<Mat>
source§impl RandomPatternGeneratorTraitConst for RandomPatternGenerator
impl RandomPatternGeneratorTraitConst for RandomPatternGenerator
fn as_raw_RandomPatternGenerator(&self) -> *const c_void
impl Send for RandomPatternGenerator
Auto Trait Implementations§
impl RefUnwindSafe for RandomPatternGenerator
impl !Sync for RandomPatternGenerator
impl Unpin for RandomPatternGenerator
impl UnwindSafe for RandomPatternGenerator
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more