latest version v1.9 - last update 10 Apr 2010 |
The simplest way to integrate new algorithms to the LTI-Lib makes use of the functor template files and the PERL-Script ltiGenerator
in directory ltilib/tools/perl
.
Just edit the file tools/perl/ltiTemplateValues.txt
and set the values as described in that file. Then call the ltiGenerator
script. If you use no parameters, the resulting files will be created in the same directory as the PERL script (tools/perl/
).
In the resulting files, you can search for "TODO" to find out what is still to be done!
And don't forget to write documentation in your code using the doxygen style!