Struct opencv::objdetect::LatentSvmDetector_ObjectDetection [] [src]

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

Fields

ptr

Methods

impl LatentSvmDetector_ObjectDetection

fn as_raw_LatentSvmDetector_ObjectDetection(&self) -> *mut c_void

impl LatentSvmDetector_ObjectDetection

fn default() -> Result<LatentSvmDetector_ObjectDetection, String>

fn new(rect: Rect, score: f32, classID: i32) -> Result<LatentSvmDetector_ObjectDetection, String>

fault value for arguments: - classID: default -1

Trait Implementations

impl Drop for LatentSvmDetector_ObjectDetection

fn drop(&mut self)