IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PolarToCartesianImg.h
Go to the documentation of this file.
1 // PolarToCartesianImg.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_POLARTOCARTESIANIMG_H__
16 #define __IPSDKIPLARITHMETIC_POLARTOCARTESIANIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class PolarToCartesianImgLvl1;
26 
29 
34 IPSDKIPLARITHMETIC_API CartesianImg
36  const image::ImageConstPtr& pInThetaImg);
39  const image::ImageConstPtr& pInThetaImg,
40  const image::ImagePtr& pOutXImg,
41  const image::ImagePtr& pOutYImg);
43 
46 IPSDKIPLARITHMETIC_API boost::shared_ptr<PolarToCartesianImgLvl1>
48  const image::ImageConstPtr& pInThetaImg);
49 IPSDKIPLARITHMETIC_API boost::shared_ptr<PolarToCartesianImgLvl1>
51  const image::ImageConstPtr& pInThetaImg,
52  const image::ImagePtr& pOutXImg,
53  const image::ImagePtr& pOutYImg);
55 
58 IPSDKIPLARITHMETIC_API CartesianImg
59 getAsyncProcessorOutput(boost::shared_ptr<PolarToCartesianImgLvl1> pProcessor);
61 
64 
65 } // end of namespace arithm
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLARITHMETIC_POLARTOCARTESIANIMG_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
IPSDKIPLARITHMETIC_API boost::shared_ptr< PolarToCartesianImgLvl1 > polarToCartesianImg_async(const image::ImageConstPtr &pInRhoImg, const image::ImageConstPtr &pInThetaImg)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API CartesianImg polarToCartesianImg(const image::ImageConstPtr &pInRhoImg, const image::ImageConstPtr &pInThetaImg)
wrapper function for polar to cartesian coordinates transformation
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
Predefined types for cartesian and polar management.