Nuitrack
1.11.2
3D Skeleton Tracking Middleware
|
This module provides access to color sensor data. More...
Classes | |
class | nuitrack.ColorFrame |
Stores a color map of a frame. More... | |
class | nuitrack.ColorSensor |
Represents the interface to the capabilities of the Nuitrack Color Sensor module. More... | |
struct | nuitrack.Color3 |
Stores the values of RGB image colors. More... | |
This module provides access to color sensor data.
The main class of this module is ColorSensor. It contains functions for configuring the module and retrieving the results of its work, along with the helper functions for interpreting the color values.
The Nuitrack Color Sensor module is used to obtain color maps from the sensor for each frame. The results of this module are used directly or indirectly in the work of other Nuitrack modules.
The color map of a frame is represented in the ColorFrame class.