Searched defs:CvComplex64f (Results 1 – 1 of 1) sorted by relevance
112 struct CvComplex64f struct116 CvComplex64f() {} in CvComplex64f() function117 CvComplex64f( double _re, double _im=0 ) : re(_re), im(_im) {} in re() argument125 inline CvComplex64f::CvComplex64f( const CvComplex32f& v ) : re(v.re), im(v.im) {} in CvComplex64f() function189 inline CvComplex32f::operator CvComplex64f() const in CvComplex64f() function