Lane and Object Detection
Using OpenCV and YOLOv7
Loading...
Searching...
No Matches
LaneAndObjectDetection::PerformanceInformation Struct Reference

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.

Detailed Description

The information needed by FrameBuilder to update frame with performance information.

Definition at line 86 of file Information.hpp.

Member Data Documentation

◆ m_averageFramesPerSecond

double LaneAndObjectDetection::PerformanceInformation::m_averageFramesPerSecond

The average number of frames per second.

Definition at line 91 of file Information.hpp.

◆ m_currentFramesPerSecond

double LaneAndObjectDetection::PerformanceInformation::m_currentFramesPerSecond

The current number of frames per second.

Definition at line 96 of file Information.hpp.


The documentation for this struct was generated from the following file: