Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestHaarCascadeApplication.cpp192 NCVMatrixAlloc<Ncv32u> h_pixelMask(*this->allocatorCPU.get(), this->width, this->height); in process() local
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu1022 …NCVMatrixAlloc<Ncv32u> h_pixelMask(cpuAllocator, d_pixelMask.width, d_pixelMask.height, d_pixelMas… in ncvApplyHaarClassifierCascade_device() local
1906 NCVMatrixAlloc<Ncv32u> &h_pixelMask, in ncvApplyHaarClassifierCascade_host()