#include <LaneDetector.hh>
Public Attributes | |
| LineColor | color |
| color of spline | |
| int | degree |
| degree of spline | |
| CvPoint2D32f | points [4] |
| points in spline | |
| float | score |
| score of spline | |
Spline structure.
Definition at line 47 of file LaneDetector.hh.
color of spline
Definition at line 54 of file LaneDetector.hh.
degree of spline
Definition at line 50 of file LaneDetector.hh.
| CvPoint2D32f LaneDetector::Spline::points[4] |
points in spline
Definition at line 52 of file LaneDetector.hh.
score of spline
Definition at line 56 of file LaneDetector.hh.