#include <ImageBrightnessEstimator.h>
Inheritance diagram for ImageBrightnessEstimator:


Public Member Functions | |
| ImageBrightnessEstimator (const SpecialVisionInterfaces &interfaces) | |
| Constructor. | |
| virtual void | execute () |
| Executes the module and estimates the overall image brightness. | |
Definition at line 17 of file ImageBrightnessEstimator.h.
|
|
Constructor.
Definition at line 14 of file ImageBrightnessEstimator.cpp. |
|
|
Executes the module and estimates the overall image brightness.
Reimplemented from Module. Definition at line 19 of file ImageBrightnessEstimator.cpp. References Image::cameraInfo, SpecialPercept::estimatedImageBrightness, Image::image, CameraInfo::resolutionHeight, CameraInfo::resolutionWidth, and SpecialPercept::type. Referenced by DefaultSpecialVision::execute(). |
1.3.6