Home
last modified time | relevance | path

Searched defs:d_pixelMask (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestHaarCascadeApplication.cpp188 NCVMatrixAlloc<Ncv32u> d_pixelMask(*this->allocatorGPU.get(), this->width, this->height); in process() local
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu959 NCVMatrixAlloc<Ncv32u> &d_pixelMask, in ncvApplyHaarClassifierCascade_device()
1615 NCVMatrixAlloc<Ncv32u> d_pixelMask(gpuAllocator, d_srcImg.width(), d_srcImg.height()); in ncvDetectObjectsMultiScale_device() local