Home | History | Annotate | Download | only in src

Lines Matching refs:iM

99         cv::Mat iM;
100 invertAffineTransform(M, iM);
101 iM.convertTo(coeffsMat, coeffsMat.type());
128 cv::Mat iM;
129 invert(M, iM);
130 iM.convertTo(coeffsMat, coeffsMat.type());
309 cv::Mat iM;
310 invertAffineTransform(M, iM);
311 iM.convertTo(coeffsMat, coeffsMat.type());
448 cv::Mat iM;
449 invert(M, iM);
450 iM.convertTo(coeffsMat, coeffsMat.type());