[][src]Trait opencv::dnn::prelude::CropLayerTrait

pub trait CropLayerTrait: LayerTrait {
    pub fn as_raw_CropLayer(&self) -> *const c_void;
pub fn as_raw_mut_CropLayer(&mut self) -> *mut c_void; }

Required methods

Loading content...

Implementors

impl CropLayerTrait for CropLayer[src]

Loading content...