Home
last modified time | relevance | path

Searched refs:linesAccum_gpu (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp63 …void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta,…
164linesAccum_gpu(srcPoints, pointsCount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.… in detect()
Dhough_lines.cpp63 …void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta,…
160linesAccum_gpu(srcPoints, pointsCount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.… in detect()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dhough_lines.cu129 …void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta,… in linesAccum_gpu() function