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

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.
 

Detailed Description

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


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