Cli module

This module is the entry point of the FoxMask package. When foxmask is invoke from the command line, this module is executed. The entry point is specified in the setup.py file, as follows:

        entry_points='''
        [console_scripts]
        foxmask=cli.cli:main
cli.main()

Exectution of the foxmask module.

Parameters:
  • srcdir (str) – Top level directory where the module can find images to analyze.
  • resultsdir (str) – Top level directory where to store the results of the analysis.