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

/external/opencv/cv/src/
H A Dcvdistransform.cpp73 const int DIAG_DIST = CV_FLT_TO_FIX( metrics[1], ICV_DIST_SHIFT ); local
97 int t0 = tmp[j-step-1] + DIAG_DIST;
100 t = tmp[j-step+1] + DIAG_DIST;
120 int t = tmp[j+step+1] + DIAG_DIST;
124 t = tmp[j+step-1] + DIAG_DIST;
145 const int DIAG_DIST = CV_FLT_TO_FIX( metrics[1], ICV_DIST_SHIFT ); local
175 t = tmp[j-step-1] + DIAG_DIST;
179 t = tmp[j-step+1] + DIAG_DIST;
207 t = tmp[j+step+1] + DIAG_DIST;
211 t = tmp[j+step-1] + DIAG_DIST;
236 const int DIAG_DIST = CV_FLT_TO_FIX( metrics[1], ICV_DIST_SHIFT ); local
[all...]

Completed in 181 milliseconds