Home
last modified time | relevance | path

Searched refs:hist_row (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvpgh.cpp245 int *hist_row = 0; in icvCalcPGH() local
255 hist_row = pghi + dist_dim * in icvCalcPGH()
284 hist_row[d1]++; in icvCalcPGH()
289 hist_row[d1]++; in icvCalcPGH()
291 hist_row[d2]++; in icvCalcPGH()
/external/opencv3/modules/cudev/test/
Dtest_reduction.cu300 int* hist_row = hist.ptr<int>(); in calcHistGold() local
306 ++hist_row[src_row[x]]; in calcHistGold()