Searched refs:houghLinesProbabilistic_gpu (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_segments.cpp | 68 …int houghLinesProbabilistic_gpu(PtrStepSzb mask, PtrStepSzi accum, int4* out, int maxSize, float r… 168 …int linesCount = houghLinesProbabilistic_gpu(src, accum_, result_.ptr<int4>(), maxLines_, rho_, th… in detect()
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | hough_segments.cu | 217 …int houghLinesProbabilistic_gpu(PtrStepSzb mask, PtrStepSzi accum, int4* out, int maxSize, float r… in houghLinesProbabilistic_gpu() function
|