calib3d: fix typo

This commit is contained in:
Tomoaki Teshima 2016-07-26 12:56:10 +09:00
parent 23fd32056e
commit ce66de8e3d

View File

@ -158,7 +158,7 @@ public:
rvec(_rvec), tvec(_tvec) {}
/* Pre: True */
/* Post: compute _model with given points an return number of found models */
/* Post: compute _model with given points and return number of found models */
int runKernel( InputArray _m1, InputArray _m2, OutputArray _model ) const
{
Mat opoints = _m1.getMat(), ipoints = _m2.getMat();