Home
last modified time | relevance | path

Searched refs:houghLinesProbabilistic_gpu (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp68 …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/
Dhough_segments.cu217 …int houghLinesProbabilistic_gpu(PtrStepSzb mask, PtrStepSzi accum, int4* out, int maxSize, float r… in houghLinesProbabilistic_gpu() function