Package org.openni
package org.openni
-
ClassDescriptionThe CoordinateConverter class converts points between the different coordinate systems.The CropArea object encapsulate cropping information dataThe Device object abstracts a specific device; either a single hardware device, or a file device holding a recording from a hardware device.The DeviceInfo class encapsulates info related to a specific device.Provides string names values for all image registration type codes.The OpenNI class is a static entry point to the library.The OpenNI.DeviceConnectedListener interface provides a means of registering for, and responding to when a device is connected.The OpenNI.DeviceDisconnectedListener interface provides a means of registering for, and responding to when a device is disconnected.The OpenNI::DeviceStateChangedListener interface provides a means of registering for, and responding to when a device's state is changed.Provides string names values for all pixel format type codes.The PlaybackControl class provides access to a series of specific to playing back a recording from a file device.Point2D<T>The Point2D object encapsulate 2 Dimension pointPoint3D<T>The Point3D object encapsulate 3 Dimension pointThe Recorder class is used to record streams to an ONI file.The SensorInfo class encapsulates all info related to a specific sensor in a specific device.
ADevice
object holds a SensorInfo object for each sensor it contains.
AVideoStream
object holds one SensorInfo object, describing the sensor used to produce that stream.Provides string names values for all sensors type codes.Holds an OpenNI version number, which consists of four separate numbers in the format: major.minor.maintenance.build.TheVideoFrameRef
class encapsulates a single video frame - the output of aVideoStream
at a specific time.Encapsulates a group of settings for aVideoStream
.TheVideoStream
object encapsulates a single video stream from a device.The VideoStream::NewFrameListener interface is provided to allow the implementation of event driven frame reading.