1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

improve doc.

This commit is contained in:
KUANG Fangjun
2017-10-30 17:13:59 +01:00
parent 22496742b4
commit 67acfc6e25
7 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ public:
bool checkSubset( InputArray _ms1, InputArray, int count ) const
{
Mat ms1 = _ms1.getMat();
// check colinearity and also check that points are too close
// check collinearity and also check that points are too close
// only ms1 affects actual estimation stability
return !haveCollinearPoints(ms1, count);
}