Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/src/cuda/nvidia/
H A DNCVHaarObjectDetection.cu953d_pixelMask.width() >= anchorsRoi.width && d_pixelMask.height() >= anchorsRoi.height && in ncvApplyHaarClassifierCascade_device()
976 …NCVMatrixAlloc<Ncv32u> h_pixelMask(cpuAllocator, d_pixelMask.width, d_pixelMask.height, d_pixelMas… in ncvApplyHaarClassifierCascade_device()
983 …NCVMatrixAlloc<Ncv32u> h_pixelMask_d(cpuAllocator, d_pixelMask.width, d_pixelMask.height, d_pixelM… in ncvApplyHaarClassifierCascade_device()
988 ncvStat = d_pixelMask.copySolid(h_pixelMask, 0); in ncvApplyHaarClassifierCascade_device()
1002 for (Ncv32u j=0; j<d_pixelMask.stride(); j++) in ncvApplyHaarClassifierCascade_device()
1022 …NCVVectorReuse<Ncv32u> d_vecPixelMask(d_pixelMask.getSegment(), anchorsRoi.height * d_pixelMask.st… in ncvApplyHaarClassifierCascade_device()
1188 d_pixelMask.stride(), in ncvApplyHaarClassifierCascade_device()
1258 d_pixelMask.stride(), in ncvApplyHaarClassifierCascade_device()
1319 d_pixelMask.stride(), in ncvApplyHaarClassifierCascade_device()
1354 ncvStat = d_pixelMask.copySolid(h_pixelMask_d, 0); in ncvApplyHaarClassifierCascade_device()
[all …]
H A DNCVHaarObjectDetection.hpp366 NCVMatrixAlloc<Ncv32u> &d_pixelMask,
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/cuda/
H A DNCVHaarObjectDetection.cu909d_pixelMask.width() >= anchorsRoi.width && d_pixelMask.height() >= anchorsRoi.height && in ncvApplyHaarClassifierCascade_device()
936 …NCVMatrixAlloc<Ncv32u> h_pixelMask(cpuAllocator, d_pixelMask.width, d_pixelMask.height, d_pixelMas… in ncvApplyHaarClassifierCascade_device()
943 …NCVMatrixAlloc<Ncv32u> h_pixelMask_d(cpuAllocator, d_pixelMask.width, d_pixelMask.height, d_pixelM… in ncvApplyHaarClassifierCascade_device()
948 ncvStat = d_pixelMask.copySolid(h_pixelMask, 0); in ncvApplyHaarClassifierCascade_device()
962 for (Ncv32u j=0; j<d_pixelMask.stride(); j++) in ncvApplyHaarClassifierCascade_device()
982 …NCVVectorReuse<Ncv32u> d_vecPixelMask(d_pixelMask.getSegment(), anchorsRoi.height * d_pixelMask.st… in ncvApplyHaarClassifierCascade_device()
1148 d_pixelMask.stride(), in ncvApplyHaarClassifierCascade_device()
1218 d_pixelMask.stride(), in ncvApplyHaarClassifierCascade_device()
1279 d_pixelMask.stride(), in ncvApplyHaarClassifierCascade_device()
1314 ncvStat = d_pixelMask.copySolid(h_pixelMask_d, 0); in ncvApplyHaarClassifierCascade_device()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/test/
H A DTestHaarCascadeApplication.cpp188 NCVMatrixAlloc<Ncv32u> d_pixelMask(*this->allocatorGPU.get(), this->width, this->height); in process() local
189 ncvAssertReturn(d_pixelMask.isMemAllocated(), false); in process()
286 d_integralImage, d_rectStdDev, d_pixelMask, in process()
302 ncvStat = d_pixelMask.copySolid(h_pixelMask_d, 0); in process()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/include/opencv2/cudalegacy/
H A DNCVHaarObjectDetection.hpp390 NCVMatrixAlloc<Ncv32u> &d_pixelMask,