![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Structure allowing to encaspulate rho and theta polar images associated to the result of a cartesian to polar transformation. More...
#include <CartesianAndPolarTypes.h>
Public Member Functions | |
constructor and destructor | |
| PolarImg (const image::ImagePtr &pRhoImg, const image::ImagePtr &pThetaImg) | |
| ~PolarImg () | |
Public Attributes | |
| image::ImagePtr | _pRhoImg |
| Rho image. | |
| image::ImagePtr | _pThetaImg |
| Theta image. | |
Structure allowing to encaspulate rho and theta polar images associated to the result of a cartesian to polar transformation.
For more informations report to Points and vectors 2d representation
1.8.14