VisualFeaturesAndAttention

IKAROS: Reference > User Modules > VisualFeaturesAndAttention

Module that can be used as a start for a new module. Simply change all occurrences of "MyModule" to the name of your new module in MyModule.cc, MyModule.h and MyModule.html (this file), rename the files, and fill in the new code and documentation. This module is located in the UserModules directory. (See also "Adding User Modules", "User Modules" and "How to write an IKAROS module").

Example XML definition

  <module class = "VisualFeaturesAndAttention" name = "VFAAInstance">

  </module>

Attributes

class
The class name for the module; must be "VisualFeaturesAndAttention".
name
The name of this instance of the module.

Module Connections

Inputs

NONE
Description of this input

Outputs

NONE
Description of this output

Limitations

***

Bugs

***

Author

Mikael Asker
Address
mikael.asker@fagotten.org

Files

VisualFeaturesAndAttention.h
VisualFeaturesAndAttention.cc