Searched refs:linesGetResult_gpu (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_lines.cpp | 64 …int linesGetResult_gpu(PtrStepSzi accum, float2* out, int* votes, int maxSize, float rho, float th… 164 …int linesCount = linesGetResult_gpu(accum_, result_.ptr<float2>(0), result_.ptr<int>(1), maxLines_… in detect()
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | hough_lines.cu | 177 …int linesGetResult_gpu(PtrStepSzi accum, float2* out, int* votes, int maxSize, float rho, float th… in linesGetResult_gpu() function
|