User Details
- User Since
- Aug 1 2016, 12:10 PM (453 w, 6 d)
- Roles
- Disabled
Aug 2 2016
New remote branch pushed: bug-15755-Make-Diffusion-Imaging-warning-free
New remote branch pushed: bug-15682-Improving-FreeSurfer-API-Integration
New remote branch pushed: bug-15682-Improving-FreeSurfer-API
New remote branch pushed: bug-15577-MITK-crashes-when-activating-the-fiberdevtools-view
[456c12]: Merge branch 'bug-15577-MITK-creashes-when-activating-fiberdevtools-vi
Merged commits:
2013-08-12 15:04:10 Tobias Hegemann [cd16ec]
Fixed a crash that occurs when selecting FiberDevTools inside the MITK workbench. Due to FiberDevTools is globally deactivated this plugin will no longer be present inside the workbench.
New remote branch pushed: bug-15577-MITK-creashes-when-activating-fiberdevtools-view
MITK Diffusion Workbench crashes when using the "ROI Image" functionality provided by the Fiber Extraction View.
Label is now 'Sampling frame' due to sampling of statistics describes the algorithm as nearest as possible.
[a9deb2]: Merge branch 'bug-15413-PreprocessingView-missing-label-for-lenght-cor
Merged commits:
2013-06-26 14:06:08 Tobias Hegemann [c07ef8]
Sampling frame added for missing label.
New remote branch pushed: bug-15413-PreprocessingView-missing-label-for-lenght-correction-option
New remote branch pushed: bug-15413-PreprocessingView-missing-label-for-lenght-correction-option
@Andreas:
There are additional issues to have a talk about...
New remote branch pushed: bug-15374-Migrating-to-QT5
When reproducing this bug it seems like many fast changed of planer figures within the data manager lead to a crash. Internal a runtime exception is thrown on each change and maybe QT or the operating system handles fast frequency exceptions by killing the corresponding thread.
The runtime exception is thrown by mitkImageStatisticsCalculator.cpp due to a if-statement using the "bool ImageStatisticsCalculator::GetPrincipalAxis(const Geometry3D *geometry, Vector3D vector, unsigned int &axis )" method, located in the same class.
Here the equal check should correctly return true but returned false because of the epsilon is too small. Seriously the usage of mitk::Equal instead of the given calculation leads to further issues, because values of the normalized image's axis vector are distorted (maybe due to an earlier miscalculation).
[43d6e7]: Merge branch 'bug-15088-stochastic-tracking'
Merged commits:
2013-05-22 14:57:42 Tobias Hegemann [a163de]
Set the required inputs from 2 to 1. Since itk4 exceptions are thrown because of this line. Also the hide of superbase methods of SetInput is corrected. No more warnings are thrown.
New remote branch pushed: bug-15088-stochastic-tracking
New remote branch pushed: bug-15082-Stochastic-tractography-does-not-work-with-ITK4
New remote branch pushed: bug-15083-Peak-Extraction-Exception-due-to-wrong-pixel-type
[e31294]: Merge branch 'bug-15083-Peak-Extraction-Exception-due-to-wrong-pixel-t
Merged commits:
2013-06-26 17:04:30 Tobias Hegemann [ab6647]
No more exceptions are thrown when working with wrong pixel type but notification message boxes instead.
[5ea9e0]: Merge branch 'bug-15082-Stochastic-tractography-does-not-work-with-ITK
Merged commits:
2013-06-05 13:55:10 Tobias Hegemann [f6abc9]
Usage of itkStochasticTractographyFilter changed, so SetInput is now SetPrimaryInput.
[5b5ead]: Merge branch 'bug-14879-many-filenames-in-the-plugins-documentation-fo
Merged commits:
2013-04-03 17:35:15 Tobias Hegemann [b86f0c]
COMP: Reverted commit which deketed important files
New remote branch pushed: bug-14879-many-filenames-in-the-plugins-documentation-folder-are-not-unique
[68de6e]: Merge branch 'bug-14879-many-filenames-in-the-plugins-documentation-fo
Merged commits:
2013-04-03 16:52:00 Tobias Hegemann [82aab6]
Renamed and replaced all references to make all files unique as recommended! :-P
[25ab6b]: Merge branch 'bug-14755-Connectomics-network-shows-MIP-button'
Merged commits:
2013-07-31 15:56:35 Tobias Hegemann [08dfb7]
Fixed showing MIP button when selecting a datanode of type ConnectomicsNetwork inside the DataManager.
New remote branch pushed: bug-14755-Connectomics-network-shows-MIP-button
New remote branch pushed: bug-14534-CorrectTestOfModuleSceneSerialization
New remote branch pushed: bug-11831-Port-all-Diffusion-views-to-inherit-QmitkAbstractView