VisualCategorizationTest

IKAROS: Reference > User Modules > VisualCategorizationTest

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 = "VisualCategorizationTest" name = "VCTInstance">

  </module>

Attributes

bias
Tells if the input filters should be biased.
class
The class name for the module; must be "VisualCategorizationTest".
detect
The category to be detected.
follow
The category to be followed.
learn
The target to be learned.
name
The name of this instance of the module.
search
The category to be searched for.

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

VisualCategorizationTest.h
VisualCategorizationTest.cc