Searched refs:linesGetResult (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | hough_lines.cu | 149 …__global__ void linesGetResult(const PtrStepSzi accum, float2* out, int* votes, const int maxSize,… in linesGetResult() function 187 cudaSafeCall( cudaFuncSetCacheConfig(linesGetResult, cudaFuncCachePreferL1) ); in linesGetResult_gpu() 189 …linesGetResult<<<grid, block>>>(accum, out, votes, maxSize, rho, theta, threshold, accum.cols - 2); in linesGetResult_gpu()
|