OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smallWidth
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudalegacy/test/
TestResize.cpp
84
Ncv32s
smallWidth
= this->width / this->scaleFactor;
86
if (
smallWidth
== 0 || smallHeight == 0)
98
NCVMatrixAlloc<T> d_small(*this->allocatorGPU.get(),
smallWidth
, smallHeight);
100
NCVMatrixAlloc<T> h_small(*this->allocatorCPU.get(),
smallWidth
, smallHeight);
102
NCVMatrixAlloc<T> h_small_d(*this->allocatorCPU.get(),
smallWidth
, smallHeight);
/external/opencv3/modules/calib3d/src/
circlesgrid.cpp
703
size_t
smallWidth
= patternSize.width;
706
size_t sw =
smallWidth
, sh = smallHeight, lw = largeWidth, lh = largeHeight;
747
return (vertices.size() == largeHeight * largeWidth + smallHeight *
smallWidth
);
[
all
...]
Completed in 77 milliseconds