Command-line ParsingΒΆ

Most of the software developed in a research environment is based on the command-line, as command-line tools are easier and thus faster implemented then tools with graphical user interface. To help the developer, who wants to focus on the actual image processing algorithm rather than the parsing of the command-line arguments, BASIS intends to provide a command-line parsing library for each of the commonly used programming languages. The following sections document the usage of these libraries for each respective programming language:

Note

Yet there exist only libraries for C++ and BASH, but solutions for Java, Python, and Perl will be part of future releases.