Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCVHaarObjectDetection.hpp427 Ncv32u totalMaxDetections,
438 Ncv32u totalMaxDetections,
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu1487 Ncv32u totalMaxDetections, in ncvGrowDetectionsVector_device() argument
1502 ncvAssertReturn(totalMaxDetections <= hypotheses.length() && in ncvGrowDetectionsVector_device()
1504 totalMaxDetections <= totalMaxDetections, NCV_INCONSISTENT_INPUT); in ncvGrowDetectionsVector_device()
1514 if (totalDetections + numPixelMaskDetections > totalMaxDetections) in ncvGrowDetectionsVector_device()
1517 numDetsToCopy = totalMaxDetections - totalDetections; in ncvGrowDetectionsVector_device()
2072 Ncv32u totalMaxDetections, in ncvGrowDetectionsVector_host() argument
2082 ncvAssertReturn(totalMaxDetections <= hypotheses.length() && in ncvGrowDetectionsVector_host()
2084 totalMaxDetections <= totalMaxDetections, NCV_INCONSISTENT_INPUT); in ncvGrowDetectionsVector_host()
2094 if (totalDetections + numPixelMaskDetections > totalMaxDetections) in ncvGrowDetectionsVector_host()
2097 numDetsToCopy = totalMaxDetections - totalDetections; in ncvGrowDetectionsVector_host()