Package-level declarations

Types

Link copied to clipboard
class ImageCapture(parentDirectory: File, captureInterval: Int)
Link copied to clipboard
@Serializable
data class LocationData(val latitude: Double, val longitude: Double)
Link copied to clipboard
object PLYFiles
Link copied to clipboard
@Serializable
data class PLYMetadata(val vertexCount: Int = 0, val weight: Float? = null, val palletCount: Int = 1, val dimensions: Vector3? = Vector3( 0f, 0f, 0f ), val volume: Float? = null, val volumeRotationMatrix: List<List<Float>>? = listOf( listOf(1f, 0f, 0f), listOf(0f, 1f, 0f), listOf(0f, 0f, 1f) ), val estFreightClass: String? = null, val location: LocationData? = null, val barcodes: List<BarcodeData> = emptyList(), val frameDebugValues: FrameDebugValues? = null)
Link copied to clipboard