IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CartesianAndPolarUtils.h
Go to the documentation of this file.
1 // CartesianAndPolarUtils.h:
3 // -------------------------
4 //
15 
16 #ifndef __PYIPSDKIPLARITHMETIC_CARTESIANANDPOLARUTILS_H__
17 #define __PYIPSDKIPLARITHMETIC_CARTESIANANDPOLARUTILS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLArithmetic/Processor/PolarToCartesianImg/PolarToCartesianImg.h>
21 #include <IPSDKIPL/IPSDKIPLArithmetic/Processor/CartesianToPolarImg/CartesianToPolarImg.h>
22 #include <boost/python/tuple.hpp>
23 
24 class ipsdk::imaproc::arithm::CartesianToPolarImgLvl1;
25 class ipsdk::imaproc::arithm::PolarToCartesianImgLvl1;
26 
27 namespace ipsdk {
28 namespace python {
29 
32 
35 PYIPSDKIPLARITHMETIC_API boost::python::tuple
37  const image::ImageConstPtr& pInYImg);
38 
41 PYIPSDKIPLARITHMETIC_API boost::python::tuple
43  const image::ImageConstPtr& pInThetaImg);
44 
47 PYIPSDKIPLARITHMETIC_API boost::python::tuple
48 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::arithm::CartesianToPolarImgLvl1> pProcessor);
49 PYIPSDKIPLARITHMETIC_API boost::python::tuple
50 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::arithm::PolarToCartesianImgLvl1> pProcessor);
52 
55 
56 } // end of namespace python
57 } // end of namespace ipsdk
58 
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.