HomeSort by relevance Sort by last modified time
    Searched refs:widthII (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudalegacy/test/
TestIntegralImage.cpp 82 Ncv32u widthII = this->width + 1;
89 NCVMatrixAlloc<T_out> d_imgII(*this->allocatorGPU.get(), widthII, heightII);
91 NCVMatrixAlloc<T_out> h_imgII(*this->allocatorCPU.get(), widthII, heightII);
93 NCVMatrixAlloc<T_out> h_imgII_d(*this->allocatorCPU.get(), widthII, heightII);
TestRectStdDev.cpp 93 Ncv32u widthII = this->width + 1;
103 NCVMatrixAlloc<Ncv32u> d_imgII(*this->allocatorGPU.get(), widthII, heightII);
105 NCVMatrixAlloc<Ncv32u> h_imgII(*this->allocatorCPU.get(), widthII, heightII);

Completed in 2223 milliseconds