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

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

Completed in 487 milliseconds