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

Wrapper functions for lightness computation from an input RGB color image. More...

#include <IPSDKIPL/IPSDKIPLColor/IPSDKIPLColorExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/LightnessType.h>

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLCOLOR_API void ipsdk::imaproc::color::lightnessImg (const image::ImageConstPtr &pInColorImg, const image::ImagePtr &pOutLightImg)
 wrapper function for lightness computation from an input RGB color image More...
 
IPSDKIPLCOLOR_API image::ImagePtr ipsdk::imaproc::color::lightnessImg (const image::ImageConstPtr &pInColorImg)
 wrapper function for lightness computation from an input RGB color image More...
 
IPSDKIPLCOLOR_API void ipsdk::imaproc::color::lightnessImg (const image::ImageConstPtr &pInColorImg, const ipsdk::imaproc::attr::eLightnessType &lightnessType, const image::ImagePtr &pOutLightImg)
 wrapper function for lightness computation from an input RGB color image More...
 
IPSDKIPLCOLOR_API image::ImagePtr ipsdk::imaproc::color::lightnessImg (const image::ImageConstPtr &pInColorImg, const ipsdk::imaproc::attr::eLightnessType &lightnessType)
 wrapper function for lightness computation from an input RGB color image More...
 
IPSDKIPLCOLOR_API boost::shared_ptr< LightnessImgLvl1 > ipsdk::imaproc::color::lightnessImg_async (const image::ImageConstPtr &pInColorImg, const image::ImagePtr &pOutLightImg)
 asynchronous wrappers
 
IPSDKIPLCOLOR_API boost::shared_ptr< LightnessImgLvl1 > ipsdk::imaproc::color::lightnessImg_async (const image::ImageConstPtr &pInColorImg)
 asynchronous wrappers
 
IPSDKIPLCOLOR_API boost::shared_ptr< LightnessImgLvl1 > ipsdk::imaproc::color::lightnessImg_async (const image::ImageConstPtr &pInColorImg, const ipsdk::imaproc::attr::eLightnessType &lightnessType, const image::ImagePtr &pOutLightImg)
 asynchronous wrappers
 
IPSDKIPLCOLOR_API boost::shared_ptr< LightnessImgLvl1 > ipsdk::imaproc::color::lightnessImg_async (const image::ImageConstPtr &pInColorImg, const ipsdk::imaproc::attr::eLightnessType &lightnessType)
 asynchronous wrappers
 
IPSDKIPLCOLOR_API image::ImagePtr ipsdk::imaproc::color::getAsyncProcessorOutput (boost::shared_ptr< LightnessImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for lightness computation from an input RGB color image.

Author
E. Noirfalise
Date
2014/06/13