OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heightSII
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudalegacy/test/
TestIntegralImageSquared.cpp
77
Ncv32u
heightSII
= this->height + 1;
83
NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(), widthSII,
heightSII
);
85
NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII,
heightSII
);
87
NCVMatrixAlloc<Ncv64u> h_imgSII_d(*this->allocatorCPU.get(), widthSII,
heightSII
);
TestRectStdDev.cpp
96
Ncv32u
heightSII
= this->height + 1;
108
NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(), widthSII,
heightSII
);
110
NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII,
heightSII
);
Completed in 179 milliseconds