|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
time average of image More...
#include <imageprocessors.h>


Public Member Functions | |
| AvgImgProc (bool show, float scale, int time) | |
| virtual | ~AvgImgProc () |
| virtual void | initDestImage (Camera::CameraImage &dest, const Camera::CameraImage &src) |
| overload this function and initialise the dest.img and the dest.name More... | |
| virtual void | process (const osg::Image *src, osg::Image *dest) |
| overload this function and do processing here More... | |
Public Member Functions inherited from StdImageProcessor | |
| StdImageProcessor (bool show, float scale) | |
| virtual | ~StdImageProcessor () |
| virtual Camera::CameraImage | init (const Camera::CameraImages &imgs) |
| initialization with all images so far. More... | |
| virtual void | process () |
| perform the image calculation here More... | |
Public Member Functions inherited from ImageProcessor | |
| ImageProcessor () | |
| virtual | ~ImageProcessor () |
Public Attributes | |
| int | time |
| float | factor |
Additional Inherited Members | |
Protected Attributes inherited from StdImageProcessor | |
| Camera::CameraImage | _dest |
| Camera::CameraImage | _src |
time average of image
|
inline |
| time | length of averageing (time=1: no averaging) |
|
inlinevirtual |
|
inlinevirtual |
overload this function and initialise the dest.img and the dest.name
Implements StdImageProcessor.
|
inlinevirtual |
overload this function and do processing here
Implements StdImageProcessor.
| float factor |
| int time |