Package org.openni


package org.openni
  • Class
    Description
    The CoordinateConverter class converts points between the different coordinate systems.
    The CropArea object encapsulate cropping information data
    The 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.
    The Point2D object encapsulate 2 Dimension point
    The Point3D object encapsulate 3 Dimension point
    The 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.
    A Device object holds a SensorInfo object for each sensor it contains.
    A VideoStream 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.
    The VideoFrameRef class encapsulates a single video frame - the output of a VideoStream at a specific time.
    Encapsulates a group of settings for a VideoStream.
    The VideoStream object encapsulates a single video stream from a device.
    The VideoStream::NewFrameListener interface is provided to allow the implementation of event driven frame reading.