doc typos

This commit is contained in:
Ilya Lavrenov
2014-03-31 19:45:55 +04:00
parent 1f4586f3dd
commit 9b9769169f
7 changed files with 8 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ void cvLevenbergMarquardtOptimization(pointer_LMJac JacobianFunction,
CvMat *X0,CvMat *observRes,CvMat *resultX,
int maxIter,double epsilon)
{
/* This is not sparce method */
/* This is not sparse method */
/* Make optimization using */
/* func - function to compute */
/* uses function to compute jacobian */