pub fn draw_bounding_boxes_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    images: O0,
    boxes: O1,
    colors: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for DrawBoundingBoxesV2::new().build(images, boxes, colors, scope).