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

Structure allowing to agregate images associated to the result of a forward Discrete Fourier Transform computation. More...

#include <DiscreteFourierTransformImgTypes.h>

Public Member Functions

constructor and destructor
 ForwardDFTImg (const image::ImagePtr &pImg1, const image::ImagePtr &pImg2)
 
 ~ForwardDFTImg ()
 

Public Attributes

image::ImagePtr _pImg1
 
image::ImagePtr _pImg2
 

Detailed Description

Structure allowing to agregate images associated to the result of a forward Discrete Fourier Transform computation.

Member Data Documentation

◆ _pImg1

image::ImagePtr ipsdk::imaproc::itrans::ForwardDFTImg::_pImg1

first element for Discrete Fourier Transform (can be real cartesian part or rho polar part [default] of signal depending on algorithm configuration)

◆ _pImg2

image::ImagePtr ipsdk::imaproc::itrans::ForwardDFTImg::_pImg2

second element for Discrete Fourier Transform (can be imaginary cartesian part or theta polar part [default] of signal depending on algorithm configuration)


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