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

  /external/opencv/cv/src/
cvpgh.cpp 245 int *hist_row = 0; local
255 hist_row = pghi + dist_dim *
284 hist_row[d1]++;
289 hist_row[d1]++;
291 hist_row[d2]++;
  /external/opencv3/modules/cudev/test/
test_reduction.cu 300 int* hist_row = hist.ptr<int>();
306 ++hist_row[src_row[x]];

Completed in 90 milliseconds