Searched defs:CvComplex32f (Results 1 – 1 of 1) sorted by relevance
100 struct CvComplex32f struct104 CvComplex32f() {} in CvComplex32f() argument105 CvComplex32f( float _re, float _im=0 ) : re(_re), im(_im) {} in re() argument124 inline CvComplex32f::CvComplex32f( const CvComplex64f& v ) : re((float)v.re), im((float)v.im) {} in CvComplex32f() function251 inline CvComplex64f::operator CvComplex32f() const in CvComplex32f() function