Lane and Object Detection
Using OpenCV and YOLOv7
|
The information needed by FrameBuilder to update frame with video manager information. More...
#include "Information.hpp"
Public Attributes | |
std::string | m_debugModeText |
Text to display whether or not the program is in debug mode. | |
std::string | m_saveOutputElapsedTime |
The time that has elapsed since starting to save the output video stream locally. | |
std::string | m_saveOutputText |
Text to display whether or not the program is recording the output. | |
bool | m_debugMode |
Whether in debug mode. | |
bool | m_saveOutput |
Whether the output video stream should be saved locally. |
The information needed by FrameBuilder to update frame with video manager information.
Definition at line 102 of file Information.hpp.
std::string LaneAndObjectDetection::VideoManagerInformation::m_debugModeText |
Text to display whether or not the program is in debug mode.
Definition at line 107 of file Information.hpp.
std::string LaneAndObjectDetection::VideoManagerInformation::m_saveOutputElapsedTime |
The time that has elapsed since starting to save the output video stream locally.
Definition at line 112 of file Information.hpp.
std::string LaneAndObjectDetection::VideoManagerInformation::m_saveOutputText |
Text to display whether or not the program is recording the output.
Definition at line 117 of file Information.hpp.
bool LaneAndObjectDetection::VideoManagerInformation::m_debugMode |
Whether in debug mode.
Definition at line 122 of file Information.hpp.
bool LaneAndObjectDetection::VideoManagerInformation::m_saveOutput |
Whether the output video stream should be saved locally.
Definition at line 127 of file Information.hpp.