plotBoxes {animl} | R Documentation |
Plot bounding boxes on image from md results
Description
Plot bounding boxes on image from md results
Usage
plotBoxes(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)
[Package animl version 1.1.0 Index]