Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
icl::io::pylon::Yuv422YUYVToRgb8Icl Class Reference

This ColorConverter uses the icl Yuv422YUYV to Rgb conversion. More...

#include <PylonColorConverter.h>

Inheritance diagram for icl::io::pylon::Yuv422YUYVToRgb8Icl:
icl::io::pylon::ColorConverter

List of all members.

Public Member Functions

 Yuv422YUYVToRgb8Icl (int width, int height)
 Constructor initializes conversion.
 ~Yuv422YUYVToRgb8Icl ()
 frees allocated ressources
void initBuffers (ConvBuffers *b)
 initializes buffers in b as needed for color conversion.
void convert (const void *imgBuffer, ConvBuffers *b)
 writes image from imgBuffer to b using appropriate conversion.

Private Attributes

utils::Size m_Size
icl8um_ConvBuffer

Detailed Description

This ColorConverter uses the icl Yuv422YUYV to Rgb conversion.


Constructor & Destructor Documentation

Constructor initializes conversion.

frees allocated ressources


Member Function Documentation

void icl::io::pylon::Yuv422YUYVToRgb8Icl::convert ( const void *  imgBuffer,
ConvBuffers b 
) [virtual]

writes image from imgBuffer to b using appropriate conversion.

Implements icl::io::pylon::ColorConverter.

initializes buffers in b as needed for color conversion.

Implements icl::io::pylon::ColorConverter.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines