#include <vidl_color.h>
Static Public Member Functions | |
| template<class inT , class outT > | |
| static void | convert (const inT in[3], outT out[3]) |
| template<class inT > | |
| static void | convert (const inT in[3], vxl_byte out[3]) |
| static void | convert (const vxl_byte in[3], vxl_byte out[3]) |
Definition at line 347 of file vidl_color.h.
| static void vidl_color_converter< VIDL_PIXEL_COLOR_RGB, VIDL_PIXEL_COLOR_YUV >::convert | ( | const inT | in[3], |
| outT | out[3] | ||
| ) | [inline, static] |
Definition at line 350 of file vidl_color.h.
| static void vidl_color_converter< VIDL_PIXEL_COLOR_RGB, VIDL_PIXEL_COLOR_YUV >::convert | ( | const inT | in[3], |
| vxl_byte | out[3] | ||
| ) | [inline, static] |
Definition at line 364 of file vidl_color.h.
| static void vidl_color_converter< VIDL_PIXEL_COLOR_RGB, VIDL_PIXEL_COLOR_YUV >::convert | ( | const vxl_byte | in[3], |
| vxl_byte | out[3] | ||
| ) | [inline, static] |
Definition at line 374 of file vidl_color.h.
1.7.5.1