MultiPoseDetectionResult

This data class represents a few detected poses on the given image.

Constructors

MultiPoseDetectionResult
Link copied to clipboard
fun MultiPoseDetectionResult(poses: List<Pair<DetectedObject, DetectedPose>>)

Functions

map
Link copied to clipboard
open override fun map(mapping: (Float, Float) -> Pair<Float, Float>): MultiPoseDetectionResult

Creates a new geometric shape of the same type by applying the provided mapping to the coordinates of the current shape.

Properties

poses
Link copied to clipboard
val poses: List<Pair<DetectedObject, DetectedPose>>

The list of pairs DetectedObject - DetectedPose.