The routines can be accessed in several easy-to-use ways:
For each routine, the GUI presents the user with a dialogue box to help specifying the parameters accepted by the routine. For each routine, one or more default parameter sets are available (for example the segmentation routine segment provides the choice of fast, default, sensitive settings) or users can specify their own choice of parameters.
For the routine specified, the GUI effectively calls the corresponding Python script; the basic script commands are echoed on the console so that you can see what is going on. In this way, user scripts specifying complex processing chains can be built up experimentally and ``on the fly''. Operations are file to file, and memory is cleared after the operation is complete.
Operation of the GUI is the subject of chapter 5.
For details on how to invoke command line scripts under each supported operating system, see the file README.txt which can be found in the top level installation directory.
Python provides an integrated development environment for researching and developing complete Image Understanding processing chains including calls to InfoPACK routines.
Sample data is included with the InfoPACK distribution in the images subdirectory of the main installation directory. Also located there is a README file that explains in some detail how to process the sample data with several different routines.
More details on running InfoPACK and commentary on the main routines can be found in chapter 4. Appendices A and B contain exact syntaxes for the Python Scripts and Functions including descriptions of all parameters and their default values.
InfoSAR Ltd