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

This ColorConverter is used for pylon-rgb to icl-rgb conversion. More...

#include <PylonColorConverter.h>

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

List of all members.

Public Member Functions

 Rgb8uToRgb8u (int width, int height)
 Constructor initializes conversion.
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

int m_Width
int m_Height

Detailed Description

This ColorConverter is used for pylon-rgb to icl-rgb conversion.

This color type is only used by pylon camera-emulation


Constructor & Destructor Documentation

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

Constructor initializes conversion.


Member Function Documentation

void icl::io::pylon::Rgb8uToRgb8u::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