pub trait CascadeClassifierTraitConst {
// Required method
fn as_raw_CascadeClassifier(&self) -> *const c_void;
// Provided methods
fn empty(&self) -> Result<bool> { ... }
fn is_old_format_cascade(&self) -> Result<bool> { ... }
fn get_original_window_size(&self) -> Result<Size> { ... }
fn get_feature_type(&self) -> Result<i32> { ... }
}
Expand description
Constant methods for crate::objdetect::CascadeClassifier