Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dtypes.hpp374 template<typename _Tp> class Rect_ class
1662 Rect_<_Tp>::Rect_() in Rect_() function in cv::Rect_
1666 Rect_<_Tp>::Rect_(_Tp _x, _Tp _y, _Tp _width, _Tp _height) in Rect_() function in cv::Rect_
1670 Rect_<_Tp>::Rect_(const Rect_<_Tp>& r) in Rect_() function in cv::Rect_
1674 Rect_<_Tp>::Rect_(const Point_<_Tp>& org, const Size_<_Tp>& sz) in Rect_() function in cv::Rect_
1678 Rect_<_Tp>::Rect_(const Point_<_Tp>& pt1, const Point_<_Tp>& pt2) in Rect_() function in cv::Rect_