MIRA
|
Provides multidimensional rectangle templates. More...
Go to the source code of this file.
Classes | |
class | RectBase< T, D, Derived > |
The base class for rectangles. More... | |
class | Rect< T, D > |
Rect class for defining rectangles. More... | |
class | Rect< T, 2 > |
Specialization for 2D. More... | |
class | Rect< T, 3 > |
Specialization for 3D. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Typedefs | |
typedef Rect< int, 2 > | Rect2i |
A 2D rect with integer precision. More... | |
typedef Rect< float, 2 > | Rect2f |
A 2D rect with floating point precision. More... | |
typedef Rect< double, 2 > | Rect2d |
A 2D rect with 64 bit floating point precision. More... | |
typedef Rect< int, 3 > | Box3i |
A 3D box with integer precision. More... | |
typedef Rect< float, 3 > | Box3f |
A 3D box with floating point precision. More... | |
typedef Rect< double, 3 > | Box3d |
A 3D box with 64 bit floating point precision. More... | |
Provides multidimensional rectangle templates.