OrbbecSDK 2.6.3
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 819 of file ObTypes.h.

Member Data Documentation

◆ x

float OBColorPoint::x

X coordinate.

Definition at line 820 of file ObTypes.h.

◆ y

float OBColorPoint::y

Y coordinate.

Definition at line 821 of file ObTypes.h.

◆ z

float OBColorPoint::z

Z coordinate.

Definition at line 822 of file ObTypes.h.

◆ r

float OBColorPoint::r

Red channel component.

Definition at line 823 of file ObTypes.h.

◆ g

float OBColorPoint::g

Green channel component.

Definition at line 824 of file ObTypes.h.

◆ b

float OBColorPoint::b

Blue channel component.

Definition at line 825 of file ObTypes.h.


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