A template base class with format method. More...
#include <ServerLogpolarFrameGrabber.h>
Public Member Functions | |
| virtual bool | format (const T &buffer, T &formatted) |
| The format method takes a raw buffer image and formats according to the code provided in the format method. | |
A template base class with format method.
Pass this as F argument to the ImageFormatter template.
Definition at line 72 of file ServerLogpolarFrameGrabber.h.
| virtual bool yarp::dev::BaseFormatter< T >::format | ( | const T & | buffer, | |
| T & | formatted | |||
| ) | [inline, virtual] |
The format method takes a raw buffer image and formats according to the code provided in the format method.
| buffer | is the raw input buffer, e.g. an rgb image. | |
| formatted | is the output image of type T. |
Reimplemented in yarp::dev::StdImageFormatter, yarp::dev::LogpolarImageFormatter, and yarp::dev::FovealImageFormatter.
Definition at line 82 of file ServerLogpolarFrameGrabber.h.
{ return false; }
1.7.1