#include <_cxcore.h>
Public Member Functions | |
CvComplex32f () | |
CvComplex32f (float _re, float _im=0) | |
CvComplex32f (const CvComplex64f &v) | |
operator CvComplex64f () const | |
Public Attributes | |
float | re |
float | im |
CvComplex32f::CvComplex32f | ( | ) |
|
explicit |
CvComplex32f::operator CvComplex64f | ( | ) | const |
float CvComplex32f::im |
float CvComplex32f::re |