![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
computation of the cartesian to polar coordinates transformation More...
| 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... | |
computation of the cartesian to polar coordinates transformation
This algorithm computes the cartesian to polar coordinates transformations of input images
and
:
and
with
and ![$OutThetaImg[i] \in [-\pi, \pi]$](form_78.png)
For more informations report to Points and vectors 2d representation
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InXImg | [Input] x component of cartesian coordinates | X |
| ipsdk::imaproc::attr::InYImg | [Input] y component of cartesian coordinates | X |
| ipsdk::imaproc::attr::OutRhoImg | [Output] rho component of polar coordinates | duplicateInOut (_pOutRhoImg, _pInXImg) |
| ipsdk::imaproc::attr::OutThetaImg | [Output] theta component of polar coordinates | duplicateInOut (_pOutThetaImg, _pInXImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInXImg,_pInYImg,_pOutRhoImg,_pOutThetaImg)
| IPSDKIPLARITHMETIC_API PolarImg ipsdk::imaproc::arithm::cartesianToPolarImg | ( | const image::ImageConstPtr & | pInXImg, |
| const image::ImageConstPtr & | pInYImg | ||
| ) |
wrapper function for cartesian to polar coordinates transformation
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14