-
Notifications
You must be signed in to change notification settings - Fork 9
user CLI_Overview
oguyon edited this page Apr 10, 2021
·
1 revision
The entire C code is compiled into a single executable :
./bin/<packagename>
Running the executable starts a command line interface (CLI) prompt from which all functions can be launched.
The source code is organized in modules. A module included C code and documentation. It may also include data files and extended documentation. Run m?
in the CLI prompt to list modules.
Modular Image processing Library toolKit (milk) - https://github.com/milk-org/milk