IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
ColorConvertImg.h File Reference

Wrapper functions for convert a color image from a given color space to an other. More...

#include <IPSDKIPL/IPSDKIPLColor/IPSDKIPLColorExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ColorConversionTransform.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::color
 Namespace aggregating color operations on images.
 

Functions

IPSDKIPLCOLOR_API image::ImagePtr ipsdk::imaproc::color::colorConvertImg (const ipsdk::image::ImageConstPtr &pInColorImg, const ipsdk::image::eColorGeometryType &targetColorSpace)
 wrapper function for convert a color image from a given color space to an other More...
 
IPSDKIPLCOLOR_API image::ImagePtr ipsdk::imaproc::color::colorConvertImg (const ipsdk::image::ImageConstPtr &pInColorImg, const ipsdk::imaproc::attr::ColorConversionTransformConstPtr &pInColorConversionTransform)
 wrapper function for convert a color image from a given color space to an other More...
 
IPSDKIPLCOLOR_API void ipsdk::imaproc::color::colorConvertImg (const ipsdk::image::ImageConstPtr &pInColorImg, const ipsdk::image::eColorGeometryType &targetColorSpace, const ipsdk::image::ImagePtr &pOutColorImg)
 wrapper function for convert a color image from a given color space to an other More...
 
IPSDKIPLCOLOR_API void ipsdk::imaproc::color::colorConvertImg (const ipsdk::image::ImageConstPtr &pInColorImg, const ipsdk::imaproc::attr::ColorConversionTransformConstPtr &pInColorConversionTransform, const ipsdk::image::ImagePtr &pOutColorImg)
 wrapper function for convert a color image from a given color space to an other More...
 
IPSDKIPLCOLOR_API boost::shared_ptr< ColorConvertImgLvl1 > ipsdk::imaproc::color::colorConvertImg_async (const ipsdk::image::ImageConstPtr &pInColorImg, const ipsdk::image::eColorGeometryType &targetColorSpace)
 asynchronous wrappers
 
IPSDKIPLCOLOR_API boost::shared_ptr< ColorConvertImgLvl1 > ipsdk::imaproc::color::colorConvertImg_async (const ipsdk::image::ImageConstPtr &pInColorImg, const ipsdk::imaproc::attr::ColorConversionTransformConstPtr &pInColorConversionTransform)
 asynchronous wrappers
 
IPSDKIPLCOLOR_API boost::shared_ptr< ColorConvertImgLvl1 > ipsdk::imaproc::color::colorConvertImg_async (const ipsdk::image::ImageConstPtr &pInColorImg, const ipsdk::image::eColorGeometryType &targetColorSpace, const ipsdk::image::ImagePtr &pOutColorImg)
 asynchronous wrappers
 
IPSDKIPLCOLOR_API boost::shared_ptr< ColorConvertImgLvl1 > ipsdk::imaproc::color::colorConvertImg_async (const ipsdk::image::ImageConstPtr &pInColorImg, const ipsdk::imaproc::attr::ColorConversionTransformConstPtr &pInColorConversionTransform, const ipsdk::image::ImagePtr &pOutColorImg)
 asynchronous wrappers
 
IPSDKIPLCOLOR_API image::ImagePtr ipsdk::imaproc::color::getAsyncProcessorOutput (boost::shared_ptr< ColorConvertImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for convert a color image from a given color space to an other.

Author
E.Noirfalise
Date
2018/06/18