opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Complex< _Tp > Class Template Reference

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