![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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 | |
Wrapper functions for cartesian to polar coordinates transformation.
1.8.14