16 #ifndef __PYIPSDKIPLARITHMETIC_CARTESIANANDPOLARUTILS_H__ 17 #define __PYIPSDKIPLARITHMETIC_CARTESIANANDPOLARUTILS_H__ 20 #include <IPSDKIPL/IPSDKIPLArithmetic/Processor/PolarToCartesianImg/PolarToCartesianImg.h> 21 #include <IPSDKIPL/IPSDKIPLArithmetic/Processor/CartesianToPolarImg/CartesianToPolarImg.h> 22 #include <boost/python/tuple.hpp> 24 class ipsdk::imaproc::arithm::CartesianToPolarImgLvl1;
25 class ipsdk::imaproc::arithm::PolarToCartesianImgLvl1;
59 #endif // __PYIPSDKIPLARITHMETIC_CARTESIANANDPOLARUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
PYIPSDKIPLARITHMETIC_API boost::python::tuple polarToCartesianImg(const image::ImageConstPtr &pInRhoImg, const image::ImageConstPtr &pInThetaImg)
wrapper function for polar to cartesian transformation
PYIPSDKIPLARITHMETIC_API boost::python::tuple cartesianToPolarImg(const image::ImageConstPtr &pInXImg, const image::ImageConstPtr &pInYImg)
wrapper function for cartesian to polar transformation
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.