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

  /external/opencv3/modules/cudalegacy/test/
TestHaarCascadeApplication.cpp 200 NCVStatus nppStat;
202 nppStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &szTmpBufIntegral, this->devProp);
203 ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
204 nppStat = nppiStSqrIntegralGetSize_8u64u(NcvSize32u(this->width, this->height), &szTmpBufSqIntegral, this->devProp);
205 ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
219 nppStat = nppiStIntegral_8u32u_C1R(d_img.ptr(), d_img.pitch(),
223 ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
225 nppStat = nppiStSqrIntegral_8u64u_C1R(d_img.ptr(), d_img.pitch(),
229 ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
236 nppStat = nppiStRectStdDev_32f_C1R
    [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu     [all...]

Completed in 275 milliseconds