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

pub trait ResizeLayerTrait: AlgorithmTrait + LayerTrait {
    fn as_raw_ResizeLayer(&self) -> *mut c_void;
}

Resize input 4-dimensional blob by nearest neighbor or bilinear strategy.

Layer is used to support TensorFlow's resize_nearest_neighbor and resize_bilinear ops.

Required methods

Loading content...

Implementors

impl ResizeLayerTrait for ResizeLayer[src]

impl ResizeLayerTrait for PtrOfResizeLayer[src]

Loading content...