Static Public Member Functions
vidl_color_converter< VIDL_PIXEL_COLOR_RGB, VIDL_PIXEL_COLOR_YUV > Struct Reference

#include <vidl_color.h>

List of all members.

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])

Detailed Description

Definition at line 347 of file vidl_color.h.


Member Function Documentation

template<class inT , class outT >
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.

template<class inT >
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.


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