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
@@ -1610,7 +1610,7 @@ cv::Mat cv::estimateRigidTransform( InputArray src1, InputArray src2, bool fullA
Point2f a[RANSAC_SIZE0];
Point2f b[RANSAC_SIZE0];
// choose random 3 non-complanar points from A & B
// choose random 3 non-coplanar points from A & B
for( i = 0; i < RANSAC_SIZE0; i++ )
{
for( k1 = 0; k1 < RANSAC_MAX_ITERS; k1++ )