IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SubtractScalarImg.h
Go to the documentation of this file.
1 // SubtractScalarImg.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_SUBTRACTSCALARIMG_H__
16 #define __IPSDKIPLARITHMETIC_SUBTRACTSCALARIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class SubtractScalarImgLvl1;
26 
29 
35 subtractScalarImg(const ipReal64 inArithmeticVal,
36  const image::ImageConstPtr& pInImg);
38 subtractScalarImg(const ipReal64 inArithmeticVal,
39  const image::ImageConstPtr& pInImg,
40  const image::ImagePtr& pOutImg);
42 
45 IPSDKIPLARITHMETIC_API boost::shared_ptr<SubtractScalarImgLvl1>
46 subtractScalarImg_async(const ipReal64 inArithmeticVal,
47  const image::ImageConstPtr& pInImg);
48 IPSDKIPLARITHMETIC_API boost::shared_ptr<SubtractScalarImgLvl1>
49 subtractScalarImg_async(const ipReal64 inArithmeticVal,
50  const image::ImageConstPtr& pInImg,
51  const image::ImagePtr& pOutImg);
53 
57 getAsyncProcessorOutput(boost::shared_ptr<SubtractScalarImgLvl1> pProcessor);
59 
62 
63 } // end of namespace arithm
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLARITHMETIC_SUBTRACTSCALARIMG_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 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
IPSDKIPLARITHMETIC_API image::ImagePtr subtractScalarImg(const ipReal64 inArithmeticVal, const image::ImageConstPtr &pInImg)
wrapper function for subtraction of a scalar and an image (scalar - image)
IPSDKIPLARITHMETIC_API boost::shared_ptr< SubtractScalarImgLvl1 > subtractScalarImg_async(const ipReal64 inArithmeticVal, const image::ImageConstPtr &pInImg)
asynchronous wrappers