Re: [mitk-users] Build error

2014-02-25 Thread Urban Simoncic
Hi, if there exists any code (with MITK-compatible license) featuring multiple displays for longitudinal studies, I would appreciate to get it with MITK examples. Best, Urban On 25.2.2014 10:24, Sascha Zelzer wrote: > Hi, > > On 02/14/2014 02:50 PM, Urban Simoncic wrote: >> Hi, >> Wha

Re: [mitk-users] Change pixel type of Image

2014-02-25 Thread Sascha Zelzer
Hi, there is no MITK filter available for changing the pixel type directly. You could use the ITK CastImageFilter [1] and use the AccessByItk macros [2] to convert the MITK Image to ITK and then back to MITK. You can have a look at Modules/ImageStatistics/mitkImageStatisticsCalculator.cpp which is

Re: [mitk-users] ITK image processing and MITK image rendering

2014-02-25 Thread Sascha Zelzer
Hi Annabelle, to better help you it would help us if you could provide more context. Where did you put the code below? (In a MITK module, contained in a separate project; somewhere in the MITK source tree itself; etc.). Please also post the code which "didn't work" so we know what you alread

Re: [mitk-users] Possible memory leak detected

2014-02-25 Thread Alfred Franz
Hi Miguel, thanks for reporting this bug! I filed a bug in our bugzilla tracker for it: http://bugs.mitk.org/show_bug.cgi?id=17323 (bug 17323). Please check this bug for updates / bugfixes. You can also add comments to this bug if there are further notes or if you have any hints how to fix it.

Re: [mitk-users] mitk roadmap

2014-02-25 Thread Sascha Zelzer
Hi James, the next MITK release (due in March) will support VTK 6. Qt5 will also be supported at the build system level in the March release. You will be able to write MITK libraries based on Qt5. We did not migrate MITK Qt code yet to Qt5 though. This depends on a couple of other factors and

Re: [mitk-users] Build error

2014-02-25 Thread Sascha Zelzer
Hi, On 02/14/2014 02:50 PM, Urban Simoncic wrote: > Hi, > >>>What actually >>> I can change when using MITK as application framework? Just the name, >>> selection of plugins used, help files, ...? Or I can easily do more >>> comprehensive changes in the application (e.g. change the GUI interfa