16 #ifndef __PYIPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMGUTILS_H__ 17 #define __PYIPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMGUTILS_H__ 20 #include <IPSDKIPL/IPSDKIPLArithmetic/Processor/ComplexMultiplyImgImg/ComplexMultiplyImgImg.h> 22 #include <boost/python/tuple.hpp> 24 class ipsdk::imaproc::arithm::ComplexMultiplyImgImgLvl1;
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.