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