Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/cuda/
Dhough_lines.cu202 thrust::device_ptr<int> votesPtr(votes); in linesGetResult_gpu() local
203 … thrust::sort_by_key(votesPtr, votesPtr + totalCount, outPtr, thrust::greater<int>()); in linesGetResult_gpu()