Searched refs:nppStat (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestHaarCascadeApplication.cpp | 200 NCVStatus nppStat; in process() local 202 …nppStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &szTmpBufIntegral, th… in process() 203 ncvAssertReturn(nppStat == NPPST_SUCCESS, false); in process() 204 …nppStat = nppiStSqrIntegralGetSize_8u64u(NcvSize32u(this->width, this->height), &szTmpBufSqIntegra… in process() 205 ncvAssertReturn(nppStat == NPPST_SUCCESS, false); in process() 219 nppStat = nppiStIntegral_8u32u_C1R(d_img.ptr(), d_img.pitch(), in process() 223 ncvAssertReturn(nppStat == NPPST_SUCCESS, false); in process() 225 nppStat = nppiStSqrIntegral_8u64u_C1R(d_img.ptr(), d_img.pitch(), in process() 229 ncvAssertReturn(nppStat == NPPST_SUCCESS, false); in process() 236 nppStat = nppiStRectStdDev_32f_C1R( in process() [all …]
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVHaarObjectDetection.cu | 1628 NCVStatus nppStat; in ncvDetectObjectsMultiScale_device() local 1630 …nppStat = nppiStIntegralGetSize_8u32u(NcvSize32u(d_srcImg.width(), d_srcImg.height()), &szTmpBufIn… in ncvDetectObjectsMultiScale_device() 1631 ncvAssertReturnNcvStat(nppStat); in ncvDetectObjectsMultiScale_device() 1632 …nppStat = nppiStSqrIntegralGetSize_8u64u(NcvSize32u(d_srcImg.width(), d_srcImg.height()), &szTmpBu… in ncvDetectObjectsMultiScale_device() 1633 ncvAssertReturnNcvStat(nppStat); in ncvDetectObjectsMultiScale_device() 1639 nppStat = nppiStIntegral_8u32u_C1R(d_srcImg.ptr(), d_srcImg.pitch(), in ncvDetectObjectsMultiScale_device() local 1643 ncvAssertReturnNcvStat(nppStat); in ncvDetectObjectsMultiScale_device() 1645 nppStat = nppiStSqrIntegral_8u64u_C1R(d_srcImg.ptr(), d_srcImg.pitch(), in ncvDetectObjectsMultiScale_device() 1649 ncvAssertReturnNcvStat(nppStat); in ncvDetectObjectsMultiScale_device() 1726 nppStat = nppiStDecimate_32u_C1R( in ncvDetectObjectsMultiScale_device() local [all …]
|