Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lix19937 opened this issue Aug 24, 2024 · 0 comments
Open

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

lix19937 opened this issue Aug 24, 2024 · 0 comments

Comments

@lix19937
Copy link
Owner

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 
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant