![]() |
My Project
|
This file implements a parametrized line. More...
Go to the source code of this file.
Classes | |
struct | Line |
Struct representing a line. The line is parametrized by its center and direction vector. More... | |
Namespaces | |
alvar | |
Main ALVAR namespace. | |
Functions | |
int ALVAR_EXPORT | FitLines (std::vector< Line > &lines, const std::vector< int > &corners, const std::vector< PointInt > &edge) |
Fit lines to vector of points. More... | |
PointDouble ALVAR_EXPORT | Intersection (const Line &l1, const Line &l2) |
Calculates an intersection point of two lines. More... | |
This file implements a parametrized line.
Definition in file Line.h.