yolo_binding::utils::picture

Function export_one_image

Source
pub fn export_one_image(
    tags: &HashMap<i64, String>,
    image: Vec<(i64, i64, i64, i64, i64, f64)>,
    image_path: &str,
) -> Result<DynamicImage, Box<dyn Error>>
Expand description

Export one image with the bounding boxes tags: the tags of the classes image: the image with the bounding boxes image_path: the path of the image return: the result of the export