public final class ImageVisualization
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
drawBoundingBoxes(java.awt.image.BufferedImage image,
DetectedObjects detections)
Draws the bounding boxes on an image.
|
static void |
drawJoints(java.awt.image.BufferedImage image,
Joints joints)
Draws all joints of a body on an image.
|
public static void drawBoundingBoxes(java.awt.image.BufferedImage image,
DetectedObjects detections)
image - the input imagedetections - the object detection resultspublic static void drawJoints(java.awt.image.BufferedImage image,
Joints joints)
image - the input imagejoints - the joints of the body