libcrn
3.9.5
A document image processing library
|
Go to the source code of this file.
Classes | |
class | crn::MatrixComplex |
Complex matrix class. More... | |
struct | crn::IsClonable< MatrixComplex > |
struct | crn::TypeInfo< MatrixComplex > |
Namespaces | |
crn | |
Functions | |
void | crn::FFT (std::vector< std::complex< double > > &sig, bool direct) |
Fast Fourier transform. More... | |
void | crn::FFT (MatrixComplex &m, bool direct) |
Fast Fourier transform. More... | |