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

  /external/opencv/cxcore/src/
cxjacobieigens.cpp 45 // Names: icvJacobiEigens_32f, icvJacobiEigens_64d
69 icvJacobiEigens_32f(float *A, float *V, float *E, int n, float eps)
409 IPPI_CALL( icvJacobiEigens_32f( src->data.fl,
  /external/opencv/cvaux/src/
cveigenobjects.cpp 45 icvJacobiEigens_32f(float *A, float *V, float *E, int n, float eps)
657 r = icvJacobiEigens_32f( c, ev, eigVals, nObjects, 0.0f );
    [all...]

Completed in 60 milliseconds