Public Types | |
enum | CHAN { LUM, RG, BY } |
Public Member Functions | |
LGN (OptionManager &mgr, const std::string &descrName="LGN", const std::string &tagName="LGN") | |
Constructor. | |
virtual | ~LGN () |
Destructor. | |
void | init (Dims numCells) |
void | evolve () |
ImageSet< float > | getInput () |
ImageSet< float > | getLGNCells () |
void | setBias (const ImageSet< float > &biasImg) |
Layout< PixRGB< byte > > | getDebugImage () |
Get a the input,stats,and output. | |
Protected Member Functions | |
SIMCALLBACK_DECLARE (LGN, SimEventInputFrame) | |
Callback for when a new input frame is available. | |
SIMCALLBACK_DECLARE (LGN, SimEventSaveOutput) | |
Callback for every time we should save our outputs. | |
Protected Attributes | |
OModelParam< bool > | itsShowDebug |
Should we show our debug info. |
Definition at line 59 of file LGN.H.
LGN::LGN | ( | OptionManager & | mgr, | |
const std::string & | descrName = "LGN" , |
|||
const std::string & | tagName = "LGN" | |||
) |
Get a the input,stats,and output.
Definition at line 229 of file LGN.C.
References inplaceNormalize(), and toRGB().
LGN::SIMCALLBACK_DECLARE | ( | LGN | , | |
SimEventSaveOutput | ||||
) | [protected] |
Callback for every time we should save our outputs.
LGN::SIMCALLBACK_DECLARE | ( | LGN | , | |
SimEventInputFrame | ||||
) | [protected] |
Callback for when a new input frame is available.
OModelParam<bool> LGN::itsShowDebug [protected] |