Home
last modified time | relevance | path

Searched refs:EpsStep (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/test/
Dtest_approxpoly.cpp294 float dDiam, Eps, EpsStep; in run() local
318 EpsStep = dDiam / IntervalsCount ; in run()
319 for( Eps = EpsStep ; Eps < dDiam ; Eps += EpsStep ) in run()