IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BitwiseSubImgImg.h
Go to the documentation of this file.
1 // BitwiseSub.h:
3 // -------------
4 //
14 
15 #ifndef __IPSDKIPLLOGICAL_BITWISESUBIMGIMG_H__
16 #define __IPSDKIPLLOGICAL_BITWISESUBIMGIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace logic {
24 
25 class BitwiseSubImgImgLvl1;
26 
29 
35 bitwiseSubImgImg(const image::ImageConstPtr& pInIntImg1,
36  const image::ImageConstPtr& pInIntImg2);
37 
39 bitwiseSubImgImg(const image::ImageConstPtr& pInIntImg1,
40  const image::ImageConstPtr& pInIntImg2,
41  const image::ImagePtr& pOutImg);
43 
46 IPSDKIPLLOGICAL_API boost::shared_ptr<BitwiseSubImgImgLvl1>
48  const image::ImageConstPtr& pInIntImg2);
49 
50 IPSDKIPLLOGICAL_API boost::shared_ptr<BitwiseSubImgImgLvl1>
52  const image::ImageConstPtr& pInIntImg2,
53  const image::ImagePtr& pOutImg);
55 
59 getAsyncProcessorOutput(boost::shared_ptr<BitwiseSubImgImgLvl1> pProcessor);
61 
64 
65 } // end of namespace logic
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLLOGICAL_BITWISESUBIMGIMG_H__
Definition of import/export macro for library.
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< BitwiseSubImgImgLvl1 > bitwiseSubImgImg_async(const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2)
asynchronous wrappers
IPSDKIPLLOGICAL_API image::ImagePtr bitwiseSubImgImg(const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2)
wrapper function for Subtract two binary image to remove pixels in the image 2 from the image 1 ...
boost::shared_ptr< const BaseImage > ImageConstPtr
#define IPSDKIPLLOGICAL_API
Import/Export macro for library IPSDKIPLLogical.
Definition: IPSDKIPLLogicalExports.h:25