Home | History | Annotate | Download | only in opencv2

Lines Matching refs:logStep

120     \f[(minVal, minVal*step, minVal*{step}^2, \dots,  minVal*{logStep}^n),\f]
122 \f[\texttt{minVal} * \texttt{logStep} ^n < \texttt{maxVal}\f]
123 The grid is logarithmic, so logStep must always be greater then 1. Default value is 1.
125 double logStep;