|
MIRA
|
A class for a n-dimensional line. More...


Go to the source code of this file.
Classes | |
| class | Line< T, D > |
| Represents a line segment that is spanned by two given points. More... | |
| class | IsCheapToCopy< Line2i > |
| class | IsCheapToCopy< Line3i > |
| class | IsCheapToCopy< Line2f > |
| class | IsCheapToCopy< Line3f > |
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Typedefs | |
| typedef Line< int, 2 > | Line2i |
| A 2D integer line. More... | |
| typedef Line< int, 3 > | Line3i |
| A 3D integer line. More... | |
| typedef Line< float, 2 > | Line2f |
| A 2D 32 bit floating precision line. More... | |
| typedef Line< float, 3 > | Line3f |
| A 3D 32 bit floating precision line. More... | |
A class for a n-dimensional line.
1.8.14