- 22 Jul, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Moved RegistrationDemo and SegmentationDemo pipelines from VIS to ITK module to avoid linking errors if ITK module is disabled. Furthermore, renamed classes to ItkRegistrationDemo and ItkSegmentationDemo.
-
- 21 Jul, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 20 Jul, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Itk Segmentation and Registration: wrappers and demos This branch makes use of the ItkReader and currently contains a SegmentationDemo and a RegistrationDemo that use Itk wrappers for segmentation and registration algorithms. It is meant to be a starting point for future Itk segmentation and registration algorithms that are to be wrapped. Commits have been cherry-picked from the mhaimagereader branch.
-
- 18 Jul, 2014 9 commits
-
-
Cristina Precup authored
Set the default background color to black such that the volume visualization can ignore the background
-
Cristina Precup authored
Use ItkReader instead of GenericImageReader. Currently, this is more suitable for the SegmentationDemo and RegistrationDemo because of the supported image formats
-
Cristina Precup authored
-
Cristina Precup authored
-
Cristina Precup authored
inherit a VolumeExplorer instead of an AbstractProcessor - avoids duplications in the required implementation + get dot scribbler coordinates for the segmentation seed
-
Oliver Zettining authored
-
Oliver Zettining authored
registration demo - starter: so far, rigid registration for 3D with Mattes Mutual Information metric - Cristina Precup
-
Oliver Zettining authored
-
Oliver Zettining authored
-
- 15 Jul, 2014 8 commits
-
-
Christian Schulte zu Berge authored
Qt threading issues
-
Christian Schulte zu Berge authored
Lua console Finished a quick and dirty implementation of a Lua console in CampvisApplication.
-
Christian Schulte zu Berge authored
* CMake build files now support unix builds * SWIG interface files and Lua wrappers are now fully C++ compliant to comfort GCC * Hacked shared/static builds of the campvis-modules module even more, but now it works on both MSVC and GCC
-
Christian Schulte zu Berge authored
* AbstractData now stores a weak_ptr to its shared_ptr owning group if existant. This avoids unintentional creation of multiple owning groups where each eventually tries to delete the AbstractData on its own (which will certainly not work) * Updated DataContainer implementation to use a hash map instead of an unordered map.
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Enforced update of min/max/singleStep values in AbstractAdjusterWidget to be performed in Qt main thread through additional indirection via Qt queued signals.
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Refactor reference counting
-
- 14 Jul, 2014 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 10 Jul, 2014 2 commits
-
-
Christian Schulte zu Berge authored
* Introduced two new tgt::LogManager log levels LuaInfo and LuaError. * ScriptingWidget registers itself as logger and prints the Lua output into the console window.
-
Christian Schulte zu Berge authored
* Added OrCombinedPointPredicate implementation * Updated default settings in PredicateDemoCarotid2 pipeline
-
- 20 Jun, 2014 3 commits
-
-
Christian Schulte zu Berge authored
(Apparently, I really need some rest...)
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Itk reader ITK Image reader that supports many more image formats. Example usage edited into the itkfilterdemo pipeline.
-
- 19 Jun, 2014 1 commit
-
-
Jakob Weiss authored
-
- 17 Jun, 2014 1 commit
-
-
Jakob Weiss authored
* supports all file formats that can be read via ITK * does not support image series
-
- 16 Jun, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* SliceExtractor FitToWindow property defaults to true to mimic old behavior per default * PointPredicateRenderArea renders y axis label
-
- 14 Jun, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* Now supports optional scaling and offset of image * Added properties for geometry render style and size * Fixed some scribbling-related bugs
-
- 11 Jun, 2014 3 commits
-
-
Christian Schulte zu Berge authored
Slice extractor scribbe fix as discussed
-
Oliver Zettinig authored
-
Christian Schulte zu Berge authored
-
- 10 Jun, 2014 4 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Datastructures basic datastructures for Matrix and position data
-
Christian Schulte zu Berge authored
Slicerenderer2d slice renderer that applies transfer function, clips image and/or inverts axes. tested only with grayscale input images, but should support color and images as well.
-
Christian Schulte zu Berge authored
* undo changes to .gitignore (regarding SWIG temporary files) * moved implementation of PositionData and TransformData from header to source file
-
- 08 Jun, 2014 2 commits
-
-
Jakob Weiss authored
-
Jakob Weiss authored
-