Trait opencv::xobjdetect::prelude::WBDetectorConst[][src]

pub trait WBDetectorConst {
    fn as_raw_WBDetector(&self) -> *const c_void;

    fn write(&self, fs: &mut FileStorage) -> Result<()> { ... }
}
Expand description

WaldBoost detector

Required methods

Provided methods

Write detector to FileStorage.

Parameters
  • fs: FileStorage for output

Implementors