- 09 Apr, 2015 4 commits
-
-
Christian Schulte zu Berge authored
Cuda cm rebased See merge request !114
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
ConfidenceMapGenerator now supports alpha-beta filtering.
-
Christian Schulte zu Berge authored
-
- 01 Apr, 2015 2 commits
-
-
Christian Schulte zu Berge authored
Raycasterupdate please do check DRRRaycaster, after rabasing, it yields a white screen !! See merge request !113
-
Christian Schulte zu Berge authored
* Cleaned up unsused code * Fixed cppcheck issues * Fixed depth test issues during OrientationOverlay rendering (had glitches in combination with DRRRaycaster)
-
- 23 Mar, 2015 13 commits
-
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Christian Schulte zu Berge authored
Fixed duplicate member in OptimizedRaycaster. Conflicts: modules/vis/processors/volumerenderer.cpp
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Christian Schulte zu Berge authored
* Fixed signal issues in VolumeRenderer when updating the raycasting processor. * Fixed assertions in AutoEvaluationPipeline::onPropertyCollectionPropertyAdded() and AutoEvaluationPipeline::onPropertyCollectionPropertyRemoved(). Conflicts: modules/vis/processors/volumerenderer.cpp modules/vis/processors/volumerenderer.h
-
Hossain Mahmud authored
-
Christian Schulte zu Berge authored
Added AutoEvaluationPipeline also monitoring PropertyCollection's s_propertyAdded and s_propertyRemoved signals.
-
Hossain Mahmud authored
Conflicts: modules/vis/processors/volumerenderer.cpp modules/vis/processors/volumerenderer.h
-
Hossain Mahmud authored
Issue543: changing raycaster in volumeexplorer: added raycasterfactory, something is going wrong while replacing Conflicts: modules/vis/processors/drrraycaster.h modules/vis/processors/simpleraycaster.h Conflicts: modules/vis/processors/volumerenderer.cpp modules/vis/processors/volumerenderer.h
-
- 13 Mar, 2015 1 commit
-
-
Christian Schulte zu Berge authored
* Added TextureReaderTga::loadTextureArray(). * Added OrientationOverlay to VolumeRenderer.
-
- 23 Feb, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 18 Feb, 2015 19 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
* Added stretch widget to PropertyCollectionWidget
-
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
Label is now hidden by default for Button Properties which saves space for long button descriptions
-
Declara Denis authored
added support for fixed iteration count to ConfidenceMapsSolver again. It is now possible to chose wether to use a time budget or a fixed iteration count.
-
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
* Remove explicit use of Qt::QueuedConnection. As it turns out, when the event is emitted by a thread, different from the GUI thread, it is automatically enqueued. * use #ifdef instead of #if
-
Declara Denis authored
-
Declara Denis authored
-
Declara Denis authored
* OpenIGTLink processor now is robust against missing voxel size in image packet.
-
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
the solver no longer stops early if the convergence criterion is met, instead it always executes the specified number of iterations. This allows the code to skip the residual norm computation and copying it over to the host on each iteration and results in significant speed increase.
-
Declara Denis authored
-
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
-