[][src]Function opencv::objdetect::group_rectangles_meanshift

pub fn group_rectangles_meanshift(
    rect_list: &mut VectorOfRect,
    found_weights: &mut VectorOfdouble,
    found_scales: &mut VectorOfdouble,
    detect_threshold: f64,
    win_det_size: Size
) -> Result<()>

C++ default parameters

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