Fixed typos in comments

This commit is contained in:
unknown
2014-06-26 14:17:57 +02:00
parent 1138fbb940
commit ade46bd428
12 changed files with 54 additions and 54 deletions

View File

@@ -377,7 +377,7 @@ int icvComCoeffForLine( CvPoint2D64d point1,
camMatr2,
&directS4);
/* Create convertion for camera 2: two direction and camera point */
/* Create conversion for camera 2: two direction and camera point */
double convRotMatr[9];
double convTransVect[3];
@@ -1928,7 +1928,7 @@ void icvGetCutPiece( CvVect64d areaLineCoef1,CvVect64d areaLineCoef2,
if( numPoints < 2 )
{
*result = 0;
return;/* Error. Not enought points */
return;/* Error. Not enough points */
}
/* Project all points to middle line and get max and min */