Lane and Object Detection
Using OpenCV and YOLOv7
Loading...
Searching...
No Matches
main.cpp
1
#include <string>
2
#include <vector>
3
4
#include "helpers/VideoManager.hpp"
5
6
int
main(
int
argc,
char
* argv[])
7
{
8
LaneAndObjectDetection::VideoManager
videoManager(std::vector<std::string>(argv, argv + argc));
9
videoManager.RunLaneAndObjectDetector();
10
}
LaneAndObjectDetection::VideoManager
Orchestration class which reads the input, runs the lane and object detectors, displays the detected ...
Definition
VideoManager.hpp:29
source
main.cpp
Generated on
for Lane and Object Detection by
1.14.0