Trait opencv::hub_prelude::ERFilter_CallbackConst
source · pub trait ERFilter_CallbackConst {
fn as_raw_ERFilter_Callback(&self) -> *const c_void;
}
Expand description
Callback with the classifier is made a class.
By doing it we hide SVM, Boost etc. Developers can provide their own classifiers to the ERFilter algorithm.