This ColorConverter is used for pylon-bayer/yuv to icl-rgb conversion.  
 More...
#include <PylonColorConverter.h>
This ColorConverter is used for pylon-bayer/yuv to icl-rgb conversion. 
 
◆ PylonColorToRgb()
      
        
          | icl::io::pylon::PylonColorToRgb::PylonColorToRgb  | 
          ( | 
          int  | 
          width,  | 
        
        
           | 
           | 
          int  | 
          height,  | 
        
        
           | 
           | 
          Pylon::PixelType  | 
          pixel_type,  | 
        
        
           | 
           | 
          int  | 
          pixel_size_bits,  | 
        
        
           | 
           | 
          long  | 
          buffer_size  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor initializes conversion. 
 
 
◆ ~PylonColorToRgb()
      
        
          | icl::io::pylon::PylonColorToRgb::~PylonColorToRgb  | 
          ( | 
           | ) | 
           | 
        
      
 
frees allocated ressources 
 
 
◆ convert()
  
  
      
        
          | void icl::io::pylon::PylonColorToRgb::convert  | 
          ( | 
          const void *  | 
          imgBuffer,  | 
         
        
           | 
           | 
          ConvBuffers *  | 
          b  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
◆ initBuffers()
  
  
      
        
          | void icl::io::pylon::PylonColorToRgb::initBuffers  | 
          ( | 
          ConvBuffers *  | 
          b | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ m_BufferSize
  
  
      
        
          | long icl::io::pylon::PylonColorToRgb::m_BufferSize | 
         
       
   | 
  
private   | 
  
 
 
◆ m_ColorConverter
  
  
      
        
          | Pylon::CPixelFormatConverter* icl::io::pylon::PylonColorToRgb::m_ColorConverter | 
         
       
   | 
  
private   | 
  
 
 
◆ m_Height
  
  
      
        
          | int icl::io::pylon::PylonColorToRgb::m_Height | 
         
       
   | 
  
private   | 
  
 
 
◆ m_InputFormat
  
  
      
        
          | Pylon::SImageFormat* icl::io::pylon::PylonColorToRgb::m_InputFormat | 
         
       
   | 
  
private   | 
  
 
 
◆ m_OutputFormat
  
  
      
        
          | Pylon::SOutputImageFormat* icl::io::pylon::PylonColorToRgb::m_OutputFormat | 
         
       
   | 
  
private   | 
  
 
 
◆ m_PixelSize
  
  
      
        
          | int icl::io::pylon::PylonColorToRgb::m_PixelSize | 
         
       
   | 
  
private   | 
  
 
 
◆ m_PixelType
  
  
      
        
          | Pylon::PixelType icl::io::pylon::PylonColorToRgb::m_PixelType | 
         
       
   | 
  
private   | 
  
 
 
◆ m_Width
  
  
      
        
          | int icl::io::pylon::PylonColorToRgb::m_Width | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: