Home
last modified time | relevance | path

Searched defs:CvRect (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dtypes_c.h841 typedef struct CvRect struct
849 CvRect() __attribute__(( warning("Non-initialized variable") )) {}; in CvRect() function
850 template<typename _Tp> CvRect(const std::initializer_list<_Tp> list) in CvRect() argument
860 CvRect(int _x = 0, int _y = 0, int w = 0, int h = 0): x(_x), y(_y), width(w), height(h) {} in x() argument
862CvRect(const cv::Rect_<_Tp>& r): x(cv::saturate_cast<int>(r.x)), y(cv::saturate_cast<int>(r.y)), w… in CvRect() argument
869 CvRect; typedef
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dtypes_c.h841 typedef struct CvRect struct
849 CvRect() __attribute__(( warning("Non-initialized variable") )) {}; in CvRect() argument
850 template<typename _Tp> CvRect(const std::initializer_list<_Tp> list) in CvRect() function
860 CvRect(int _x = 0, int _y = 0, int w = 0, int h = 0): x(_x), y(_y), width(w), height(h) {} in x() argument
862CvRect(const cv::Rect_<_Tp>& r): x(cv::saturate_cast<int>(r.x)), y(cv::saturate_cast<int>(r.y)), w… in CvRect() argument
869 CvRect; typedef
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dtypes_c.h841 typedef struct CvRect struct
849 CvRect() __attribute__(( warning("Non-initialized variable") )) {}; in CvRect() argument
850 template<typename _Tp> CvRect(const std::initializer_list<_Tp> list) in CvRect() argument
860 CvRect(int _x = 0, int _y = 0, int w = 0, int h = 0): x(_x), y(_y), width(w), height(h) {} in x() argument
862CvRect(const cv::Rect_<_Tp>& r): x(cv::saturate_cast<int>(r.x)), y(cv::saturate_cast<int>(r.y)), w… in CvRect() function
869 CvRect; typedef