1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

spelling fixes

This commit is contained in:
klemens
2019-02-09 22:29:54 +01:00
parent f414c16c13
commit 997b7b18af
36 changed files with 50 additions and 50 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ struct CvVectors
#if 0
/* A structure, representing the lattice range of statmodel parameters.
It is used for optimizing statmodel parameters by cross-validation method.
The lattice is logarithmic, so <step> must be greater then 1. */
The lattice is logarithmic, so <step> must be greater than 1. */
typedef struct CvParamLattice
{
double min_val;
@@ -158,7 +158,7 @@ protected:
/* The structure, representing the grid range of statmodel parameters.
It is used for optimizing statmodel accuracy by varying model parameters,
the accuracy estimate being computed by cross-validation.
The grid is logarithmic, so <step> must be greater then 1. */
The grid is logarithmic, so <step> must be greater than 1. */
class CvMLData;