Home
last modified time | relevance | path

Searched defs:GreedyLabeling (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudalegacy/perf/
Dperf_labeling.cpp51 struct GreedyLabeling struct
53 struct dot
82 GreedyLabeling(cv::Mat img) in GreedyLabeling() argument
85 ~GreedyLabeling(){delete[] stack;} in ~GreedyLabeling() argument
87 void operator() (cv::Mat labels) const in operator ()()
139 cv::Mat image;
140 cv::Mat _labels;
141 dot* stack;
/external/opencv3/modules/cudalegacy/test/
Dtest_labeling.cpp49 struct GreedyLabeling struct
51 struct dot
63 struct InInterval
75 GreedyLabeling(cv::Mat img) in GreedyLabeling() function
78 void operator() (cv::Mat labels) const in operator ()()
133 void checkCorrectness(cv::Mat gpu) in checkCorrectness()
149 cv::Mat image;
150 cv::Mat _labels;