|
My Project
|
Public Member Functions | |
| Correlation (int n, bool optimize) | |
| void | operator= (const Correlation &objToBeAssigned) |
| void | operator= (Correlation &objToBeAssigned) |
| virtual | ~Correlation () |
| virtual void | computeTransform () |
| virtual fftw_complex * | getTransform () |
| virtual bool | isReadyForTransform () |
| unsigned | transformSize () |
| double * | abs2 () |
Protected Attributes | |
| Dft | dft1_ |
Friends | |
| std::ostream & | operator<< (std::ostream &os, Correlation &obj) |
| Correlation::Correlation | ( | int | n, |
| bool | optimize | ||
| ) |
Constructor.
....................................................................... Constructor.
|
virtual |
Destructor.
....................................................................... Destructor.
| double * Correlation::abs2 | ( | ) |
Return the squared transform |F* x F|
....................................................................... Return the squared tranform
|
virtual |
Compute the transform
....................................................................... Compute the transform
Reimplemented in gcp::util::CrossCorrelation.
|
virtual |
Return a pointer to the transformed data
....................................................................... Return a pointer to the transformed data
Reimplemented in gcp::util::CrossCorrelation.
|
virtual |
Return true if the input array is full
....................................................................... Return true if the input array is full
Reimplemented in gcp::util::CrossCorrelation.
| void Correlation::operator= | ( | const Correlation & | objToBeAssigned | ) |
Const Assignment Operator.
....................................................................... Const Assignment Operator.
| void Correlation::operator= | ( | Correlation & | objToBeAssigned | ) |
Assignment Operator.
....................................................................... Assignment Operator.
| unsigned Correlation::transformSize | ( | ) |
Return the size of the transform
....................................................................... Return the size of the transformed array
|
friend |
Output Operator.