OrbbecSDK 2.1.1
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 755 of file ObTypes.h.

Member Data Documentation

◆ x

float OBColorPoint::x

X coordinate.

Definition at line 756 of file ObTypes.h.

◆ y

float OBColorPoint::y

Y coordinate.

Definition at line 757 of file ObTypes.h.

◆ z

float OBColorPoint::z

Z coordinate.

Definition at line 758 of file ObTypes.h.

◆ r

float OBColorPoint::r

Red channel component.

Definition at line 759 of file ObTypes.h.

◆ g

float OBColorPoint::g

Green channel component.

Definition at line 760 of file ObTypes.h.

◆ b

float OBColorPoint::b

Blue channel component.

Definition at line 761 of file ObTypes.h.


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