OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dist_labels
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudalegacy/perf/
perf_labeling.cpp
93
int*
dist_labels
= (int*)labels.data;
local
103
if (
dist_labels
[j * pitch + i] != -1) continue;
109
dist_labels
[j * pitch + i] = cc;
113
int* dl = &
dist_labels
[p.y * pitch + p.x];
/external/opencv3/modules/cudalegacy/test/
test_labeling.cpp
85
int*
dist_labels
= (int*)labels.data;
local
96
if (
dist_labels
[j * pitch + i] != -1) continue;
102
dist_labels
[j * pitch + i] = cc;
106
int* dl = &
dist_labels
[p.y * pitch + p.x];
Completed in 58 milliseconds