|
The ImageTransferStats class provides information on the connection between ImageProvider and ImageProcessor. More...
#include <VisionX/core/ImageProcessor.h>
Public Member Functions | |
ImageTransferStats () | |
Public Attributes | |
FPSCounter | imageProviderFPS |
Statistics for the images announced by the ImageProvider. More... | |
FPSCounter | pollingFPS |
Statistics for the images polled by the ImageProcessor. More... | |
The ImageTransferStats class provides information on the connection between ImageProvider and ImageProcessor.
Use ImageProcessorBase::getImageTransferStats() in order to retrieve the statistics
Definition at line 441 of file ImageProcessor.h.
|
inline |
FPSCounter imageProviderFPS |
Statistics for the images announced by the ImageProvider.
Definition at line 453 of file ImageProcessor.h.
FPSCounter pollingFPS |
Statistics for the images polled by the ImageProcessor.
Definition at line 458 of file ImageProcessor.h.