Raytrix RayCam SDK
v2.1.0
Main Page
Namespaces
Data Structures
Files
File List
Globals
_dist
_include
Rx.RayCam.Interface
EImageFormatValues.h
Go to the documentation of this file.
1
7
#ifdef RX_MANAGED_ENUM
8
public enum class
EImageFormat
9
#else
10
namespace
EImageFormat
11
{
12
enum
ID
13
#endif
14
{
16
RAW
= 0,
17
19
RAW_PROC
= 1,
20
22
RGBA
= 2,
23
25
RGBA_PROC
= 3,
26
28
RAW_CROPPED
= 4,
29
31
RGBA_TO_LUM
= 5,
32
34
RGB
= 6,
35
37
BGR
= 7,
38
40
BGRA
= 8
41
};
42
#ifndef RX_MANAGED_ENUM
43
}
// Namespace
44
#endif
EImageFormat::RGBA_PROC
Image is in RGBA format and has already some image processing.
Definition:
EImageFormatValues.h:25
EImageFormat::RGBA_TO_LUM
Image is processed to luminance.
Definition:
EImageFormatValues.h:31
EImageFormat::RAW_CROPPED
Image is in RAW format and has been cropped.
Definition:
EImageFormatValues.h:28
EImageFormat::ID
ID
Definition:
EImageFormatValues.h:12
EImageFormat::RAW
Image is in RAW format.
Definition:
EImageFormatValues.h:16
EImageFormat::BGRA
Image is in BGRA format.
Definition:
EImageFormatValues.h:40
EImageFormat::RGBA
Image is in RGBA format.
Definition:
EImageFormatValues.h:22
EImageFormat::RGB
Image is in RGB format.
Definition:
EImageFormatValues.h:34
EImageFormat::RAW_PROC
Image is in RAW format and has already some image processing.
Definition:
EImageFormatValues.h:19
EImageFormat::BGR
Image is in BGR format.
Definition:
EImageFormatValues.h:37
EImageFormat
Defines the different image formats.
Definition:
EImageFormatValues.h:10
Generated on Tue Jan 31 2017 11:57:42 for Raytrix RayCam SDK by
1.8.11