ShipmentDistancing

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val _distanceWarning: MutableStateFlow<String?>
Link copied to clipboard
Link copied to clipboard
val distanceWarning: StateFlow<String?>
Link copied to clipboard

Functions

Link copied to clipboard
fun processFramePoint(point: Vector3, confidence: Float)

Determines if camera space point is within a rect in image space and within a certain distance. Should be run for all camera space points to calculate overall statistics for shipment distancing.

Link copied to clipboard
fun setFrameConfig(frameShape: RawDepthData.Shape, cameraSpaceToImageSpace: (Vector3) -> Point2)
Link copied to clipboard