Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/perf/
Dperf_labeling.cpp93 int* dist_labels = (int*)labels.data; in operator ()() local
103 if (dist_labels[j * pitch + i] != -1) continue; in operator ()()
109 dist_labels[j * pitch + i] = cc; in operator ()()
113 int* dl = &dist_labels[p.y * pitch + p.x]; in operator ()()
/external/opencv3/modules/cudalegacy/test/
Dtest_labeling.cpp85 int* dist_labels = (int*)labels.data; in operator ()() local
96 if (dist_labels[j * pitch + i] != -1) continue; in operator ()()
102 dist_labels[j * pitch + i] = cc; in operator ()()
106 int* dl = &dist_labels[p.y * pitch + p.x]; in operator ()()