OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:labelComponents
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/cudalegacy/src/
graphcuts.cpp
51
void cv::cuda::
labelComponents
(const GpuMat&, GpuMat&, int, Stream&) { throw_no_cuda(); }
59
void
labelComponents
(const PtrStepSzb& edges, PtrStepSzi comps, int flags, cudaStream_t stream);
105
void cv::cuda::
labelComponents
(const GpuMat& mask, GpuMat& components, int flags, Stream& s)
115
device::ccl::
labelComponents
(mask, components, flags, stream);
/external/opencv3/modules/cudalegacy/include/opencv2/
cudalegacy.hpp
252
CV_EXPORTS void
labelComponents
(const GpuMat& mask, GpuMat& components, int flags = 0, Stream& stream = Stream::Null());
/external/opencv3/modules/cudalegacy/perf/
perf_labeling.cpp
182
TEST_CYCLE() cv::cuda::
labelComponents
(d_mask, components);
/external/opencv3/modules/cudalegacy/test/
test_labeling.cpp
190
cv::cuda::
labelComponents
(mask, components);
/external/opencv3/modules/cudalegacy/src/cuda/
ccomponetns.cu
499
void
labelComponents
(const PtrStepSzb& edges, PtrStepSzi comps, int flags, cudaStream_t stream)
Completed in 226 milliseconds