Tools
KWIVER provides command applet tools using the command line to leverage
the use of KWIVER and its capabilities without requiring any code to be written.
The available applets can be viewed with the terminal command kwiver help.
Further help and commands to configure and run the kwiver applets can be
displayed with:
# via a bash shell
$ kwiver <applet> -h
Even more customization, such as switching out algorithm implementations used in the applet, can be achieved by passing in a config file. The base configuration can produced from the applet with:
# via a bash shell
$ kwiver <applet> -o <config filename> [required args]
A custom config file can be used to run the applet with:
# via a bash shell
$ kwiver <applet> -c <config filename> [required args]