IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
CartesianToPolarImg.h File Reference

Wrapper functions for cartesian to polar coordinates transformation. More...

#include <IPSDKIPL/IPSDKIPLArithmetic/IPSDKIPLArithmeticExports.h>
#include <IPSDKIPL/IPSDKIPLArithmetic/Tools/CartesianAndPolarTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::arithm
 Namespace aggregating arithmetic operations on images, pixel by pixel.
 

Functions

IPSDKIPLARITHMETIC_API PolarImg ipsdk::imaproc::arithm::cartesianToPolarImg (const image::ImageConstPtr &pInXImg, const image::ImageConstPtr &pInYImg)
 wrapper function for cartesian to polar coordinates transformation More...
 
IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::cartesianToPolarImg (const image::ImageConstPtr &pInXImg, const image::ImageConstPtr &pInYImg, const image::ImagePtr &pOutRhoImg, const image::ImagePtr &pOutThetaImg)
 wrapper function for cartesian to polar coordinates transformation More...
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< CartesianToPolarImgLvl1 > ipsdk::imaproc::arithm::cartesianToPolarImg_async (const image::ImageConstPtr &pInXImg, const image::ImageConstPtr &pInYImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< CartesianToPolarImgLvl1 > ipsdk::imaproc::arithm::cartesianToPolarImg_async (const image::ImageConstPtr &pInXImg, const image::ImageConstPtr &pInYImg, const image::ImagePtr &pOutRhoImg, const image::ImagePtr &pOutThetaImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API PolarImg ipsdk::imaproc::arithm::getAsyncProcessorOutput (boost::shared_ptr< CartesianToPolarImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for cartesian to polar coordinates transformation.

Author
E.Noirfalise
Date
2017/02/20