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

  /external/opencv/cxcore/src/
cxjacobieigens.cpp 193 float Ej = (float) fabs( E[j] );
195 m = (Em < Ej) ? j : m;
196 Em = (Em < Ej) ? Ej : Em;
344 double Ej = fabs( E[j] );
346 m = (Em < Ej) ? j : m;
347 Em = (Em < Ej) ? Ej : Em;
  /external/opencv/cvaux/src/
cveigenobjects.cpp 169 float Ej = (float) fabs( E[j] );
171 m = (Em < Ej) ? j : m;
172 Em = (Em < Ej) ? Ej : Em;
    [all...]

Completed in 41 milliseconds