|
Solar
|
Converts image with a specific layout. UUID: 9c982719-6cb4-4831-aa88-9e01afacbd16
More...
#include <IImageConvertor.h>


Public Member Functions | |
| virtual | ~IImageConvertor () |
| ~IImageConvertor | |
| virtual FrameworkReturnCode | convert (const SRef< SolAR::datastructure::Image > imgSrc, SRef< SolAR::datastructure::Image > &imgDst)=0 |
| This method converts an image source to image destination according to a given channel and color representation layout. More... | |
| virtual FrameworkReturnCode | convert (const SRef< SolAR::datastructure::Image > imgSrc, SRef< SolAR::datastructure::Image > &imgDst, SolAR::datastructure::Image::ImageLayout destLayout)=0 |
| This method converts an image source to image destination according to a given channel and color representation layout. More... | |
| virtual FrameworkReturnCode | convertLookUpTable (const SRef< SolAR::datastructure::Image > imgSrc, SRef< SolAR::datastructure::Image > &imgDst)=0 |
| This method converts an image source to image destination according to a look up table attribute defined in the component. More... | |
Converts image with a specific layout. UUID: 9c982719-6cb4-4831-aa88-9e01afacbd16
|
pure virtual |
This method converts an image source to image destination according to a given channel and color representation layout.
| [in] | imgSrc | input image to convert |
| [out] | imgDst | output image converted |
|
pure virtual |
This method converts an image source to image destination according to a given channel and color representation layout.
| [in] | imgSrc | input image to convert |
| [out] | imgDst | output image converted |
| [in] | destLayout | output image converted |
|
pure virtual |
This method converts an image source to image destination according to a look up table attribute defined in the component.
| [in] | imgSrc | input image to convert |
| [out] | imgDst | output image with a look up table |