cv::Complex< _Tp > Class Template Reference
#include <core.hpp>
List of all members.
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().
Constructor & Destructor Documentation
Member Function Documentation
template<typename _Tp >
template<typename T2 >
conversion to another data type
template<typename _Tp>
cv::Complex< _Tp >::operator std::complex< _Tp > |
( |
|
) |
const |
conversion to std::complex
Member Data Documentation
The documentation for this class was generated from the following files:
- /home/grier/opencv/opencv/modules/core/include/opencv2/core/core.hpp
- /home/grier/opencv/opencv/modules/core/include/opencv2/core/operations.hpp