- 18 Feb, 2015 18 commits
-
-
Christian Schulte zu Berge authored
-
Declara Denis authored
CudaConfidenceMapsDemo pipeline now has the feature to collect statistics about the computed frames. The statistics can be exported in CSV format to the clipboard.
-
Declara Denis authored
-
Declara Denis authored
You can now use the F keys (F1 - F5) to change presets in ConfidenceMapsDemo.
-
Declara Denis authored
* ConfidenceMapsDemo pipeline can now interpret voxel size as fan geometry. This is actually a quick quirk. The fan geometry is encoded in (x, y, z) as (fan-angle, inner-radius, 1.0f) * Added support for the current cusp version on git
-
Declara Denis authored
-
Declara Denis authored
-
Declara Denis authored
* CMake has been improved and now supports for example module dependencies and works for visual studio compilations * An image cropping stage has been added to the pipeline to trim any garbage that might show up at the border during image acquisition. * Added support for 2D images to the GlImageCrop Processor
-
Declara Denis authored
* Removed some dead code. * Avoided one texture copy in the ConfidenceMapsSolver Processor * Exposed one more option to the ConfidenceMapsDemo piepline
-
Declara Denis authored
* Now it is possible to set a time budget for the CudaConfidenceMapsDemo pipeline and the number of CG iterations that can be carried out is automatically determined. * Code still needs some cleanup.
-
Declara Denis authored
-
Declara Denis authored
-
Declara Denis authored
Now the pipeline correctly uses the fused confidence image as input for the fan geometry rendering.
-
Declara Denis authored
-
Declara Denis authored
* Added GlImageResampler processor to lower the resolution of the US image * Exposed solver parameters to the GUI * Added AdvancedUSVisualization processor to display the data
-
Declara Denis authored
Code still needs to be cleaned up a lot, and settings need to be exposed to the GUI.
-
Declara Denis authored
Now it is possible to change the property window just by navigating the PipelineTreeWidget with the arrow keys
-
Declara Denis authored
-
- 23 Oct, 2014 1 commit
-
-
Christian Schulte zu Berge authored
refs #386
-
- 23 Jun, 2014 5 commits
-
-
Jakob Weiss authored
moved matrixprocessor to base module; removed obsolete positiondata.h and transformdata.h from openigtlink module; fixed include statements;
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
-
Jakob Weiss authored
contains processing of IMAGE and TRANSFORM messages
-
- 05 May, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 13 Dec, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* Moving to Apache 2.0 license * Updated AUTHORS.txt
-
- 18 Nov, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 15 Oct, 2013 1 commit
-
-
Sebastian Pölsterl authored
-
- 11 Oct, 2013 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Work on Issue #44: Removed GLContext interface and merged functionality into GlCanvas. Introducing abstract (Qt-free) tgt::GlContextManager interface, being implemented by tgt::QtContextManager. Further clean up of related code.
-
- 08 Oct, 2013 3 commits
-
-
Christian Schulte zu Berge authored
Refactored DataNameProperty: Got rid of issueWrite() and connect(). Automatic invalidation of connected (shared) DataNameProperties is now delegated to AutoEvaluationPipeline. ATTENTION: needs TBB 4.2 (not yet in repository, will be changed later)
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 25 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
Instead of having the LQ mode tied to the pipeline, each VisualizationProcessor has now a lqMode property effectively halfsampling the viewport size. The TrackballNavigationEventHandler was adapted to these changes and thus simplified.
-
- 24 Sep, 2013 2 commits
-
-
Christian Schulte zu Berge authored
work on #135: changed VisualizationProcessor::_renderTargetSize to pointer and introducing VisualizationProcessor::setViewportSizeProperty()
-
Christian Schulte zu Berge authored
Revised event handling system: Got rid of campvis::AbstractEventHandler and replaced with functionality of tgt::EventListener and tgt::EventHandler
-
- 18 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 24 May, 2013 1 commit
-
-
schultezub authored
* fixed transfer function shader * let processor unlock call after execution be handled by seperate thread git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@494 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 04 May, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@487 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-