TU-Berlin-CVRS / uipf

A Unified Image Processing Framework
BSD 2-Clause "Simplified" License
7 stars 4 forks source link

Allow inividual modules to provide progress information #129

Open cebe opened 8 years ago

cebe commented 8 years ago

proposed API:

similar to logging

->updateProgress(int done, int max)

will show a per-module progress bar under the global progress bar.