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
fun StreamProcessorBoundingBox(height: Double, left: Double, top: Double, width: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val top: Double
Link copied to clipboard