Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestResize.cpp85 Ncv32s smallHeight = this->height / this->scaleFactor; in process() local
86 if (smallWidth == 0 || smallHeight == 0) in process()
98 NCVMatrixAlloc<T> d_small(*this->allocatorGPU.get(), smallWidth, smallHeight); in process()
100 NCVMatrixAlloc<T> h_small(*this->allocatorCPU.get(), smallWidth, smallHeight); in process()
102 NCVMatrixAlloc<T> h_small_d(*this->allocatorCPU.get(), smallWidth, smallHeight); in process()
/external/opencv3/modules/calib3d/src/
Dcirclesgrid.cpp704 size_t smallHeight = (size_t)floor(patternSize.height / 2.); in isDetectionCorrect() local
706 size_t sw = smallWidth, sh = smallHeight, lw = largeWidth, lh = largeHeight; in isDetectionCorrect()
711 if (smallHoles->size() != smallHeight) in isDetectionCorrect()
747 return (vertices.size() == largeHeight * largeWidth + smallHeight * smallWidth); in isDetectionCorrect()