-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
As a user, I want to be able to chain image processing filters in open_iA one after another and execute them all at once.
- There should be a nice interface (e.g. drag and drop as in PorosityAnalyzer module) to defines pipelines. Maybe this could work similar to existing data flow design solutions.
- The user should be able to store/load a pipeline.
- The user should be able to run defined pipelines on multiple files via the batch mode.
- Ideally, the pipeline should be itself be accessible as a filter, so that it e.g. can be sampled (see Sample arbitrary filters #30)