lix19937 / ocr

OCR related
0 stars 0 forks source link

cv::Rect(x, y, w, h) order #14

Open lix19937 opened 1 month ago

lix19937 commented 1 month ago

https://docs.opencv.org/3.4/d2/d44/classcv_1_1Rect__.html#a5a41149f4b012b9f323b5913454375a1

template<typename _Tp>
cv::Rect_< _Tp >::Rect_ | ( | _Tp | _x, -- | -- | -- | --   |   | _Tp | _y,   |   | _Tp | _width,   |   | _Tp | _height   | )
template<typename _Tp>

template [cv::Rect_](https://docs.opencv.org/3.4/d2/d44/classcv_1_1Rect__.html)< _Tp >::[Rect_](https://docs.opencv.org/3.4/d2/d44/classcv_1_1Rect__.html) ( _Tp _x, _Tp _y, _Tp _width, _Tp _height )
cv::Rect_< _Tp >::Rect_(_Tp _x,
_Tp _y,
_Tp _width,
_Tp _height 
)