mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Merge pull request #6987 from tomoaki0705:fixTypoCalib3d
This commit is contained in:
commit
9ad0dcb57f
@ -158,7 +158,7 @@ public:
|
|||||||
rvec(_rvec), tvec(_tvec) {}
|
rvec(_rvec), tvec(_tvec) {}
|
||||||
|
|
||||||
/* Pre: True */
|
/* 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
|
int runKernel( InputArray _m1, InputArray _m2, OutputArray _model ) const
|
||||||
{
|
{
|
||||||
Mat opoints = _m1.getMat(), ipoints = _m2.getMat();
|
Mat opoints = _m1.getMat(), ipoints = _m2.getMat();
|
||||||
|
Loading…
Reference in New Issue
Block a user