IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ComplexMultiplyImgImgUtils.h
Go to the documentation of this file.
1 // ComplexMultiplyImgImgUtils.h:
3 // -------------------------
4 //
15 
16 #ifndef __PYIPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMGUTILS_H__
17 #define __PYIPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMGUTILS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLArithmetic/Processor/ComplexMultiplyImgImg/ComplexMultiplyImgImg.h>
21 
22 #include <boost/python/tuple.hpp>
23 
24 class ipsdk::imaproc::arithm::ComplexMultiplyImgImgLvl1;
25 
26 namespace ipsdk {
27 namespace python {
28 
31 
34 PYIPSDKIPLARITHMETIC_API boost::python::tuple
36  const image::ImageConstPtr& pInImImg1,
37  const image::ImageConstPtr& pInReImg2,
38  const image::ImageConstPtr& pInImImg2);
39 
40 
43 PYIPSDKIPLARITHMETIC_API boost::python::tuple
44 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::arithm::ComplexMultiplyImgImgLvl1> pProcessor);
46 
49 
50 } // end of namespace python
51 } // end of namespace ipsdk
52 
53 #endif // __PYIPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMGUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
PYIPSDKIPLARITHMETIC_API boost::python::tuple complexMultiplyImgImg(const image::ImageConstPtr &pInReImg1, const image::ImageConstPtr &pInImImg1, const image::ImageConstPtr &pInReImg2, const image::ImageConstPtr &pInImImg2)
wrapper function for complex images multiplication
Definition of import/export macro for library.
#define PYIPSDKIPLARITHMETIC_API
Import/Export macro for library PyIPSDKIPLArithmetic.
Definition: PyIPSDKIPLArithmeticExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.