Searched defs:LONG_DIST (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvdistransform.cpp146 const int LONG_DIST = CV_FLT_TO_FIX( metrics[2], ICV_DIST_SHIFT ); local
170 int t0 = tmp[j-step*2-1] + LONG_DIST;
171 int t = tmp[j-step*2+1] + LONG_DIST;
173 t = tmp[j-step-2] + LONG_DIST;
181 t = tmp[j-step+2] + LONG_DIST;
201 int t = tmp[j+step*2+1] + LONG_DIST;
203 t = tmp[j+step*2-1] + LONG_DIST;
205 t = tmp[j+step+2] + LONG_DIST;
213 t = tmp[j+step-2] + LONG_DIST;
237 const int LONG_DIST local
[all...]

Completed in 89 milliseconds