Type Definition opencv::types::PtrOfDPMDetector [−][src]
type PtrOfDPMDetector = Ptr<dyn DPMDetector>;
Implementations
impl PtrOfDPMDetector
[src]
pub fn as_raw_PtrOfDPMDetector(&self) -> *const c_void
[src]
pub fn as_raw_mut_PtrOfDPMDetector(&mut self) -> *mut c_void
[src]
Trait Implementations
impl DPMDetector for PtrOfDPMDetector
[src]
fn as_raw_DPMDetector(&self) -> *const c_void
[src]
fn as_raw_mut_DPMDetector(&mut self) -> *mut c_void
[src]
fn is_empty(&self) -> Result<bool>
[src]
fn detect(
&mut self,
image: &mut Mat,
objects: &mut Vector<DPMDetector_ObjectDetection>
) -> Result<()>
[src]
&mut self,
image: &mut Mat,
objects: &mut Vector<DPMDetector_ObjectDetection>
) -> Result<()>