Package-level declarations

Types

Link copied to clipboard
interface Kinect

Represents all the accessible kinects handled by a specific driver (V1, V2, etc.).

Link copied to clipboard
interface KinectCamera

Generic interface for all the kinect cameras.

Link copied to clipboard
Link copied to clipboard
class KinectDepthMappers<T : Kinect>(resource: String, class: KClass<T>)
Link copied to clipboard

Functions

Link copied to clipboard
fun <T : Kinect> KClass<T>.filterFrom(resource: String, flipH: Boolean, flipV: Boolean): Filter
Link copied to clipboard
fun kinectRawDepthByteBuffer(resolution: IntVector2): ByteBuffer