Commit 9ad0dcb5 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6987 from tomoaki0705:fixTypoCalib3d

parents 52444bf8 ce66de8e
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment