DJI Thermal SDK API
v1.5
Infrared camera image processing and temperature measurement library API
|
Pseudo color LUT array structure definition. More...
#include <dirp_api.h>
Data Fields | |
uint8_t | red [DIRP_PSEUDO_COLOR_NUM][DIRP_PSEUDO_COLOR_LUT_DEPTH] |
uint8_t | green [DIRP_PSEUDO_COLOR_NUM][DIRP_PSEUDO_COLOR_LUT_DEPTH] |
uint8_t | blue [DIRP_PSEUDO_COLOR_NUM][DIRP_PSEUDO_COLOR_LUT_DEPTH] |
Pseudo color LUT array structure definition.
uint8_t blue[DIRP_PSEUDO_COLOR_NUM][DIRP_PSEUDO_COLOR_LUT_DEPTH] |
Blue color LUT
uint8_t green[DIRP_PSEUDO_COLOR_NUM][DIRP_PSEUDO_COLOR_LUT_DEPTH] |
Green color LUT
uint8_t red[DIRP_PSEUDO_COLOR_NUM][DIRP_PSEUDO_COLOR_LUT_DEPTH] |
Red color LUT