IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BitwiseNotImg.h
Go to the documentation of this file.
1 // BitwiseNotImg.h:
3 // ----------------
4 //
15 
16 #ifndef __IPSDKIPLLOGICAL_BITWISENOTIMG_H__
17 #define __IPSDKIPLLOGICAL_BITWISENOTIMG_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace logic {
25 
26 class BitwiseNotImgLvl1;
27 
30 
37 bitwiseNotImg(const image::ImageConstPtr& pInIntImg);
38 
40 bitwiseNotImg(const image::ImageConstPtr& pInIntImg,
41  const image::ImagePtr& pOutImg);
43 
46 IPSDKIPLLOGICAL_API boost::shared_ptr<BitwiseNotImgLvl1>
48 IPSDKIPLLOGICAL_API boost::shared_ptr<BitwiseNotImgLvl1>
50  const image::ImagePtr& pOutImg);
52 
56 getAsyncProcessorOutput(boost::shared_ptr<BitwiseNotImgLvl1> pProcessor);
58 
61 
62 } // end of namespace logic
63 } // end of namespace imaproc
64 } // end of namespace ipsdk
65 
66 #endif // __IPSDKIPLLOGICAL_BITWISENOTIMG_H__
IPSDKIPLLOGICAL_API image::ImagePtr bitwiseNotImg(const image::ImageConstPtr &pInIntImg)
wrapper function for bitwise not operation on one image, pixel by pixel
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
boost::shared_ptr< const BaseImage > ImageConstPtr
#define IPSDKIPLLOGICAL_API
Import/Export macro for library IPSDKIPLLogical.
Definition: IPSDKIPLLogicalExports.h:25
IPSDKIPLLOGICAL_API boost::shared_ptr< BitwiseNotImgLvl1 > bitwiseNotImg_async(const image::ImageConstPtr &pInIntImg)
asynchronous wrappers