HomeSort by relevance Sort by last modified time
    Searched refs:szTmpBufIntegral (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudalegacy/test/
TestHaarCascadeApplication.cpp 201 Ncv32u szTmpBufIntegral, szTmpBufSqIntegral;
202 nppStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &szTmpBufIntegral, this->devProp);
206 NCVVectorAlloc<Ncv8u> d_tmpIIbuf(*this->allocatorGPU.get(), std::max(szTmpBufIntegral, szTmpBufSqIntegral));
222 d_tmpIIbuf.ptr(), szTmpBufIntegral, this->devProp);
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu     [all...]

Completed in 65 milliseconds