JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
Store information about the road. More...
#include <jevoisbase/Components/RoadFinder/RoadFinder.H>
Public Attributes | |
std::vector< Line > | lines |
std::vector< int > | lastActiveIndex |
std::vector< Point2D< float > > | lastSeenHorizonPoint |
std::vector< Point2D< float > > | lastSeenLocation |
std::vector< int > | numMatches |
Store information about the road.
Definition at line 134 of file RoadFinder.H.
std::vector<int> RoadModel::lastActiveIndex |
Definition at line 137 of file RoadFinder.H.
Referenced by RoadFinder::resetRoadModel(), and RoadFinder::updateRoadModel().
std::vector<Point2D<float> > RoadModel::lastSeenHorizonPoint |
Definition at line 138 of file RoadFinder.H.
Referenced by RoadFinder::resetRoadModel(), and RoadFinder::updateRoadModel().
std::vector<Point2D<float> > RoadModel::lastSeenLocation |
Definition at line 139 of file RoadFinder.H.
Referenced by RoadFinder::resetRoadModel(), and RoadFinder::updateRoadModel().
std::vector<Line> RoadModel::lines |
Definition at line 136 of file RoadFinder.H.
Referenced by RoadFinder::resetRoadModel(), and RoadFinder::updateRoadModel().
std::vector<int> RoadModel::numMatches |
Definition at line 140 of file RoadFinder.H.
Referenced by RoadFinder::resetRoadModel(), and RoadFinder::updateRoadModel().