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

  /external/opencv/cvaux/src/
cvfindhandregion.cpp 287 int j_left, j_right; local
514 j_right = (int) (jmax - (nbins - right - 1) * bsizej);
517 j_right = abs( j_right - jc );
519 if( j_left <= j_right )
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 399 JacobiRotation<RealScalar> *j_right)
419 j_right->makeJacobi(m,0,1);
420 *j_left = rot1 * j_right->transpose();
773 JacobiRotation<RealScalar> j_left, j_right; local
    [all...]

Completed in 157 milliseconds