mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
spelling fixes
This commit is contained in:
@@ -120,7 +120,7 @@ public:
|
||||
\f[(minVal, minVal*step, minVal*{step}^2, \dots, minVal*{logStep}^n),\f]
|
||||
where \f$n\f$ is the maximal index satisfying
|
||||
\f[\texttt{minVal} * \texttt{logStep} ^n < \texttt{maxVal}\f]
|
||||
The grid is logarithmic, so logStep must always be greater then 1. Default value is 1.
|
||||
The grid is logarithmic, so logStep must always be greater than 1. Default value is 1.
|
||||
*/
|
||||
CV_PROP_RW double logStep;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user