Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestIntegralImage.cpp83 Ncv32u heightII = this->height + 1; in process() local
89 NCVMatrixAlloc<T_out> d_imgII(*this->allocatorGPU.get(), widthII, heightII); in process()
91 NCVMatrixAlloc<T_out> h_imgII(*this->allocatorCPU.get(), widthII, heightII); in process()
93 NCVMatrixAlloc<T_out> h_imgII_d(*this->allocatorCPU.get(), widthII, heightII); in process()
DTestRectStdDev.cpp94 Ncv32u heightII = this->height + 1; in process() local
103 NCVMatrixAlloc<Ncv32u> d_imgII(*this->allocatorGPU.get(), widthII, heightII); in process()
105 NCVMatrixAlloc<Ncv32u> h_imgII(*this->allocatorCPU.get(), widthII, heightII); in process()