Trait CropLayerTrait
opencv::prelude
pub trait CropLayerTrait: LayerTrait { fn as_raw_CropLayer(&self) -> *const c_void; fn as_raw_mut_CropLayer(&mut self) -> *mut c_void; }
fn as_raw_CropLayer(&self) -> *const c_void
fn as_raw_mut_CropLayer(&mut self) -> *mut c_void
impl CropLayerTrait for CropLayer