IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BitwiseNXOrImgImg.h
Go to the documentation of this file.
1 // BitwiseNXOrImgImg.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLLOGICAL_BITWISENXORIMGIMG_H__
16 #define __IPSDKIPLLOGICAL_BITWISENXORIMGIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace logic {
24 
25 class BitwiseNXOrImgImgLvl1;
26 
29 
35 bitwiseNXOrImgImg(const image::ImageConstPtr& pInIntImg1,
36  const image::ImageConstPtr& pInIntImg2);
38 bitwiseNXOrImgImg(const image::ImageConstPtr& pInIntImg1,
39  const image::ImageConstPtr& pInIntImg2,
40  const image::ImagePtr& pOutImg);
42 
45 IPSDKIPLLOGICAL_API boost::shared_ptr<BitwiseNXOrImgImgLvl1>
47  const image::ImageConstPtr& pInIntImg2);
48 IPSDKIPLLOGICAL_API boost::shared_ptr<BitwiseNXOrImgImgLvl1>
50  const image::ImageConstPtr& pInIntImg2,
51  const image::ImagePtr& pOutImg);
53 
57 getAsyncProcessorOutput(boost::shared_ptr<BitwiseNXOrImgImgLvl1> pProcessor);
59 
62 
63 } // end of namespace logic
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
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