Searched refs:tempdist (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dthresh.cpp1069 double a, b, dist = 0, tempdist; local
1078 tempdist = a*i + b*h[i];
1079 if( tempdist > dist)
1081 dist = tempdist;

Completed in 75 milliseconds