Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCVHaarObjectDetection.hpp424 Ncv32u numPixelMaskDetections,
435 Ncv32u numPixelMaskDetections,
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu1484 Ncv32u numPixelMaskDetections, in ncvGrowDetectionsVector_device() argument
1503 numPixelMaskDetections <= pixelMask.length() && in ncvGrowDetectionsVector_device()
1507 Ncv32u numDetsToCopy = numPixelMaskDetections; in ncvGrowDetectionsVector_device()
1514 if (totalDetections + numPixelMaskDetections > totalMaxDetections) in ncvGrowDetectionsVector_device()
2069 Ncv32u numPixelMaskDetections, in ncvGrowDetectionsVector_host() argument
2083 numPixelMaskDetections <= pixelMask.length() && in ncvGrowDetectionsVector_host()
2087 Ncv32u numDetsToCopy = numPixelMaskDetections; in ncvGrowDetectionsVector_host()
2094 if (totalDetections + numPixelMaskDetections > totalMaxDetections) in ncvGrowDetectionsVector_host()