Set of repositories for leaning, modeling and tuning various image-processing algorithms and tasks.
- modules-and-worksheets - module - implementation of various operations (functions inside the module) and worksheet - configuration file that describe how to combine this operations for performing a whole task.
- operation_loader - factory for load an function (operation) outside of package that used it. In this case modules and operations may be added without additional coding in a client programm.
- gfsm - generic finite state machine.
- flow_converter - flow converter.
- flow_runner - command line flow runner.
- flow-storage - temporary storage for flow output.
- flow-manager - (TILL IN DEVELOPMENT!!!) desktop application for creating, editing, debugging a flow by combination existing operations, and tuning their parameters.