Trait opencv::hub_prelude::BufferPoolTrait[][src]

pub trait BufferPoolTrait: BufferPoolTraitConst {
    fn as_raw_mut_BufferPool(&mut self) -> *mut c_void;

    fn get_buffer(&mut self, rows: i32, cols: i32, typ: i32) -> Result<GpuMat> { ... }
fn get_buffer_1(&mut self, size: Size, typ: i32) -> Result<GpuMat> { ... } }

Required methods

Provided methods

Allocates a new GpuMat of given size and type.

Allocates a new GpuMat of given size and type.

Implementors