mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
Merge pull request #1496 from shawke:patch-1
This commit is contained in:
commit
e1f55c3fcc
@ -282,6 +282,7 @@ public:
|
||||
*/
|
||||
typedef Size_<int> Size2i;
|
||||
typedef Size_<float> Size2f;
|
||||
typedef Size_<double> Size2d;
|
||||
typedef Size2i Size;
|
||||
|
||||
/*!
|
||||
@ -349,7 +350,10 @@ public:
|
||||
/*!
|
||||
\typedef
|
||||
*/
|
||||
typedef Rect_<int> Rect;
|
||||
typedef Rect_<int> Rect2i;
|
||||
typedef Rect_<float> Rect2f;
|
||||
typedef Rect_<double> Rect2d;
|
||||
typedef Rect2i Rect;
|
||||
|
||||
/*!
|
||||
traits
|
||||
|
Loading…
Reference in New Issue
Block a user