HomeSort by relevance Sort by last modified time
    Searched refs:CvComplex64f (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/src/
_cxcore.h 98 struct CvComplex64f;
106 explicit CvComplex32f( const CvComplex64f& v );
109 operator CvComplex64f() const;
112 struct CvComplex64f
116 CvComplex64f() {}
117 CvComplex64f( double _re, double _im=0 ) : re(_re), im(_im) {}
118 explicit CvComplex64f( const CvComplex32f& v );
119 //CvComplex64f( const CvComplex64f& v ) : re(v.re), im(v.im) {}
120 //CvComplex64f& operator = (const CvComplex64f& v ) { re = v.re; im = v.im; return *this;
    [all...]
cxdxt.cpp 227 CvComplex64f w, w1;
247 if( elem_size == sizeof(CvComplex64f) )
248 ((CvComplex64f*)_wave)[0] = CvComplex64f(1.,0.);
368 if( elem_size == sizeof(CvComplex64f) )
370 CvComplex64f* wave = (CvComplex64f*)_wave;
433 icvDFT_64fc( const CvComplex64f* src, CvComplex64f* dst, int n,
435 const CvComplex64f* wave, int tab_size
    [all...]
cxmatmul.cpp     [all...]

Completed in 278 milliseconds