15 #ifndef __IPSDKIPLLOGICAL_BITWISENXORIMGIMG_H__ 16 #define __IPSDKIPLLOGICAL_BITWISENXORIMGIMG_H__ 25 class BitwiseNXOrImgImgLvl1;
67 #endif // __IPSDKIPLLOGICAL_BITWISENXORIMGIMG_H__ Definition of import/export macro for library.
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLLOGICAL_API image::ImagePtr bitwiseNXOrImgImg(const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2)
wrapper function for bitwise nxor operation on 2 images
IPSDKIPLLOGICAL_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< BitwiseAndImgImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLLOGICAL_API boost::shared_ptr< BitwiseNXOrImgImgLvl1 > bitwiseNXOrImgImg_async(const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2)
asynchronous wrappers
#define IPSDKIPLLOGICAL_API
Import/Export macro for library IPSDKIPLLogical.
Definition: IPSDKIPLLogicalExports.h:25