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

Structure containing the real and imaginary parts of a complex image. More...

#include <ComplexTypes.h>

Public Member Functions

constructor and destructor
 ComplexImg (const image::ImagePtr &pReImg, const image::ImagePtr &pImImg)
 
 ~ComplexImg ()
 

Public Attributes

image::ImagePtr _pReImg
 Real image.
 
image::ImagePtr _pImImg
 Imaginary image.
 

Detailed Description

Structure containing the real and imaginary parts of a complex image.

For more informations report to Points and vectors 2d representation


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