Trait opencv::hub_prelude::InterpLayerTrait[][src]

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

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

Implementors