IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MinImgImg.h
Go to the documentation of this file.
1 // MinImgImg.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_MINIMGIMG_H__
16 #define __IPSDKIPLARITHMETIC_MINIMGIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class MinImgImgLvl1;
26 
29 
33 
36 minImgImg(const image::ImageConstPtr& pInImg1,
37  const image::ImageConstPtr& pInImg2,
38  const image::ImagePtr& pOutImg);
40 minImgImg(const image::ImageConstPtr& pInImg1,
41  const image::ImageConstPtr& pInImg2);
43 
46 IPSDKIPLARITHMETIC_API boost::shared_ptr<MinImgImgLvl1>
48  const image::ImageConstPtr& pInImg2,
49  const image::ImagePtr& pOutImg);
50 IPSDKIPLARITHMETIC_API boost::shared_ptr<MinImgImgLvl1>
52  const image::ImageConstPtr& pInImg2);
54 
58 getAsyncProcessorOutput(boost::shared_ptr<MinImgImgLvl1> pProcessor);
60 
61 
64 
65 } // end of namespace arithm
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLARITHMETIC_MINIMGIMG_H__
IPSDKIPLARITHMETIC_API boost::shared_ptr< MinImgImgLvl1 > minImgImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
asynchronous wrappers
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API void minImgImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
wrapper functions for minimum of 2 images, 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.
boost::shared_ptr< const BaseImage > ImageConstPtr