15 #ifndef __IPSDKIPLCOLOR_LIGHTNESSIMG_H__ 16 #define __IPSDKIPLCOLOR_LIGHTNESSIMG_H__ 26 class LightnessImgLvl1;
80 #endif // __IPSDKIPLCOLOR_LIGHTNESSIMG_H__ Definition of import/export macro for library.
Predefined types for lightness calculation.
IPSDKIPLCOLOR_API void lightnessImg(const image::ImageConstPtr &pInColorImg, const image::ImagePtr &pOutLightImg)
wrapper function for lightness computation from an input RGB color image
eLightnessType
Enumerate type of lightness calculation method.
Definition: LightnessType.h:32
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLCOLOR_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AppendColorChannelImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLCOLOR_API
Import/Export macro for library IPSDKIPLColor.
Definition: IPSDKIPLColorExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLCOLOR_API boost::shared_ptr< LightnessImgLvl1 > lightnessImg_async(const image::ImageConstPtr &pInColorImg, const image::ImagePtr &pOutLightImg)
asynchronous wrappers