[][src]Trait opencv::dnn::FlowWarpLayerTrait

pub trait FlowWarpLayerTrait: LayerTrait {
    pub fn as_raw_FlowWarpLayer(&self) -> *const c_void;
pub fn as_raw_mut_FlowWarpLayer(&mut self) -> *mut c_void; }

Required methods

Loading content...

Implementors

impl FlowWarpLayerTrait for FlowWarpLayer[src]

impl FlowWarpLayerTrait for PtrOfFlowWarpLayer[src]

Loading content...