15 #ifndef __IPSDKIPLARITHMETIC_CARTESIANTOPOLARIMG_H__ 16 #define __IPSDKIPLARITHMETIC_CARTESIANTOPOLARIMG_H__ 25 class CartesianToPolarImgLvl1;
69 #endif // __IPSDKIPLARITHMETIC_CARTESIANTOPOLARIMG_H__ #define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API boost::shared_ptr< CartesianToPolarImgLvl1 > cartesianToPolarImg_async(const image::ImageConstPtr &pInXImg, const image::ImageConstPtr &pInYImg)
asynchronous wrappers
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.
IPSDKIPLARITHMETIC_API PolarImg cartesianToPolarImg(const image::ImageConstPtr &pInXImg, const image::ImageConstPtr &pInYImg)
wrapper function for cartesian to polar coordinates transformation
boost::shared_ptr< const BaseImage > ImageConstPtr
Predefined types for cartesian and polar management.