MIRA
|
A class for a n-dimensional line. More...
#include <geometry/Point.h>
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... | |
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.