Searched refs:h_imgSII (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestIntegralImageSquared.cpp | 85 NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); in process() local 86 ncvAssertReturn(h_imgSII.isMemAllocated(), false); in process() 114 h_imgSII.ptr(), h_imgSII.pitch(), in process() 128 if (h_imgSII.ptr()[h_imgSII.stride()*i+j] != h_imgSII_d.ptr()[h_imgSII_d.stride()*i+j]) in process()
|
D | TestRectStdDev.cpp | 110 NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); in process() local 111 ncvAssertReturn(h_imgSII.isMemAllocated(), false); in process() 165 h_imgSII.ptr(), h_imgSII.pitch(), in process() 170 h_imgSII.ptr(), h_imgSII.pitch(), in process()
|