Image Component Library (ICL)
Public Member Functions | Private Attributes | List of all members
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

Public Member Functions

 Yuv422YUYVToRgb8Icl (int width, int height)
 Constructor initializes conversion. More...
 
 ~Yuv422YUYVToRgb8Icl ()
 frees allocated ressources More...
 
void initBuffers (ConvBuffers *b)
 initializes buffers in b as needed for color conversion. More...
 
void convert (const void *imgBuffer, ConvBuffers *b)
 writes image from imgBuffer to b using appropriate conversion. More...
 
- Public Member Functions inherited from icl::io::pylon::ColorConverter
virtual ~ColorConverter ()
 Virtual destructor. More...
 

Private Attributes

utils::Size m_Size
 
icl8um_ConvBuffer
 

Detailed Description

This ColorConverter uses the icl Yuv422YUYV to Rgb conversion.

Constructor & Destructor Documentation

◆ Yuv422YUYVToRgb8Icl()

icl::io::pylon::Yuv422YUYVToRgb8Icl::Yuv422YUYVToRgb8Icl ( int  width,
int  height 
)

Constructor initializes conversion.

◆ ~Yuv422YUYVToRgb8Icl()

icl::io::pylon::Yuv422YUYVToRgb8Icl::~Yuv422YUYVToRgb8Icl ( )

frees allocated ressources

Member Function Documentation

◆ convert()

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.

◆ initBuffers()

void icl::io::pylon::Yuv422YUYVToRgb8Icl::initBuffers ( ConvBuffers b)
virtual

initializes buffers in b as needed for color conversion.

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

Member Data Documentation

◆ m_ConvBuffer

icl8u* icl::io::pylon::Yuv422YUYVToRgb8Icl::m_ConvBuffer
private

◆ m_Size

utils::Size icl::io::pylon::Yuv422YUYVToRgb8Icl::m_Size
private

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