Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dhough_circles.cpp64 int buildCentersList_gpu(PtrStepSzi accum, unsigned int* centers, int threshold);
204 int centersCount = buildCentersList_gpu(accum_, centers, votesThreshold_); in detect()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dhough_circles.cu154 int buildCentersList_gpu(PtrStepSzi accum, unsigned int* centers, int threshold) in buildCentersList_gpu() function