JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
RoadFinder.H File Reference
#include <jevois/Component/Component.H>
#include <jevois/Image/RawImage.H>
#include <opencv2/core/core.hpp>
#include <jevoisbase/Components/RoadFinder/Point2D.H>
#include <opencv2/video/tracking.hpp>
Include dependency graph for RoadFinder.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Segment
 a segment is defined by the two end-points More...
 
struct  VanishingPoint
 Keeps all the supporting information about a specific vanishing point. More...
 
struct  Line
 keeps all the ready to use information of a supporting line as it pertains to describing the road More...
 
struct  RoadModel
 Store information about the road. More...
 
class  RoadFinder
 Navigation by finding road. More...
 

Namespaces

 roadfinder
 

Macros

#define INVT_TYPEDEF_INT64
 
#define INVT_TYPEDEF_UINT64
 

Macro Definition Documentation

◆ INVT_TYPEDEF_INT64

#define INVT_TYPEDEF_INT64

Definition at line 55 of file RoadFinder.H.

◆ INVT_TYPEDEF_UINT64

#define INVT_TYPEDEF_UINT64

Definition at line 56 of file RoadFinder.H.