- 18 Feb, 2015 38 commits
-
-
Declara Denis authored
CudaConfidenceMaps now support a 4 neighbourhood version. This results in a smaller number of weights and should theoretically be faster.
-
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
this avoids having to const_cast constant buffers before passing them as input o the function
-
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
-
Declara Denis authored
-
Declara Denis authored
-
Declara Denis authored
* this is achieved by avoiding allocating a chunk of memory for the image on the GPU each time, but rather reusing the same buffer over and over. * Added some comments to the solver code
-
Declara Denis authored
attenuations were not computed correctly
-
Declara Denis authored
On my machine this means a performance increase from 8ms to <1ms. Time that can be spent running more iterations of the CG algorithm to get more accurate solutions.
-
Declara Denis authored
-
Declara Denis authored
-
Declara Denis authored
Switch wrapping mode for texture in fan renderer, so that colors don't bleed to the other sides on the edges.
-
Declara Denis authored
-
Declara Denis authored
-
Declara Denis authored
-
Declara Denis authored
-
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
The texture has the same size as the original us-image
-
Declara Denis authored
warnings were caused by incorrect signature of updateProperties method
-
Declara Denis authored
-
Declara Denis authored
-
Declara Denis authored
-
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
-
Declara Denis authored
This visualization overlays a solid color to the image, with the opacity determined by the uncertainty.
-
Declara Denis authored
-
Declara Denis authored
* Fixed out-of bounds warnings, when showing 2D-Textures in Inspector * Fixed bug introduced in 719004e0 which would crash the application when the PipelineTreeWidget had no item selected (e.g. when adding a new Pipeline)
-
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
in the property window. As this causes the property widget to move each time the user clicks on a processor.
-
Declara Denis authored
-
Christian Schulte zu Berge authored
-
- 17 Feb, 2015 2 commits
-
-
Christian Schulte zu Berge authored
Procfactory See merge request !110
-
Christian Schulte zu Berge authored
-