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

Public Member Functions

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

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

◆ Rgb8uToRgb8u()

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

Constructor initializes conversion.

Member Function Documentation

◆ convert()

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.

◆ initBuffers()

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

initializes buffers in b as needed for color conversion.

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

Member Data Documentation

◆ m_Height

int icl::io::pylon::Rgb8uToRgb8u::m_Height
private

◆ m_Width

int icl::io::pylon::Rgb8uToRgb8u::m_Width
private

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