OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
OBColorPoint Struct Reference

3D point structure with color information More...

#include <ObTypes.h>

Public Attributes

float x
 X coordinate.
 
float y
 Y coordinate.
 
float z
 Z coordinate.
 
float r
 Red channel component.
 
float g
 Green channel component.
 
float b
 Blue channel component.
 

Detailed Description

3D point structure with color information

Definition at line 749 of file ObTypes.h.

Member Data Documentation

◆ x

float OBColorPoint::x

X coordinate.

Definition at line 750 of file ObTypes.h.

◆ y

float OBColorPoint::y

Y coordinate.

Definition at line 751 of file ObTypes.h.

◆ z

float OBColorPoint::z

Z coordinate.

Definition at line 752 of file ObTypes.h.

◆ r

float OBColorPoint::r

Red channel component.

Definition at line 753 of file ObTypes.h.

◆ g

float OBColorPoint::g

Green channel component.

Definition at line 754 of file ObTypes.h.

◆ b

float OBColorPoint::b

Blue channel component.

Definition at line 755 of file ObTypes.h.


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