IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DivideImgImg.h
Go to the documentation of this file.
1 // DivideImgImg.h:
3 // ---------------
4 //
15 
16 #ifndef __IPSDKIPLARITHMETIC_DIVIDEIMGIMG_H__
17 #define __IPSDKIPLARITHMETIC_DIVIDEIMGIMG_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace arithm {
25 
26 class DivideImgImgLvl1;
27 
30 
34 
37 divideImgImg(const image::ImageConstPtr& pInImg1,
38  const image::ImageConstPtr& pInImg2,
39  const image::ImagePtr& pOutImg);
41 divideImgImg(const image::ImageConstPtr& pInImg1,
42  const image::ImageConstPtr& pInImg2);
44 
47 IPSDKIPLARITHMETIC_API boost::shared_ptr<DivideImgImgLvl1>
49  const image::ImageConstPtr& pInImg2,
50  const image::ImagePtr& pOutImg);
51 IPSDKIPLARITHMETIC_API boost::shared_ptr<DivideImgImgLvl1>
53  const image::ImageConstPtr& pInImg2);
55 
59 getAsyncProcessorOutput(boost::shared_ptr<DivideImgImgLvl1> pProcessor);
61 
62 
65 
66 } // end of namespace arithm
67 } // end of namespace imaproc
68 } // end of namespace ipsdk
69 
70 #endif // __IPSDKIPLARITHMETIC_DIVIDEIMGIMG_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API void divideImgImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
wrapper function for division of one image by another, pixel by pixel
IPSDKIPLARITHMETIC_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AbsImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
Definition of import/export macro for library.
IPSDKIPLARITHMETIC_API boost::shared_ptr< DivideImgImgLvl1 > divideImgImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr