IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ComplexMultiplyImgImg.h
Go to the documentation of this file.
1 // ComplexMultiplyImgImg.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMG_H__
16 #define __IPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 
26 class ComplexMultiplyImgImgLvl1;
27 
30 
35 IPSDKIPLARITHMETIC_API ComplexImg
37  const image::ImageConstPtr& pInImImg1,
38  const image::ImageConstPtr& pInReImg2,
39  const image::ImageConstPtr& pInImImg2);
42  const image::ImageConstPtr& pInImImg1,
43  const image::ImageConstPtr& pInReImg2,
44  const image::ImageConstPtr& pInImImg2,
45  const image::ImagePtr& pOutReImg,
46  const image::ImagePtr& pOutImImg);
48 
51 IPSDKIPLARITHMETIC_API boost::shared_ptr<ComplexMultiplyImgImgLvl1>
53  const image::ImageConstPtr& pInImImg1,
54  const image::ImageConstPtr& pInReImg2,
55  const image::ImageConstPtr& pInImImg2);
56 IPSDKIPLARITHMETIC_API boost::shared_ptr<ComplexMultiplyImgImgLvl1>
58  const image::ImageConstPtr& pInImImg1,
59  const image::ImageConstPtr& pInReImg2,
60  const image::ImageConstPtr& pInImImg2,
61  const image::ImagePtr& pOutReImg,
62  const image::ImagePtr& pOutImImg);
64 
67 IPSDKIPLARITHMETIC_API ComplexImg
68 getAsyncProcessorOutput(boost::shared_ptr<ComplexMultiplyImgImgLvl1> pProcessor);
70 
73 
74 } // end of namespace arithm
75 } // end of namespace imaproc
76 } // end of namespace ipsdk
77 
78 #endif // __IPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMG_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
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 boost::shared_ptr< ComplexMultiplyImgImgLvl1 > complexMultiplyImgImg_async(const image::ImageConstPtr &pInReImg1, const image::ImageConstPtr &pInImImg1, const image::ImageConstPtr &pInReImg2, const image::ImageConstPtr &pInImImg2)
asynchronous wrappers
Predefined types for complex image management.
IPSDKIPLARITHMETIC_API ComplexImg complexMultiplyImgImg(const image::ImageConstPtr &pInReImg1, const image::ImageConstPtr &pInImImg1, const image::ImageConstPtr &pInReImg2, const image::ImageConstPtr &pInImImg2)
wrapper function for Multiplication between two complex images