Trait opencv::prelude::ResizeLayerTraitConst
source · [−]pub trait ResizeLayerTraitConst: LayerTraitConst {
fn as_raw_ResizeLayer(&self) -> *const c_void;
}
Expand description
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.