pub fn group_rectangles_meanshift_def(
rect_list: &mut Vector<Rect>,
found_weights: &mut Vector<f64>,
found_scales: &mut Vector<f64>,
) -> Result<()>Expand description
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
ยงNote
This alternative version of group_rectangles_meanshift function uses the following default values for its arguments:
- detect_threshold: 0.0
- win_det_size: Size(64,128)