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

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