![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for polar to cartesian 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 CartesianImg | ipsdk::imaproc::arithm::polarToCartesianImg (const image::ImageConstPtr &pInRhoImg, const image::ImageConstPtr &pInThetaImg) |
| wrapper function for polar to cartesian coordinates transformation More... | |
| IPSDKIPLARITHMETIC_API void | ipsdk::imaproc::arithm::polarToCartesianImg (const image::ImageConstPtr &pInRhoImg, const image::ImageConstPtr &pInThetaImg, const image::ImagePtr &pOutXImg, const image::ImagePtr &pOutYImg) |
| wrapper function for polar to cartesian coordinates transformation More... | |
| IPSDKIPLARITHMETIC_API boost::shared_ptr< PolarToCartesianImgLvl1 > | ipsdk::imaproc::arithm::polarToCartesianImg_async (const image::ImageConstPtr &pInRhoImg, const image::ImageConstPtr &pInThetaImg) |
| asynchronous wrappers | |
| IPSDKIPLARITHMETIC_API boost::shared_ptr< PolarToCartesianImgLvl1 > | ipsdk::imaproc::arithm::polarToCartesianImg_async (const image::ImageConstPtr &pInRhoImg, const image::ImageConstPtr &pInThetaImg, const image::ImagePtr &pOutXImg, const image::ImagePtr &pOutYImg) |
| asynchronous wrappers | |
| IPSDKIPLARITHMETIC_API CartesianImg | ipsdk::imaproc::arithm::getAsyncProcessorOutput (boost::shared_ptr< PolarToCartesianImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for polar to cartesian coordinates transformation.
1.8.14