16 #ifndef __IPSDKIPLLOGICAL_BITWISEXORIMGIMG_H__ 17 #define __IPSDKIPLLOGICAL_BITWISEXORIMGIMG_H__ 26 class BitwiseXOrImgImgLvl1;
70 #endif // __IPSDKIPLLOGICAL_BITWISEXORIMGIMG_H__ Definition of import/export macro for library.
IPSDKIPLLOGICAL_API image::ImagePtr bitwiseXOrImgImg(const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2)
wrapper function for bitwise exclusive or operation on 2 images, pixel by pixel
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLLOGICAL_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< BitwiseAndImgImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLLOGICAL_API boost::shared_ptr< BitwiseXOrImgImgLvl1 > bitwiseXOrImgImg_async(const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
#define IPSDKIPLLOGICAL_API
Import/Export macro for library IPSDKIPLLogical.
Definition: IPSDKIPLLogicalExports.h:25