Trait BaseCascadeClassifierTraitConst

Source
pub trait BaseCascadeClassifierTraitConst: AlgorithmTraitConst {
    // Required method
    fn as_raw_BaseCascadeClassifier(&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

Required Methods§

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§