Struct opencv::types::VectorOfVectorOfKeyPoint [] [src]

pub struct VectorOfVectorOfKeyPoint {
    pub ptr: *mut c_void,
}

Fields

ptr

Methods

impl VectorOfVectorOfKeyPoint

fn new() -> VectorOfVectorOfKeyPoint

fn len(&self) -> i32

unsafe fn as_raw_VectorOfVectorOfKeyPoint(&self) -> *mut c_void

impl VectorOfVectorOfKeyPoint

fn push(&mut self, val: VectorOfKeyPoint)

Trait Implementations

impl Drop for VectorOfVectorOfKeyPoint

fn drop(&mut self)