issues Search Results · repo:TU-Berlin-CVRS/uipf language:C++
Filter by
125 results
(80 ms)125 results
inTU-Berlin-CVRS/uipf (press backspace or delete to remove)proposed API:
similar to logging
- updateProgress(int done, int max)
will show a per-module progress bar under the global progress bar.
feature
GUI
cebe
- Opened on Apr 10, 2016
- #129
Currently in ModuleBase the run() method is declared as const which means that the module can not have internal state
when running. This should be changed.
virtual void run( DataManager data ) const ...
bug
cebe
- Opened on Apr 7, 2016
- #127
When running a chain and hovering the module graph with the mouse, it looses the state information of which module is
running and which are already finished (green/blue colors).
bug
GUI
mila-brandt
- Opened on Mar 27, 2016
- #126
If a module adds a new parameter, existing configuration can not be edited by the GUI because new parameters are not
show.
bug
cebe
- 1
- Opened on Mar 23, 2016
- #125
The following things may be useful:
- [ ] Allow to pause a chain
- [ ] Allow to run each module step by step, not the whole chain
feature
GUI
cebe
- Opened on Mar 23, 2016
- #124
There is the need for parameters that are configured for the whole chain and available for every module. e.g.
workingDirectory or other parameters that are configured globally/shared by multiple modules. ...
feature
cebe
- Opened on Mar 22, 2016
- #123
https://github.com/TU-Berlin-CVRS/uipf/blob/c1c4a17bbc298d178d8bc798aee88ec0ffb77b94/code/framework/Logger.hpp#L6-L9
Logger is not defined if uipf namespace is not being imported.
bug
cebe
- Opened on Mar 22, 2016
- #122
After making changes to inputs on the left side, hovering the graph cause the following segfault:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff716186f in QStandardItemModel::indexFromItem(QStandardItem ...
bug
GUI
cebe
- Opened on Mar 22, 2016
- #121
I had created the Histogram Calculation, and, Histogram Equalization with the reference to the documentation from OpenCV
http://docs.opencv.org/doc/tutorials/imgproc/histograms/histogram_equalization/histogram_equalization.html ...
akarsh
- 2
- Opened on Oct 10, 2015
- #117

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.