Searched refs:linesAccum_gpu (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_segments.cpp | 63 …void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta,… 164 …linesAccum_gpu(srcPoints, pointsCount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.… in detect()
|
D | hough_lines.cpp | 63 …void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta,… 160 …linesAccum_gpu(srcPoints, pointsCount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.… in detect()
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | hough_lines.cu | 129 …void linesAccum_gpu(const unsigned int* list, int count, PtrStepSzi accum, float rho, float theta,… in linesAccum_gpu() function
|