Page MenuHomePhabricator

muellerm (Michael Müller)
User

Projects

User Details

User Since
Aug 1 2016, 12:10 PM (402 w, 3 d)

Recent Activity

Aug 2 2016

muellerm added a comment to T18542: Persistence/PropertySerialization Clean up and enhancements.

the persistence service works.
the points mentioned above are nice to have. autoloading is one of the main issues. as discussed with christoph the module has to be loaded manually using PersistenceService::LoadModule() function since the AUTOLOAD feature of the microservices never really worked. once it is loaded the persistence service will be registered and is usable.
i suggest to call the static PersistenceService::LoadModule() somewhere in the workbench startup routine. this will make the service available for all views

Aug 2 2016, 10:17 AM · Bugzilla, MITK
muellerm added projects to T18542: Persistence/PropertySerialization Clean up and enhancements: MITK, Bugzilla.
Aug 2 2016, 10:17 AM · Bugzilla, MITK
muellerm added a comment to T18369: Remove persistence autoload functionality.

uhm is there any report about the "problematic behaviour"
autoloading is for sure the best way to integrate this into the application. otherwise one will need a static method or direct instatiaation of the service class.
should be a temporary solution. the other way would be to integrate the whole system into the MitkCore since it only needs PropertyLists and TinyXML....

Aug 2 2016, 10:16 AM · MITK (2014-10), Bugzilla
muellerm added a comment to T18369: Remove persistence autoload functionality.

be advised that removing autoloading does not remove the shared library from the autoload folder (if this was not changed so far)
thus, to avoid problematic behaviour again one will need to remove it manually

Aug 2 2016, 10:16 AM · MITK (2014-10), Bugzilla
muellerm added a comment to T18284: Unified way to reset persistence data.

without driving anything into a preferred direction: the persistence module could do the job because it has no dependencies than MitkCore and TinyXML. Of course the service class would have to be instructed by some "upper" instance to clean the data on startup by means of a command line option

Aug 2 2016, 10:15 AM · Bugzilla, MITK
muellerm added a comment to T18025: Filtering nodes in data manager using QSortFilterProxyModel.

yeah i saw it just at that moment, sorry, i am not always up to date

Aug 2 2016, 10:14 AM · Bugzilla, MITK
muellerm added a comment to T18025: Filtering nodes in data manager using QSortFilterProxyModel.

[a3b0d7]: Merge branch 'bug-18025-Filtering-nodes-in-data-manager-using-QSortFil

Merged commits:

2014-08-28 14:45:21 Michael Mueller [2fd74f]
incorporated QmitkDataStorageFilterProxyModelD

Aug 2 2016, 10:14 AM · Bugzilla, MITK
muellerm added a comment to T18025: Filtering nodes in data manager using QSortFilterProxyModel.

still open ... rotislav posted another issue on Sep, 02.
i will have a look at it and post the changes here

Aug 2 2016, 10:14 AM · Bugzilla, MITK
muellerm added a comment to T18025: Filtering nodes in data manager using QSortFilterProxyModel.

currently reviewing changes

Aug 2 2016, 10:14 AM · Bugzilla, MITK
muellerm added projects to T17756: Add debug macros for Endotracking: MITK, Bugzilla.
Aug 2 2016, 10:12 AM · Bugzilla, MITK
muellerm added a comment to T17756: Add debug macros for Endotracking.

[ca5ef4]: Merge branch 'bug-17756-add-debug-macros-for-endotracking'

Merged commits:

2014-04-26 17:40:06 Michael Mueller [1ed95e]
reverted activation of Qt in OpenCV

Aug 2 2016, 10:12 AM · Bugzilla, MITK
muellerm added projects to T17679: VS 2013 compatibility: MitkCoreTestDriver fails: MITK, Bugzilla.
Aug 2 2016, 10:12 AM · Bugzilla, MITK
muellerm added a comment to T17679: VS 2013 compatibility: MitkCoreTestDriver fails.

[d05cf6]: Merge branch 'bug-17679-VS2013compatibility'

Merged commits:

2014-04-03 14:31:22 Michael Mueller [63a1f4]
fixed core test driver for VS 2013

Aug 2 2016, 10:12 AM · Bugzilla, MITK
muellerm added a comment to T17589: Current OpenCV Superbuild Version (2.4.6.2) fails to build on Visual Studio 2013.

[e0d6f3]: Merge branch 'bug-17589-current-opencv-version-fails-on-vs-2013-comp2'

Merged commits:

2014-03-24 11:44:06 Michael Mueller [128579]
COMP: activated OpenCV patch again

Aug 2 2016, 10:11 AM · Bugzilla, MITK
muellerm added projects to T17589: Current OpenCV Superbuild Version (2.4.6.2) fails to build on Visual Studio 2013: MITK, Bugzilla.
Aug 2 2016, 10:11 AM · Bugzilla, MITK
muellerm added a comment to T17589: Current OpenCV Superbuild Version (2.4.6.2) fails to build on Visual Studio 2013.

[6fe3a6]: Merge branch 'bug-17589-current-opencv-version-fails-on-vs-2013'

Merged commits:

2014-03-22 21:31:52 Michael Mueller [8c9c95]
updated to opencv version 2.4.8.2

Aug 2 2016, 10:11 AM · Bugzilla, MITK
muellerm added a comment to T17555: State Machine errors when using the persistence module.

was fixed. for new bugs of the persistence module new tickets should be opened

Aug 2 2016, 10:11 AM · Bugzilla, MITK
muellerm added a comment to T17555: State Machine errors when using the persistence module.

[61579a]: Merge branch 'bug-17555-reactivate-autoload-for-persistence-module'

Merged commits:

2014-06-04 15:30:42 Michael Mueller [1c1fac]
fixed error with relative filenames

Aug 2 2016, 10:11 AM · Bugzilla, MITK
muellerm added a comment to T17216: MITK Python does not build with latest uServices changes.

hi marco, thanks for the fixes. I merged your changes into my existing branch since i have more changes and made this bug a duplicate.

Aug 2 2016, 10:10 AM · Bugzilla, MITK
muellerm added a comment to T16643: Persistence framework for MITK.

New remote branch pushed: bug-16643-PersistenceFramework-comp4

Aug 2 2016, 10:09 AM · Bugzilla, MITK
muellerm added a comment to T16643: Persistence framework for MITK.

[e9a91e]: Merge branch 'bug-16643-PersistenceFramework-comp5'

Merged commits:

2014-02-04 15:37:31 Michael Mueller [976a42]
COMP: removed autoloading for better times

Aug 2 2016, 10:09 AM · Bugzilla, MITK
muellerm added a comment to T16643: Persistence framework for MITK.

New remote branch pushed: bug-16643-PersistenceFramework-comp5

Aug 2 2016, 10:09 AM · Bugzilla, MITK
muellerm added a comment to T16643: Persistence framework for MITK.

[c64bdf]: Merge branch 'bug-16643-PersistenceFramework-comp2'

Merged commits:

2014-02-01 16:32:32 Michael Mueller [0da0af]
COMP: some changes to Persistence Test

Aug 2 2016, 10:09 AM · Bugzilla, MITK
muellerm added a comment to T16643: Persistence framework for MITK.

[5cc73e]: Merge branch 'bug-16643-PersistenceFramework-comp4'

Merged commits:

2014-02-03 15:01:01 Michael Mueller [09f9aa]
COMP: Reworked autoloading again

Aug 2 2016, 10:09 AM · Bugzilla, MITK
muellerm added a comment to T16643: Persistence framework for MITK.

New remote branch pushed: bug-16643-PersistenceFramework-comp3

Aug 2 2016, 10:09 AM · Bugzilla, MITK
muellerm added a comment to T16643: Persistence framework for MITK.

[6e7773]: Merge branch 'bug-16643-PersistenceFramework-comp3'

Merged commits:

2014-02-02 21:25:34 Michael Mueller [f17ecb]
COMP: removed crashing call to Unregister

Aug 2 2016, 10:09 AM · Bugzilla, MITK
muellerm added a comment to T16643: Persistence framework for MITK.

New remote branch pushed: bug-16643-PersistenceFramework-comp

Aug 2 2016, 10:09 AM · Bugzilla, MITK
muellerm added a comment to T16643: Persistence framework for MITK.

[af8da5]: Merge branch 'bug-16643-PersistenceFramework'

Merged commits:

2014-01-31 10:11:52 Michael Mueller [663752]
added Persistence service AUTOLOAD with Mitk functionality

Aug 2 2016, 10:09 AM · Bugzilla, MITK
muellerm added a comment to T16643: Persistence framework for MITK.

New remote branch pushed: bug-16643-PersistenceFramework-comp2

Aug 2 2016, 10:09 AM · Bugzilla, MITK
muellerm added a comment to T15853: Updating OpenCV Version used for SuperBuild to 2.4.6.1.

New remote branch pushed: bug-15853-update-opencv-version-to-2-4-6-1-comp2

Aug 2 2016, 10:06 AM · Bugzilla, MITK
muellerm added a comment to T15853: Updating OpenCV Version used for SuperBuild to 2.4.6.1.

[4a9e9e]: Merge branch 'bug-15853-update-opencv-version-to-2-4-6-1-comp2'

Merged commits:

2013-08-15 14:59:18 Michael Mueller [282cbd]
COMP: recorrected md5sum for opencv

Aug 2 2016, 10:06 AM · Bugzilla, MITK
muellerm added a comment to T15853: Updating OpenCV Version used for SuperBuild to 2.4.6.1.

[5e2779]: Merge branch 'bug-15853-update-opencv-version-to-2-4-6-1'

Merged commits:

2013-08-14 15:22:08 Michael Mueller [2a3d72]
integrated new version of OpenCV in superbuild (2.4.6.1)

Aug 2 2016, 10:06 AM · Bugzilla, MITK
muellerm added a comment to T15853: Updating OpenCV Version used for SuperBuild to 2.4.6.1.

New remote branch pushed: bug-15853-update-opencv-version-to-2-4-6-1-comp

Aug 2 2016, 10:06 AM · Bugzilla, MITK
muellerm added a comment to T15853: Updating OpenCV Version used for SuperBuild to 2.4.6.1.

[b69f11]: Merge branch 'bug-15853-update-opencv-version-to-2-4-6-1-comp'

Merged commits:

2013-08-15 14:40:04 Michael Mueller [43bad5]
COMP: corrected md5 hash for windows

Aug 2 2016, 10:06 AM · Bugzilla, MITK
muellerm added a comment to T15853: Updating OpenCV Version used for SuperBuild to 2.4.6.1.

New remote branch pushed: bug-15853-update-opencv-version-to-2-4-6-1

Aug 2 2016, 10:06 AM · Bugzilla, MITK
muellerm added a comment to T15820: 2d images can no longer be saved as bmp.

p.s.: bug has nothing to do with fluoroscopy images but rather with the 2d images in general

Aug 2 2016, 10:05 AM · Bugzilla, MITK
muellerm added projects to T15820: 2d images can no longer be saved as bmp: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK
muellerm added projects to T15790: remove duplicated include directories: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK
muellerm added a comment to T15524: Python superbuild fails.

actually superbuild fails due to missing PYTHON_INCLUDE_DIR2 CMake var on Ubuntu when configuring CTK and subsequently PythonQt

Aug 2 2016, 10:04 AM · Bugzilla, MITK
muellerm added projects to T15524: Python superbuild fails: MITK, Bugzilla.
Aug 2 2016, 10:04 AM · Bugzilla, MITK
muellerm added projects to T15522: Loading VTK Python lib fails on ubuntu: MITK, Bugzilla.
Aug 2 2016, 10:04 AM · Bugzilla, MITK
muellerm added projects to T15523: Loading ITK python wrapping fails: MITK, Bugzilla.
Aug 2 2016, 10:04 AM · Bugzilla, MITK
muellerm added a comment to T15389: Application crash when enabling Python.

closing bug since no application abort could be reproduced. please refer to other Python bugs for other issues concerning Python wrapping

Aug 2 2016, 10:04 AM · MITK (2013-09), Bugzilla
muellerm added a comment to T15389: Application crash when enabling Python.

Could not reproduce this bug on ubuntu 13.04, although some other bugs were found. As soon as these bugs are fixed we will have more test machines running the Python stuff.

Aug 2 2016, 10:04 AM · MITK (2013-09), Bugzilla
muellerm added a comment to T15341: PythonQt compilation error when enabling Python.

[d8055e]: Merge branch 'bug-15341-pythonqt-compilation-error'

Merged commits:

2013-07-10 13:26:48 Michael Mueller [362851]
added PYTHON_INCLUDE_DIR2 to the CMake build system
fixed error with new pythonqt environment

Aug 2 2016, 10:04 AM · Bugzilla, MITK
muellerm added a comment to T15341: PythonQt compilation error when enabling Python.

the initial cause of the bug was resolved as described by Felix

Aug 2 2016, 10:04 AM · Bugzilla, MITK
muellerm added a comment to T14990: python GUI crashes at first click.

tested again on ubuntu system. works though other errors occured

Aug 2 2016, 10:03 AM · MITK (2013-09), Bugzilla
muellerm added a comment to T14977: If OpenCV wrapping is available image export to ITK is not available.

should be fixed with this commit

Aug 2 2016, 10:02 AM · Bugzilla, MITK
muellerm added projects to T14977: If OpenCV wrapping is available image export to ITK is not available: MITK, Bugzilla.
Aug 2 2016, 10:02 AM · Bugzilla, MITK
muellerm added a comment to T14977: If OpenCV wrapping is available image export to ITK is not available.

[9748fc]: Merge branch 'bug-14977-python-export-as-itk-image-fails'

Merged commits:

2013-04-17 13:57:05 Michael Mueller [7f29a3]
disabling of MITK_USE_Python possible in CMake superbuild code

Aug 2 2016, 10:02 AM · Bugzilla, MITK
muellerm added a comment to T14937: Current source does not build with CMake 2.8.5.

did some investigation with sascha, found out that the CMake 2.8.

Aug 2 2016, 10:02 AM · Bugzilla, MITK
muellerm added projects to T14937: Current source does not build with CMake 2.8.5: MITK, Bugzilla.
Aug 2 2016, 10:02 AM · Bugzilla, MITK
muellerm added a comment to T14937: Current source does not build with CMake 2.8.5.

did some investigation with sascha, found out that the CMake 2.8.5 does not restrict the -fvisibility-inlines-hidden flag for C compilers whereas 2.8.7 interprets the resulting warning correctly

Aug 2 2016, 10:02 AM · Bugzilla, MITK
muellerm added a comment to T14883: error while building usResourceCompiler due to compiler flag.

is it possible for you to do a clean superbuild again. no expert in cmake, sometimes the generated make files do not get refreshed although the cache had been deleted

Aug 2 2016, 10:02 AM · MITK (2013-06), Bugzilla
muellerm added a comment to T14883: error while building usResourceCompiler due to compiler flag.

jop

Aug 2 2016, 10:02 AM · MITK (2013-06), Bugzilla
muellerm added a comment to T14883: error while building usResourceCompiler due to compiler flag.

sorry typo, 2.8.10 should also work

Aug 2 2016, 10:02 AM · MITK (2013-06), Bugzilla
muellerm added a comment to T14883: error while building usResourceCompiler due to compiler flag.

hi tobias,

Aug 2 2016, 10:02 AM · MITK (2013-06), Bugzilla
muellerm added projects to T14883: error while building usResourceCompiler due to compiler flag: MITK, Bugzilla.
Aug 2 2016, 10:02 AM · MITK (2013-06), Bugzilla
muellerm added a comment to T14883: error while building usResourceCompiler due to compiler flag.

clean superbuild failed again
same on my nightly: http://mbits/cdash/viewBuildError.php?buildid=183716

Aug 2 2016, 10:02 AM · MITK (2013-06), Bugzilla
muellerm added a comment to T14883: error while building usResourceCompiler due to compiler flag.

hmm this was a complete rebuild

Aug 2 2016, 10:02 AM · MITK (2013-06), Bugzilla
muellerm added a comment to T14883: error while building usResourceCompiler due to compiler flag.

will try again anyway ... and write the result here

Aug 2 2016, 10:02 AM · MITK (2013-06), Bugzilla
muellerm added a comment to T14883: error while building usResourceCompiler due to compiler flag.

btw its a warning but treated as error

Aug 2 2016, 10:02 AM · MITK (2013-06), Bugzilla
muellerm added projects to T14743: Create an adequate About Dialog for the CoreApp product: MITK, Bugzilla.
Aug 2 2016, 10:01 AM · Bugzilla, MITK
muellerm added projects to T14717: Add detailed Documentation for Python module and view: MITK, Bugzilla.
Aug 2 2016, 10:01 AM · Bugzilla, MITK
muellerm added a comment to T14717: Add detailed Documentation for Python module and view.

add GccXml issues for certain gcc issues

Aug 2 2016, 10:01 AM · Bugzilla, MITK
muellerm added projects to T14718: Transfer mitk Images and Surfaces to python in memory: MITK, Bugzilla.
Aug 2 2016, 10:01 AM · Bugzilla, MITK
muellerm added a comment to T14659: Error generating gcc xml on OSX.

removed dependency to gccxml in MITK, since ITK builds it on its own

Aug 2 2016, 10:01 AM · Bugzilla, MITK
muellerm added a comment to T14659: Error generating gcc xml on OSX.

this is a GccXml bug with special gcc versions.
on ubuntu i installed the system GccXml version and passed it to the superbuild with the GCCXML_DIR option. worked for me.
nevertheless this solution should be included in the documentation

Aug 2 2016, 10:01 AM · Bugzilla, MITK
muellerm added a comment to T14659: Error generating gcc xml on OSX.

reopen at least for documentation issues

Aug 2 2016, 10:01 AM · Bugzilla, MITK
muellerm added a comment to T14644: Coordinate of max/min is wrong when planar figures are used as mask.

please change assignee when working on this bug

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
muellerm added a comment to T14507: mitkImageToOpenCVImageFilter (integration of Itk-OpenCV-Bridge).

michael this is finished isnt it?

Aug 2 2016, 10:01 AM · Bugzilla, MITK
muellerm added a comment to T14507: mitkImageToOpenCVImageFilter (integration of Itk-OpenCV-Bridge).

[b8f5f2]: Merge branch 'bug-14507-ItegrationOfITKOpenCVImageBridge'

Merged commits:

2013-08-15 14:05:51 Michael Mueller [e7808a]
renamed the test case

Aug 2 2016, 10:01 AM · Bugzilla, MITK
muellerm added a comment to T14463: Show old name when renaming data nodes in DataManager.

this is a qt model view framework behaviour that could not be changed easily. we had an earlier discussion and i did some research. finally we decided that the effort is too high for the benefit.

Aug 2 2016, 10:00 AM · Bugzilla, MITK
muellerm added a comment to T14416: Create DataManagerLight plugin.

New remote branch pushed: bug-14416-dm-light

Aug 2 2016, 10:00 AM · Bugzilla, MITK
muellerm added projects to T14416: Create DataManagerLight plugin: MITK, Bugzilla.
Aug 2 2016, 10:00 AM · Bugzilla, MITK
muellerm added a comment to T14415: bad layouting in pointset interaction plugin.

[f0a46d]: Merge branch 'bug-14415-bad-layouting-in-pointset-interaction'

Merged commits:

2013-02-04 11:43:15 Michael Mueller [4a5d50]
beautified ui of pointsetinteraction

Aug 2 2016, 10:00 AM · Bugzilla, MITK
muellerm added projects to T14415: bad layouting in pointset interaction plugin: MITK, Bugzilla.
Aug 2 2016, 10:00 AM · Bugzilla, MITK
muellerm added a comment to T14416: Create DataManagerLight plugin.

finished with DM Light.
please open new bugs for issues or new features

Aug 2 2016, 10:00 AM · Bugzilla, MITK
muellerm added a comment to T14416: Create DataManagerLight plugin.

[e4d5e8]: Merge branch 'bug-14416-dm-light'

Merged commits:

2013-02-04 18:19:43 Michael Mueller [1b0c45]
finished with DataManager light according to the requirements

Aug 2 2016, 10:00 AM · Bugzilla, MITK
muellerm added a comment to T14293: QmitkNodeDescriptorManager should return the Unknown descriptor for the Classname "Unknown".

[3d838f]: Merge branch 'bug-14293-return-UnknownDataNodeDescriptor'

Merged commits:

2013-01-18 14:48:34 Michael Mueller [9c0148]
GetDescriptor now returns the UnknownDataNodeDescriptor if "Unkown" is passed as a parameter

Aug 2 2016, 10:00 AM · MITK (2013-03), Bugzilla
muellerm added a comment to T14293: QmitkNodeDescriptorManager should return the Unknown descriptor for the Classname "Unknown".

New remote branch pushed: bug-14293-return-UnknownDataNodeDescriptor

Aug 2 2016, 10:00 AM · MITK (2013-03), Bugzilla
muellerm added projects to T14293: QmitkNodeDescriptorManager should return the Unknown descriptor for the Classname "Unknown": MITK, Bugzilla.
Aug 2 2016, 10:00 AM · MITK (2013-03), Bugzilla
muellerm added a comment to T13767: Planar figures bahve strangely if drawn close to an image border.

Christian what is the status here. Did you work on it. I will try to reproduce it today. If this is a clear issue with the Diffusion plugin please change the component and re-assign

Aug 2 2016, 9:59 AM · Bugzilla, MITK
muellerm added projects to T13577: beautify point set interaction: MITK, Bugzilla.
Aug 2 2016, 9:58 AM · Bugzilla, MITK
muellerm added a comment to T13577: beautify point set interaction.

[b30d4d]: Merge branch 'bug-13577-fix-pointset-interaction-layout'

Merged commits:

2012-11-01 17:23:25 Michael Mueller [afff70]
beautified ui of pointsetinteraction

Aug 2 2016, 9:58 AM · Bugzilla, MITK
muellerm added a comment to T13389: [CentOS 5.7 CDash] Superbuild OpenCV 2.4 does not compile with gcc 4.1.

an obvious solution is to update to 2.4.4 (the current version) including all the necessary effort, e.g. uploading tar balls.
or wait until next minor release? please give a comment

Aug 2 2016, 9:58 AM · Bugzilla, MITK
muellerm added projects to T13353: compile OpenCV without Qt support in MITK superbuild: MITK, Bugzilla.
Aug 2 2016, 9:58 AM · Bugzilla, MITK
muellerm added a comment to T13353: compile OpenCV without Qt support in MITK superbuild.

[b3029f]: Merge branch 'bug-13353-opencv-no-qt-in-superbuild'

Merged commits:

2012-09-11 18:24:50 Michael Mueller [7ce1b7]
small bugfix in stringpropertyeditor
removed automatic Qt setup for Opencv (struggle with Qt App object instantiated by the MITK workbench)

Aug 2 2016, 9:58 AM · Bugzilla, MITK
muellerm added a comment to T13094: Correlation between the ending point of a line and the cross-hair.

well then its not a bug but rather a feature request. the user can, at any time, switch the crosshair on/off.
a good plan would be to make if configurable if the plugin should switch the crosshair off when starting to paint and bring it up again when finished drawing or interacting with the figure. this behaviour was already implemented. but it is the same problem as with Reinit actions by the segmentation bundle: How much "automated user interaction" do we want? making it optional is always a good tradeoff
anyway: afternextrelease

Aug 2 2016, 9:57 AM · Bugzilla, MITK
muellerm added a comment to T12856: Support OpenCV 2.4.2 via superbuild.

[9ab7af]: Merge branch 'bug-12856-opencv-242-superbuild-comp-fixes'

Merged commits:

2012-08-17 10:58:09 Michael Mueller [053a84]
COMP: activating CUDA flag for OpenCV. if no CUDA device is installed it should not matter. opencv gpu functions will raise an exception at runtime if executed without checking for CUDA device

Aug 2 2016, 9:56 AM · Bugzilla, MITK
muellerm added projects to T12856: Support OpenCV 2.4.2 via superbuild: MITK, Bugzilla.
Aug 2 2016, 9:56 AM · Bugzilla, MITK
muellerm added a comment to T12856: Support OpenCV 2.4.2 via superbuild.

[91b345]: Merge branch 'bug-12856-opencv-242-superbuild-comp-fixes'

Merged commits:

2012-08-14 12:53:09 Michael Mueller [a5c5bb]
COMP: further bug fix in PackageDepends command for OpenCV

Aug 2 2016, 9:56 AM · Bugzilla, MITK
muellerm added a comment to T12856: Support OpenCV 2.4.2 via superbuild.

changing bug status to confirmed for all bugs that are currently not in progress

Aug 2 2016, 9:56 AM · Bugzilla, MITK
muellerm added a comment to T12856: Support OpenCV 2.4.2 via superbuild.

[07008f]: Merge branch 'bug-12856-opencv-242-superbuild'

Merged commits:

2012-08-13 18:07:25 Michael Mueller [cb7be6]
fixed opencv superbuild usage for unix systems

Aug 2 2016, 9:56 AM · Bugzilla, MITK
muellerm added a comment to T12856: Support OpenCV 2.4.2 via superbuild.

[e56099]: Merge branch 'bug-12856-opencv-242-superbuild-comp-fixes'

Merged commits:

2012-08-14 10:40:58 Michael Mueller [c4f843]
COMP: added fix for opencv integration

Aug 2 2016, 9:56 AM · Bugzilla, MITK
muellerm added a comment to T12827: RegionGrowing "Confirm segmentation" produces empty segmentation from a correct preview.

changing bug status to confirmed for all bugs that are currently not in progress

Aug 2 2016, 9:56 AM · Bugzilla, MITK
muellerm added a comment to T12827: RegionGrowing "Confirm segmentation" produces empty segmentation from a correct preview.

[6d386d]: Merge branch 'bug-12827-regiongrowing-not-working'

Merged commits:

2012-08-08 19:37:04 Michael Mueller [1461ae]
fixed adaptive region growing:

  • lower and upper threshold spinboxes are not bounded at a fixed value
  • after segmentation the preview gets hidden
  • create segmentation from preview working again
Aug 2 2016, 9:56 AM · Bugzilla, MITK
muellerm added projects to T12827: RegionGrowing "Confirm segmentation" produces empty segmentation from a correct preview: MITK, Bugzilla.
Aug 2 2016, 9:56 AM · Bugzilla, MITK
muellerm added projects to T12821: Added persistence caparbilities for Debug options in CameraCalibration Module: MITK, Bugzilla.
Aug 2 2016, 9:56 AM · Bugzilla, MITK
muellerm added a comment to T12821: Added persistence caparbilities for Debug options in CameraCalibration Module.

[254ba8]: Merge branch 'bug-12821-rework-endodebug-class'

Merged commits:

2012-08-08 11:43:42 unknown [22dff4]
some modifications to VideoInputSource

Aug 2 2016, 9:56 AM · Bugzilla, MITK