[][src]Trait opencv::prelude::InterpLayerTrait

pub trait InterpLayerTrait: LayerTrait {
    pub fn as_raw_InterpLayer(&self) -> *const c_void;
pub fn as_raw_mut_InterpLayer(&mut self) -> *mut c_void; }

Bilinear resize layer from https://github.com/cdmh/deeplab-public-ver2

It differs from @ref ResizeLayer in output shape and resize scales computations.

Required methods

Loading content...

Implementors

impl InterpLayerTrait for InterpLayer[src]

Loading content...