pub trait SimilarRectsTraitConst {
    fn as_raw_SimilarRects(&self) -> *const c_void;

    fn eps(&self) -> f64 { ... }
    fn apply(&self, r1: Rect, r2: Rect) -> Result<bool> { ... }
}
Expand description

This class is used for grouping object candidates detected by Cascade Classifier, HOG etc.

instance of the class is to be passed to cv::partition

Required Methods§

Provided Methods§

Implementors§