Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu1469 __global__ void growDetectionsKernel(Ncv32u *pixelMask, Ncv32u numElements, in growDetectionsKernel() function
1527 growDetectionsKernel<<<grid, block, 0, cuStream>>>(pixelMask.ptr(), numDetsToCopy, in ncvGrowDetectionsVector_device()