OrbbecSDK 2.5.5
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 792 of file ObTypes.h.

Member Data Documentation

◆ x

float OBColorPoint::x

X coordinate.

Definition at line 793 of file ObTypes.h.

◆ y

float OBColorPoint::y

Y coordinate.

Definition at line 794 of file ObTypes.h.

◆ z

float OBColorPoint::z

Z coordinate.

Definition at line 795 of file ObTypes.h.

◆ r

float OBColorPoint::r

Red channel component.

Definition at line 796 of file ObTypes.h.

◆ g

float OBColorPoint::g

Green channel component.

Definition at line 797 of file ObTypes.h.

◆ b

float OBColorPoint::b

Blue channel component.

Definition at line 798 of file ObTypes.h.


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