![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
computation of the polar to cartesian coordinates transformation More...
| 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... | |
computation of the polar to cartesian coordinates transformation
This algorithm computes the polar to cartesian coordinates transformations of input images
and
:
and
For more informations report to Points and vectors 2d representation
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InRhoImg | [Input] rho component of polar coordinates | X |
| ipsdk::imaproc::attr::InThetaImg | [Input] theta component of polar coordinates | X |
| ipsdk::imaproc::attr::OutXImg | [Output] x component of cartesian coordinates | duplicateInOut (_pOutXImg, _pInRhoImg) |
| ipsdk::imaproc::attr::OutYImg | [Output] y component of cartesian coordinates | duplicateInOut (_pOutYImg, _pInRhoImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInRhoImg,_pInThetaImg,_pOutXImg,_pOutYImg)
| IPSDKIPLARITHMETIC_API CartesianImg ipsdk::imaproc::arithm::polarToCartesianImg | ( | const image::ImageConstPtr & | pInRhoImg, |
| const image::ImageConstPtr & | pInThetaImg | ||
| ) |
wrapper function for polar to cartesian coordinates transformation
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14