OrbbecSDK  1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
Public Attributes | List of all members
OBColorPoint Struct Reference

3D point structure with color information More...

#include <ObTypes.h>

Public Attributes

float x
 x coordinate More...
 
float y
 y coordinate More...
 
float z
 z coordinate More...
 
float r
 red channel component More...
 
float g
 green channel component More...
 
float b
 blue channel component More...
 

Detailed Description

3D point structure with color information

Definition at line 770 of file ObTypes.h.

Member Data Documentation

float OBColorPoint::x

x coordinate

Definition at line 771 of file ObTypes.h.

float OBColorPoint::y

y coordinate

Definition at line 772 of file ObTypes.h.

float OBColorPoint::z

z coordinate

Definition at line 773 of file ObTypes.h.

float OBColorPoint::r

red channel component

Definition at line 774 of file ObTypes.h.

float OBColorPoint::g

green channel component

Definition at line 775 of file ObTypes.h.

float OBColorPoint::b

blue channel component

Definition at line 776 of file ObTypes.h.


The documentation for this struct was generated from the following file: