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

  /external/opencv3/modules/calib3d/test/
test_undistort.cpp 348 Mat _rot(3,3,CV_64F);
353 cvtest::Rodrigues(rotation, _rot);
360 _rot.convertTo(test_mat[INPUT][3], test_mat[INPUT][3].type());
393 CvMat _rot = cvMat(3,3,CV_64F,rot); local
400 Mat __rot = cvarrToMat(&_rot);
435 CvMat* input3 = zero_R ? 0 : &_rot;
757 Mat _rot(3,3,CV_64F);
762 cvtest::Rodrigues(rotation, _rot);
764 //cvSetIdentity(_rot);
769 cvtest::convert( _rot, test_mat[INPUT][3], test_mat[INPUT][3].type())
852 CvMat _rot = cvMat(3,3,CV_64F,rot); local
    [all...]
  /external/eigen/blas/
level1_real_impl.h 59 // std::cerr << "_rot " << *n << " " << *incx << " " << *incy << "\n";
  /external/skia/bench/
GameBench.cpp 50 fName.append("_rot");

Completed in 246 milliseconds