17 #ifndef __IPSDKIPLLOGICAL_MASKIMG_H__ 18 #define __IPSDKIPLLOGICAL_MASKIMG_H__ 100 #endif // __IPSDKIPLLOGICAL_MASKIMG_H__ Definition of import/export macro for library.
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLLOGICAL_API boost::shared_ptr< MaskImgLvl1 > reverseMaskImg_async(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg, const image::ImagePtr &pOutImg)
asynchronous wrappers
IPSDKIPLLOGICAL_API void reverseMaskImg(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg, const image::ImagePtr &pOutImg)
wrapper function for Mask filter, computing an output image for which each pixel equals to either cor...
IPSDKIPLLOGICAL_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< BitwiseAndImgImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLLOGICAL_API void maskImg(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg, const image::ImagePtr &pOutImg)
wrapper function for Mask filter, computing an output image for which each pixel equals to either cor...
boost::shared_ptr< const BaseImage > ImageConstPtr
#define IPSDKIPLLOGICAL_API
Import/Export macro for library IPSDKIPLLogical.
Definition: IPSDKIPLLogicalExports.h:25
IPSDKIPLLOGICAL_API boost::shared_ptr< MaskImgLvl1 > maskImg_async(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg, const image::ImagePtr &pOutImg)
asynchronous wrappers