15 #ifndef __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMG_H__ 16 #define __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMG_H__ 25 class AppendColorChannelImgLvl1;
65 #endif // __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMG_H__ Definition of import/export macro for library.
IPSDKIPLCOLOR_API image::ImagePtr appendColorChannelImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
wrapper function for Generates a color images by merging the color channel of the two input images ...
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLCOLOR_API boost::shared_ptr< AppendColorChannelImgLvl1 > appendColorChannelImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
asynchronous wrappers
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