StreamProcessorBoundingBox

data class StreamProcessorBoundingBox(val height: Double, val left: Double, val top: Double, val width: Double)

A bounding box denoting a region of interest in the frame to be analyzed.

Constructors

Link copied to clipboard
constructor(height: Double, left: Double, top: Double, width: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Height of the bounding box as a ratio of the overall image height.

Link copied to clipboard

Left coordinate of the bounding box as a ratio of overall image width.

Link copied to clipboard
val top: Double

Top coordinate of the bounding box as a ratio of overall image height.

Link copied to clipboard

Width of the bounding box as a ratio of the overall image width.