TarzaNN
TarzaNN neural network simulator
|
#include <InputControllerAbstract.h>
InputControllerAbstract::InputControllerAbstract | ( | Network * | net, |
int | l, | ||
QString * | n, | ||
int | w, | ||
int | h, | ||
NotifyStrategyAbstract * | notify | ||
) |
InputControllerAbstract::~InputControllerAbstract | ( | ) |
InputControllerAbstract::InputControllerAbstract | ( | ) |
bool InputControllerAbstract::gotNewHeadImage | ( | ) |
void InputControllerAbstract::moveEyeHist | ( | int | dx, |
int | dy | ||
) |
void InputControllerAbstract::processTargetPlane | ( | ) | [virtual] |
Reimplemented from FeaturePlaneAbstract.
void InputControllerAbstract::setActiveVisionData | ( | FeaturePlaneAbstract * | theTargetPlane, |
int | histRatio, | ||
int | abs_middle_x, | ||
int | abs_middle_y, | ||
FeaturePlaneAbstract * | theSolutionPlane, | ||
double | theSolutionPlaneThreshold, | ||
UI_ImageViewer * | theImageViewer, | ||
QString | theSolFilename | ||
) |
Sets the parameters that control the active visual search process.
theTargetPlane | -> the plane that guides the eye movements; |
histRatio | -> how many times bigger than the real window is the eye movement histogram window -> recommend at least 3 |
abs_middle_x,abs_middle_y | - the absolute middle of the head |
theSolutionPlane | -> the plane in which the solution resides |
theSolutionPlaneThreshold | -> the threshold for which we consider that we have a solution |
theImageViewer | -> a pointer to a UI_FeaturePlane where addition data can be displayed (i.e. the traces of the saccades) |
theSolFilename | -> where to save the solution |
Fixation view work coordinates.
Reimplemented from InputFeaturePlaneAbstract.
Reimplemented from InputFeaturePlaneAbstract.
Fixation view work coordinates.
Reimplemented from InputFeaturePlaneAbstract.
Reimplemented from InputFeaturePlaneAbstract.
Reimplemented from InputFeaturePlaneAbstract.
Window to display fixation traces.
Reimplemented from InputFeaturePlaneAbstract.
bool InputControllerAbstract::newHeadImage [protected] |
Reimplemented from InputFeaturePlaneAbstract.
Reimplemented from InputFeaturePlaneAbstract.
Reimplemented from InputFeaturePlaneAbstract.