plot_boxes: Plot bounding boxes on image from md results

View source: R/plot_boxes.R

plot_boxesR Documentation

Plot bounding boxes on image from md results

Description

Plot bounding boxes on image from md results

Usage

plot_boxes(image, label = FALSE, minconf = 0)

Arguments

image

The mdres for the image

label

T/F toggle to plot MD category

minconf

minimum confidence to plot box

Value

no return value, produces bounding box in plot panel

Examples

## Not run: 
mdres <- classifyImageMD(mdsession, images$FilePath[30000])
plotBoxes(mdres, minconf = 0.5)

## End(Not run)

icr-ctl/animl documentation built on Feb. 16, 2025, 11:33 p.m.