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.h872 CV_INLINE CvRect cvRect( int x, int y, int width, int height ) in cvRect() function
882 CV_INLINE CvRect cvRect(const cv::Rect& rc) { return cvRect(rc.x, rc.y, rc.width, rc.height); } in cvRect() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dtypes_c.h872 CV_INLINE CvRect cvRect( int x, int y, int width, int height ) in cvRect() function
882 CV_INLINE CvRect cvRect(const cv::Rect& rc) { return cvRect(rc.x, rc.y, rc.width, rc.height); } in cvRect() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dtypes_c.h872 CV_INLINE CvRect cvRect( int x, int y, int width, int height ) in cvRect() function
882 CV_INLINE CvRect cvRect(const cv::Rect& rc) { return cvRect(rc.x, rc.y, rc.width, rc.height); } in cvRect() function