- 16 Jul, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 08 Jul, 2015 1 commit
-
-
Christian Schulte zu Berge authored
PipelineRegistry and ProcessorRegistry are now part of campvis-core. Furthermore, moved all calls to PipelineRegistrar<>/SmartProcessorRegistrar<> to a separate cpp file for each module. This way all registrations are at one central location and including headers in external projects does not lead to double registration. This commit also removes the obsolete columbia and manualsegmentation modules.
-
- 23 Feb, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 18 Feb, 2015 15 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
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
* 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
-
- 08 Jan, 2015 1 commit
-
-
Christian Schulte zu Berge authored
* Added modules/modulesapi.h with CAMPVIS_MODULES_API definition (MSVC __declspec switch) * Updated modules/CMakeLists.txt to allow shared build * Added CAMPVIS_MODULES_API to every non-templated class definition in campvis-modules
-
- 23 Oct, 2014 1 commit
-
-
Christian Schulte zu Berge authored
refs #386
-
- 23 Jun, 2014 3 commits
-
-
CAMP C++ Builder authored
moved matrixprocessor to base module; removed obsolete positiondata.h and transformdata.h from openigtlink module; fixed include statements;
-
CAMP C++ Builder authored
-
CAMP C++ Builder 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 1 commit
-
-
Christian Schulte zu Berge authored
-
- 08 Oct, 2013 3 commits
-
-
Christian Schulte zu Berge authored
Refactoring pipeline concept #5: Moved Pipeline registration to modules module and gen_pipelineregistration.h which will soon be generated by CMake.
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 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
-
- 04 May, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@487 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 18 Jan, 2013 1 commit
-
-
schultezub authored
=== ATTENTION: CAMPVis does compile, but image representation conversion not yet functional again! === Revising ImageData concept step 2: * Removed all ImageDataXYZ classes * Introducing GenericAbstractImageRepresentation<T> and its GenericAbstractImageRepresentation<T>::ScopedRepresentation * Updated all processors and pipelines to use ImageRepresentationXYZ instead of ImageDataXYZ and the implicit conversion feature git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@401 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 08 Jan, 2013 1 commit
-
-
schultezub authored
introducing OpenCL pipeline first steps to adapt to Intel OpenCL SDK for debugging git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@380 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 02 Nov, 2012 2 commits
-
-
schultezub authored
The modules package is now itsself modular. Every subdirectory in modules/ builds its own submodule that can be individually switched on and off. Therefore each submodule needs its own submodule.cmake file to specify the build targets etc. This is neat! git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@340 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@338 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 31 Oct, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@335 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-