|
Lane and Object Detection
Using OpenCV and YOLOv7
|
The information needed by FrameBuilder to update frame with performance information. More...
#include "Information.hpp"
Public Attributes | |
| double | m_averageFramesPerSecond |
| The average number of frames per second. | |
| double | m_currentFramesPerSecond |
| The current number of frames per second. | |
The information needed by FrameBuilder to update frame with performance information.
Definition at line 86 of file Information.hpp.
| double LaneAndObjectDetection::PerformanceInformation::m_averageFramesPerSecond |
The average number of frames per second.
Definition at line 91 of file Information.hpp.
| double LaneAndObjectDetection::PerformanceInformation::m_currentFramesPerSecond |
The current number of frames per second.
Definition at line 96 of file Information.hpp.