OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heightII
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudalegacy/test/
TestIntegralImage.cpp
83
Ncv32u
heightII
= this->height + 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
94
Ncv32u
heightII
= this->height + 1;
103
NCVMatrixAlloc<Ncv32u> d_imgII(*this->allocatorGPU.get(), widthII,
heightII
);
105
NCVMatrixAlloc<Ncv32u> h_imgII(*this->allocatorCPU.get(), widthII,
heightII
);
Completed in 56 milliseconds