![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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 |
Structure allowing to agregate images associated to the result of a forward Discrete Fourier Transform computation.
| 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)
| 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)
1.8.14