Struct opencv::types::VectorOfObjectDetection [] [src]

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

Fields

ptr

Methods

impl VectorOfObjectDetection

fn new() -> VectorOfObjectDetection

fn len(&self) -> i32

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

impl VectorOfObjectDetection

fn push(&mut self, val: LatentSvmDetector_ObjectDetection)

Trait Implementations

impl Drop for VectorOfObjectDetection

fn drop(&mut self)