![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Structure allowing to encaspulate x and y cartesian images associated to the result of a polar to cartesian transformation. More...
#include <CartesianAndPolarTypes.h>
Public Member Functions | |
constructor and destructor | |
| CartesianImg (const image::ImagePtr &pXImg, const image::ImagePtr &pYImg) | |
| ~CartesianImg () | |
Public Attributes | |
| image::ImagePtr | _pXImg |
| X image. | |
| image::ImagePtr | _pYImg |
| Y image. | |
Structure allowing to encaspulate x and y cartesian images associated to the result of a polar to cartesian transformation.
For more informations report to Points and vectors 2d representation
1.8.14