Trait opencv::hub_prelude::InterpLayerTraitConst[][src]

pub trait InterpLayerTraitConst: LayerTraitConst {
    fn as_raw_InterpLayer(&self) -> *const 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