
Standard Retina implementation. More...
#include <Neuro/Retina.H>


Public Member Functions | |
| RetinaStd (OptionManager &mgr, const std::string &descrName="RetinaStd", const std::string &tagName="RetinaStd") | |
| Constructor. | |
| virtual | ~RetinaStd () |
| Destructor. | |
Protected Member Functions | |
| virtual Image< PixRGB< byte > > | transform (const Image< PixRGB< byte > > &image) |
| Transform the image after it has already been shifted, cropped, foveated, etc. | |
Standard Retina implementation.
Can do foveation, shifting, framing, etc all inherited from RetinaAdapter.
Definition at line 270 of file Retina.H.
| RetinaStd::RetinaStd | ( | OptionManager & | mgr, | |
| const std::string & | descrName = "RetinaStd", |
|||
| const std::string & | tagName = "RetinaStd" | |||
| ) |
| Image< PixRGB< byte > > RetinaStd::transform | ( | const Image< PixRGB< byte > > & | image | ) | [protected, virtual] |
Transform the image after it has already been shifted, cropped, foveated, etc.
In RetinaStd, this is a no-op
Implements RetinaAdapter.
Definition at line 496 of file Retina.C.
References image.
1.6.3