IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Attributes | List of all members
ipsdk::imaproc::arithm::CartesianImg Struct Reference

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.
 

Detailed Description

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


The documentation for this struct was generated from the following file: