drawMultiplePoses
fun Canvas.drawMultiplePoses(detectedPoses: MultiPoseDetectionResult, landmarkPaint: Paint, edgePaint: Paint, objectPaint: Paint, labelPaint: TextPaint, landmarkRadius: Float, bounds: PreviewImageBounds = bounds())
Content copied to clipboard
Draw given detectedPoses on the Canvas using landmarkPaint and landmarkRadius for the pose vertices, edgePaint for the poses edges, objectPaint for the bounding box and labelPaint for the label.
If the preview image coordinates do not match the Canvas coordinates, bounds of the image preview should be provided.