IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BitwiseNAndImgImg.h
Go to the documentation of this file.
1 // BitwiseNAndImgImg.h:
3 // --------------------
4 //
15 
16 #ifndef __IPSDKIPLLOGICAL_BITWISENANDIMGIMG_H__
17 #define __IPSDKIPLLOGICAL_BITWISENANDIMGIMG_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace logic {
25 
26 class BitwiseNAndImgImgLvl1;
27 
30 
37 bitwiseNAndImgImg(const image::ImageConstPtr& pInIntImg1,
38  const image::ImageConstPtr& pInIntImg2);
39 
41 bitwiseNAndImgImg(const image::ImageConstPtr& pInIntImg1,
42  const image::ImageConstPtr& pInIntImg2,
43  const image::ImagePtr& pOutImg);
45 
48 IPSDKIPLLOGICAL_API boost::shared_ptr<BitwiseNAndImgImgLvl1>
50  const image::ImageConstPtr& pInIntImg2);
51 IPSDKIPLLOGICAL_API boost::shared_ptr<BitwiseNAndImgImgLvl1>
53  const image::ImageConstPtr& pInIntImg2,
54  const image::ImagePtr& pOutImg);
56 
60 getAsyncProcessorOutput(boost::shared_ptr<BitwiseNAndImgImgLvl1> pProcessor);
61 
64 
65 } // end of namespace logic
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLLOGICAL_BITWISENANDIMGIMG_H__
IPSDKIPLLOGICAL_API image::ImagePtr bitwiseNAndImgImg(const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2)
wrapper function for bitwise nand operation on 2 images, pixel by pixel
Definition of import/export macro for library.
IPSDKIPLLOGICAL_API boost::shared_ptr< BitwiseNAndImgImgLvl1 > bitwiseNAndImgImg_async(const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
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
#define IPSDKIPLLOGICAL_API
Import/Export macro for library IPSDKIPLLogical.
Definition: IPSDKIPLLogicalExports.h:25