Home
last modified time | relevance | path

Searched defs:CvComplex32f (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
D_cxcore.h100 struct CvComplex32f struct
104 CvComplex32f() {} in CvComplex32f() argument
105 CvComplex32f( float _re, float _im=0 ) : re(_re), im(_im) {} in re() argument
124 inline CvComplex32f::CvComplex32f( const CvComplex64f& v ) : re((float)v.re), im((float)v.im) {} in CvComplex32f() function
251 inline CvComplex64f::operator CvComplex32f() const in CvComplex32f() function