Home | History | Annotate | Download | only in src

Lines Matching defs:rmat

621         cv::Matx33d rmat;
622 _R.getMat().convertTo(rmat, CV_64F);
623 rvec = Affine3d(rmat).rvec();