Launch Plane Sweep Algorithm from GUI#176
Conversation
gui/LaunchPlaneSweepView.cxx
Outdated
| @@ -0,0 +1,351 @@ | |||
| /*ckwg +29 | |||
| * Copyright 2015 by Kitware, Inc. | |||
|
I haven't reviewed the code, but I tested it and it works for me. This is a helpful tool to run things as they are now. We can probably land this branch, but ultimately I'd like to see the Plane sweep command line tool go away. Here is my high-level vision about where I'd like to see this go in the future. An we will be helping with this at KUS starting soon.
We'll get started with task 1 soon. Your output dialog reminded me of something I've mentioned to @mwoehlke-kitware in the past. I'd really like to see a dialog window like this that displays the log messages sent to the Vital logger so we can see the console output as the GUI is running algorithms. This would be very helpful, especially on platforms like Windows. I'm not suggesting that should be part of this branch, but maybe we can reuse this output dialog in the future. |
A simple GUI for launching the plane sweep algorithm (depthmaps generation) of PlaneSweepLib directly from the Map-TK's GUI.
How to use:
You can input any value for the different PSL parameters but the ones by default should work well.