RetinaEngine Class
Calculates the firing rate of a neuron based on the stimulus and the receptive field type. More...
Header: | #include <RetinaEngine>
|
Inherits: | NodeEngine. |
Properties
Public Functions
Public Slots
Signals
Reimplemented Protected Functions
virtual void | stepEvent(double dt, bool parentEnabled) |
Detailed Description
Calculates the firing rate of a neuron based on the stimulus and the receptive field type.
Property Documentation
Access functions:
Kernel * | kernel() const |
void | setKernel(Kernel * kernel) |
Notifier signal:
void | kernelChanged(Kernel * kernel) |
plotKernel : bool
Access functions:
bool | plotKernel() const |
void | setPlotKernel(bool plotKernel) |
Notifier signal:
void | plotKernelChanged(bool plotKernel) |
sensitivity : double
Access functions:
double | sensitivity() const |
void | setSensitivity(double sensitivity) |
Notifier signal:
void | sensitivityChanged(double sensitivity) |
Access functions:
VideoSurface * | videoSurface() const |
void | setVideoSurface(VideoSurface * videoSurface) |
Notifier signal:
void | videoSurfaceChanged(VideoSurface * videoSurface) |
Member Function Documentation
RetinaEngine::RetinaEngine()
RetinaEngine::~RetinaEngine()
void RetinaEngine::calculateFiringRate()
QImage RetinaEngine::paintedImage() const
[slot]
void RetinaEngine::receivedImage()
[virtual protected]
void RetinaEngine::stepEvent(double dt, bool parentEnabled)