Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestRectStdDev.cpp89 Ncv32u normWidth = (Ncv32u)_normWidth; in process() local
91 NcvSize32u szNormRoi(normWidth, normHeight); in process()
113 NCVMatrixAlloc<Ncv32f> d_norm(*this->allocatorGPU.get(), normWidth, normHeight); in process()
115 NCVMatrixAlloc<Ncv32f> h_norm(*this->allocatorCPU.get(), normWidth, normHeight); in process()
117 NCVMatrixAlloc<Ncv32f> h_norm_d(*this->allocatorCPU.get(), normWidth, normHeight); in process()