Struct which is used in connectLines, to identify a line at its start and and point. More...
Public Attributes | |
CvPoint2D32f | end |
unsigned int | id |
vector< CvPoint2D32f > | relative |
CvPoint2D32f | start |
Struct which is used in connectLines, to identify a line at its start and and point.
Definition at line 80 of file getLines.h.
CvPoint2D32f portrait_painter::GetLines::Lines::end |
End point of a line.
Definition at line 82 of file getLines.h.
unsigned int portrait_painter::GetLines::Lines::id |
Unique ID to specify the line.
Definition at line 84 of file getLines.h.
vector<CvPoint2D32f> portrait_painter::GetLines::Lines::relative |
Relative points of the line.
Definition at line 83 of file getLines.h.
CvPoint2D32f portrait_painter::GetLines::Lines::start |
Start point of a line.
Definition at line 81 of file getLines.h.