Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gr-peach-opencv-project-sd-card by
Complex< _Tp > Class Template Reference
[Basic structures]
A complex number class. More...
#include <types.hpp>
Public Member Functions | |
Complex () | |
constructors | |
template<typename T2 > | |
operator Complex< T2 > () const | |
conversion to another data type | |
Complex | conj () const |
conjugation |
Detailed Description
template<typename _Tp>
class cv::Complex< _Tp >
A complex number class.
The template class is similar and compatible with std::complex, however it provides slightly more convenient access to the real and imaginary parts using through the simple field access, as opposite to std::complex::real() and std::complex::imag().
Definition at line 73 of file types.hpp.
Constructor & Destructor Documentation
Complex | ( | ) |
constructors
Member Function Documentation
Complex conj | ( | ) | const |
conjugation
operator Complex< T2 > | ( | ) | const |
conversion to another data type
Generated on Tue Jul 12 2022 14:48:01 by
