Home
last modified time | relevance | path

Searched refs:h_norm_d (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestRectStdDev.cpp117 NCVMatrixAlloc<Ncv32f> h_norm_d(*this->allocatorCPU.get(), normWidth, normHeight); in process() local
118 ncvAssertReturn(h_norm_d.isMemAllocated(), false); in process()
156 ncvStat = d_norm.copySolid(h_norm_d, 0); in process()
186 … Ncv64f absErr = fabs(h_norm.ptr()[h_norm.stride()*i+j] - h_norm_d.ptr()[h_norm_d.stride()*i+j]); in process()