opencv::objdetect

Function group_rectangles_meanshift

Source
pub fn group_rectangles_meanshift(
    rect_list: &mut Vector<Rect>,
    found_weights: &mut Vector<f64>,
    found_scales: &mut Vector<f64>,
    detect_threshold: f64,
    win_det_size: Size,
) -> 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.

ยงC++ default parameters

  • detect_threshold: 0.0
  • win_det_size: Size(64,128)