Home | History | Annotate | Download | only in test

Lines Matching refs:_D2

1608         Mat _M1, _M2, _D1, _D2;
1611 calibrateCamera( objpt, imgpt2, imgsize, _M2, _D2, _R2, _T2, 0 );
1613 undistortPoints( _imgpt2, _imgpt2, _M2, _D2, Mat(), _M2 );