Home | History | Annotate | Download | only in src

Lines Matching full:distance

64     float *distance;
90 distance = (float *) cvAlloc( n * sizeof( float ));
128 which satisfy distance constraint >dmin */
171 distance[(i + i_plus) % n] = cvSqrt( dist_r );
224 distance[ind] = cvSqrt( dist_l );
254 a = distance[leftind];
261 float b = distance[ind];
317 cvFree( &distance );
326 cvFree( &distance );
348 // [0] - minimal distance
349 // [1] - maximal distance
350 // [2] - neighborhood distance (must be not greater than dmaximal distance)