IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MultiplyAddScalarImg.h
Go to the documentation of this file.
1 // MultiplyAddScalarImg.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_AFFINETRANSFORMIMG_H__
16 #define __IPSDKIPLARITHMETIC_AFFINETRANSFORMIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class MultiplyAddScalarImgLvl1;
26 
29 
36  const ipReal64 inFactor,
37  const ipReal64 inOffset);
40  const ipReal64 inFactor,
41  const ipReal64 inOffset,
42  const image::ImagePtr& pOutImg);
44 
47 IPSDKIPLARITHMETIC_API boost::shared_ptr<MultiplyAddScalarImgLvl1>
49  const ipReal64 inFactor,
50  const ipReal64 inOffset);
51 IPSDKIPLARITHMETIC_API boost::shared_ptr<MultiplyAddScalarImgLvl1>
53  const ipReal64 inFactor,
54  const ipReal64 inOffset,
55  const image::ImagePtr& pOutImg);
57 
61 getAsyncProcessorOutput(boost::shared_ptr<MultiplyAddScalarImgLvl1> pProcessor);
63 
66 
67 } // end of namespace arithm
68 } // end of namespace imaproc
69 } // end of namespace ipsdk
70 
71 #endif // __IPSDKIPLARITHMETIC_AFFINETRANSFORMIMG_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
double ipReal64
IPSDKIPLARITHMETIC_API image::ImagePtr multiplyAddScalarImg(const image::ImageConstPtr &pInImg, const ipReal64 inFactor, const ipReal64 inOffset)
wrapper function for affine operation on an image
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< MultiplyAddScalarImgLvl1 > multiplyAddScalarImg_async(const image::ImageConstPtr &pInImg, const ipReal64 inFactor, const ipReal64 inOffset)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr