![]() |
My Project
|
Struct representing a line. The line is parametrized by its center and direction vector. More...
#include <Line.h>
Public Member Functions | |
Line (const cv::Vec4f ¶ms) | |
Constructor. More... | |
Public Attributes | |
PointDouble | c |
Line center. | |
PointDouble | s |
Direction vector. | |
Struct representing a line. The line is parametrized by its center and direction vector.
Line | ( | const cv::Vec4f & | params | ) |
Constructor.
params | params[0] and params[1] are the x and y components of the direction vector, params[2] and params[3] are the x and y coordinates of the line center. |