My Project
Classes | Namespaces | Functions
Line.h File Reference

This file implements a parametrized line. More...

#include "Alvar.h"
#include "Util.h"
#include <opencv2/opencv.hpp>

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...
 

Detailed Description

This file implements a parametrized line.

Definition in file Line.h.