Image Component Library (ICL)
|
This class holds all buffers needed for ColorConversion. More...
#include <PylonUtils.h>
Public Member Functions | |
ICLIO_API | ConvBuffers () |
Constructor sets all pointers to NULL. More... | |
ICLIO_API | ~ConvBuffers () |
calls free More... | |
ICLIO_API void | free () |
deletes Objects pointed at, when pointer != NULL More... | |
Public Attributes | |
icl::core::ImgBase * | m_Image |
To this ImageBase the converted image is written. More... | |
icl8u * | m_ImageBuff |
Buffer für color conversion. More... | |
icl16s * | m_ImageBuff16 |
Buffer für 16 bit mono copy. More... | |
icl::core::Img8u * | m_ImageRGBA |
Buffer for interlieved-to-planar conversion. More... | |
std::vector< icl8u * > * | m_Channels |
Vector for channels. More... | |
std::vector< icl16s * > * | m_Channels16 |
Vector for 16bit mono-channel. More... | |
bool | m_Reset |
boolean showing whether this buffers need a reset More... | |
This class holds all buffers needed for ColorConversion.
ICLIO_API icl::io::pylon::ConvBuffers::ConvBuffers | ( | ) |
Constructor sets all pointers to NULL.
ICLIO_API icl::io::pylon::ConvBuffers::~ConvBuffers | ( | ) |
calls free
ICLIO_API void icl::io::pylon::ConvBuffers::free | ( | ) |
deletes Objects pointed at, when pointer != NULL
std::vector<icl8u*>* icl::io::pylon::ConvBuffers::m_Channels |
Vector for channels.
std::vector<icl16s*>* icl::io::pylon::ConvBuffers::m_Channels16 |
Vector for 16bit mono-channel.
icl::core::ImgBase* icl::io::pylon::ConvBuffers::m_Image |
To this ImageBase the converted image is written.
icl8u* icl::io::pylon::ConvBuffers::m_ImageBuff |
Buffer für color conversion.
icl16s* icl::io::pylon::ConvBuffers::m_ImageBuff16 |
Buffer für 16 bit mono copy.
icl::core::Img8u* icl::io::pylon::ConvBuffers::m_ImageRGBA |
Buffer for interlieved-to-planar conversion.
bool icl::io::pylon::ConvBuffers::m_Reset |
boolean showing whether this buffers need a reset