Learn R Programming

animl (version 1.1.0)

plotBoxes: Plot bounding boxes on image from md results

Description

Plot bounding boxes on image from md results

Usage

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

Value

no return value, produces bounding box in plot panel

Arguments

image

The mdres for the image

label

T/F toggle to plot MD category

minconf

minimum confidence to plot box

Examples

Run this code
if (FALSE) {
mdres <- classifyImageMD(mdsession, images$FilePath[30000])
plotBoxes(mdres, minconf = 0.5)
}

Run the code above in your browser using DataLab