HomeSort by relevance Sort by last modified time
    Searched defs:ddata (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvhough.cpp 871 float* ddata; local
986 ddata = dist_buf->data.fl;
1020 ddata[j] = _dx*_dx + _dy*_dy;
1025 icvHoughSortDescent32s( sort_buf, nz_count, (int*)ddata );
1027 dist_sum = start_dist = ddata[sort_buf[nz_count-1]];
1030 float d = ddata[sort_buf[j]];
1037 float r_cur = ddata[sort_buf[(j + start_idx)/2]];
    [all...]
  /external/zxing/core/
core.jar 

Completed in 38 milliseconds