height 1548 modules/core/include/opencv2/core/types.hpp : width(0), height(0) {} height 1552 modules/core/include/opencv2/core/types.hpp : width(_width), height(_height) {} height 1556 modules/core/include/opencv2/core/types.hpp : width(sz.width), height(sz.height) {} height 1560 modules/core/include/opencv2/core/types.hpp : width(pt.x), height(pt.y) {} height 1663 modules/core/include/opencv2/core/types.hpp : x(0), y(0), width(0), height(0) {} height 1667 modules/core/include/opencv2/core/types.hpp : x(_x), y(_y), width(_width), height(_height) {} height 1671 modules/core/include/opencv2/core/types.hpp : x(r.x), y(r.y), width(r.width), height(r.height) {} height 1675 modules/core/include/opencv2/core/types.hpp : x(org.x), y(org.y), width(sz.width), height(sz.height) {} height 1084 modules/core/misc/java/src/java/core+Mat.java public int height() { height 143 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvRect8u() : x(0), y(0), width(0), height(0) {}; height 144 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvRect8u(Ncv8u x_, Ncv8u y_, Ncv8u width_, Ncv8u height_) : x(x_), y(y_), width(width_), height(height_) {} height 154 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvRect32s() : x(0), y(0), width(0), height(0) {}; height 156 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp : x(x_), y(y_), width(width_), height(height_) {} height 166 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvRect32u() : x(0), y(0), width(0), height(0) {}; height 168 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp : x(x_), y(y_), width(width_), height(height_) {} height 176 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvSize32s() : width(0), height(0) {}; height 177 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvSize32s(Ncv32s width_, Ncv32s height_) : width(width_), height(height_) {} height 185 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvSize32u() : width(0), height(0) {}; height 186 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvSize32u(Ncv32u width_, Ncv32u height_) : width(width_), height(height_) {} height 825 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32u height() const {return this->_height;} height 92 modules/cudalegacy/test/TestHaarCascadeApplication.cpp height(height_) height 53 modules/cudalegacy/test/TestIntegralImage.cpp height(height_) height 52 modules/cudalegacy/test/TestIntegralImageSquared.cpp height(height_) height 53 modules/cudalegacy/test/TestTranspose.cpp height(height_) height 65 modules/imgcodecs/src/grfmt_base.hpp int height() const { return m_height; } height 1091 modules/imgproc/src/min_enclosing_triangle.cpp static double height(const cv::Point2f &polygonPoint, const std::vector<cv::Point2f> &polygon, height 1108 modules/imgproc/src/min_enclosing_triangle.cpp static double height(unsigned int polygonPointIndex, const std::vector<cv::Point2f> &polygon, height 90 modules/videoio/src/cap_ffmpeg_api.hpp typedef struct InputMediaStream_FFMPEG* (*Create_InputMediaStream_FFMPEG_Plugin)(const char* fileName, int* codec, int* chroma_format, int* width, int* height); height 88 modules/videostab/src/frame_source.cpp int height() {return static_cast<int>(vc.get(CAP_PROP_FRAME_HEIGHT));} height 93 modules/videostab/src/frame_source.cpp int height() {return 0;} height 115 modules/videostab/src/frame_source.cpp int VideoFileSource::height() { return ((VideoFileSourceImpl*)impl.get())->height(); }