Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/test/
H A DTestHaarCascadeApplication.cpp186 NCVMatrixAlloc<Ncv32f> d_rectStdDev(*this->allocatorGPU.get(), this->width, this->height); in process() local
187 ncvAssertReturn(d_rectStdDev.isMemAllocated(), false); in process()
239 d_rectStdDev.ptr(), d_rectStdDev.pitch(), in process()
246 ncvStat = d_rectStdDev.copySolid(h_rectStdDev, 0); in process()
286 d_integralImage, d_rectStdDev, d_pixelMask, in process()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/src/cuda/nvidia/
H A DNCVHaarObjectDetection.cu1554 NCVMatrixAlloc<Ncv32f> d_rectStdDev(gpuAllocator, d_srcImg.width(), d_srcImg.height()); in ncvDetectObjectsMultiScale_device() local
1555 ncvAssertReturn(d_rectStdDev.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvDetectObjectsMultiScale_device()
1687 d_rectStdDev.ptr(), d_rectStdDev.pitch(), in ncvDetectObjectsMultiScale_device()
1696 d_scaledIntegralImage, d_rectStdDev, d_pixelMask, in ncvDetectObjectsMultiScale_device()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/cuda/
H A DNCVHaarObjectDetection.cu1527 NCVMatrixAlloc<Ncv32f> d_rectStdDev(gpuAllocator, d_srcImg.width(), d_srcImg.height()); in ncvDetectObjectsMultiScale_device() local
1528 ncvAssertReturn(d_rectStdDev.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvDetectObjectsMultiScale_device()
1660 d_rectStdDev.ptr(), d_rectStdDev.pitch(), in ncvDetectObjectsMultiScale_device()
1669 d_scaledIntegralImage, d_rectStdDev, d_pixelMask, in ncvDetectObjectsMultiScale_device()