Home | History | Annotate | Download | only in test

Lines Matching refs:_M1

1608         Mat _M1, _M2, _D1, _D2;
1610 calibrateCamera( objpt, imgpt1, imgsize, _M1, _D1, _R1, _T1, 0 );
1612 undistortPoints( _imgpt1, _imgpt1, _M1, _D1, Mat(), _M1 );