Re: [mitk-users] Segmentation Algorithms

2021-03-26 Thread Clarkson, Matt
verride of DoUpdatePreview() in the derived classes. Hope that helps a bit. Best Rafl - Date: Wed, 3 Mar 2021 17:14:17 + From: "Nolden, Marco" To: "Clarkson, Matt" , "mitk-users@lists.sourc

Re: [mitk-users] Segmentation Algorithms

2021-03-03 Thread Clarkson, Matt
Hi Marco, I hope you are well. Thanks, I’ll brush up on my C++ skills and take a look. M From: "Nolden, Marco" Date: Wednesday, 3 March 2021 at 17:14 To: "Clarkson, Matt" , "mitk-users@lists.sourceforge.net" Subject: AW: Segmentation Algorithms Hi Matt, I think the source code is the best re

Re: [mitk-users] Segmentation Algorithms

2021-03-03 Thread Nolden, Marco
Hi Matt, I think the source code is the best reference ;) I would assume it’s mostly ITK based, e.g. https://phabricator.mitk.org/source/mitk/browse/develop/Modules/Segmentation/Interactions/mitkWatershedTool.cpp$107 for the watershed. Hope that helps. Marco Von: Clarkson, Matt Gesendet: D

Re: [mitk-users] segmentation of mitral valve from sparse rotational MRI images

2020-12-01 Thread Dinkelacker, Stefan
mages. Von: Dinkelacker, Stefan Gesendet: Dienstag, 1. Dezember 2020 12:54 An: lorenzo bennati; mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] segmentation of mitral valve from sparse rotational MRI images Hi, it is totally possible to load let's say 18 dynamic (time-re

Re: [mitk-users] segmentation of mitral valve from sparse rotational MRI images

2020-12-01 Thread Dinkelacker, Stefan
Hi, it is totally possible to load let's say 18 dynamic (time-resolved) 2d images into MITK. As long as the images still contain their position and orientation meta data they will be positioned accordingly in space and time by MITK. You can then segment each image with the Segmentation or Mul

Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION

2020-07-28 Thread Amit Choudhari
@lists.sourceforge.net Betreff: Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION Which OS? Peter Von: Amit Choudhari Gesendet: Montag, 27. Juli 2020 20:21 An: Neher, Peter Betreff: Re: Segmentation not working in latest nightly

Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION

2020-07-28 Thread Neher, Peter
Choudhari; mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION Which OS? Peter Von: Amit Choudhari Gesendet: Montag, 27. Juli 2020 20:21 An: Neher, Peter Betreff: Re: Segmentation not

Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION

2020-07-28 Thread Neher, Peter
Which OS? Peter Von: Amit Choudhari Gesendet: Montag, 27. Juli 2020 20:21 An: Neher, Peter Betreff: Re: Segmentation not working in latest nightly windows build of MITK-DIFFUSION Thank you, Sir. Please share link to older installer. Best, Amit.

Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION

2020-07-27 Thread Neher, Peter
Sure, I hope this will be resolved soon. In the meantime the workaround should help. Otherwise I can also provide you with an older installer where the segmentation on diffusion images still works. Best, Peter Von: Amit Choudhari Gesendet: Montag, 27. Juli 2

Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION

2020-07-27 Thread Amit Choudhari
Dear Sir, Will this issue be resolved in further updates/nightly builds? Best, Amit From: Neher, Peter Sent: Monday, July 27, 2020 11:38:57 PM To: Amit Choudhari ; mitk-users@lists.sourceforge.net Subject: AW: Segmentation not working in latest nightly windows

Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION

2020-07-27 Thread Neher, Peter
Dear Amit, as answered below, a workaround is to segment on a 3D image. For example use a T1 or b0 image of your data. IVIM data = diffusion data = 4D data. Best, Peter Von: Amit Choudhari Gesendet: Montag, 27. Juli 2020 17:04 An: Neher, Peter; mitk-users@l

Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION

2020-07-27 Thread Amit Choudhari
Dear Sir, Encountered this while working with IVIM data. Needed a 3d roi, so used segmentation tool. Thank you. Best Regards, Amitkumar J. Choudhari, Asst. Prof., Dept of Radiodiagnosis, Tata Memorial Hospital. From: Neher, Peter Sent: Monday, 27 July, 2020,

Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION

2020-07-27 Thread Dinkelacker, Stefan
Hi, this issue is addressed in https://phabricator.mitk.org/T27602?. Best regards, Stefan Von: Neher, Peter Gesendet: Montag, 27. Juli 2020 15:59 An: Amit Choudhari; mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] Segmentation not working in

Re: [mitk-users] Segmentation not working in latest nightly windows build of MITK-DIFFUSION

2020-07-27 Thread Neher, Peter
Hi Amit, thank you for reporting this. It is an issue apparently only affecting 4D images such as diffusion images. If you only load a 3D image, the segmentation should work. Peter Von: Amit Choudhari Gesendet: Montag, 27. Juli 2020 15:01 An: mitk-users@lis

Re: [mitk-users] Segmentation of a specific ROI

2019-06-17 Thread Dinkelacker, Stefan
Hi Jaafar, welcome to the MITK community. To crop an image you could use the Image Cropper plugin for example. It is the kind of box-shaped icon in the General toolbar. You also have the option to roughly pre-segment your structure of interest and right-click on your segmentation in the Data Ma

Re: [mitk-users] Segmentation shift

2017-06-21 Thread Nil Goyette
Hi Stefan, Ouch, I now have second thoughts on fixing this! No, seriously, I'll try it anyway but I do start with a less-than-positive attitude ;) I'm not sure it's the same bug though. The visual is different. I can reinit then rotate the axis as much as I want and it's ok. If I do a Global

Re: [mitk-users] Segmentation shift

2017-06-21 Thread Dinkelacker, Stefan
Hi, this may also have something to do with [1]? Make sure to click on "Show older changes" to see all the comments and example images/animations. Best, Stefan [1] https://phabricator.mitk.org/T18776 Von: Nil Goyette Gesendet: Dienstag, 20. Juni 2017 20

Re: [mitk-users] Segmentation

2016-02-24 Thread Fetzer, Andreas
Datum: Tuesday 23 February 2016 10:11 An: Andreas Fetzer mailto:a.fet...@dkfz-heidelberg.de>> Betreff: Re: [mitk-users] Segmentation Hi Andreas, I have built MITK Workbench from master, as you said - it is true that the segmentation module works "better", and I suppose the bugs a

Re: [mitk-users] Segmentation

2016-02-22 Thread Fetzer, Andreas
Hi Amir, according to your screenshots, the issue you describe is solved in the current master. See also bug http://bugs.mitk.org/show_bug.cgi?id=11477 MITK did not handle left handed geometries very well. You can verify that, by building the MITK master by yourself (as you already did). You ca

Re: [mitk-users] Segmentation Outline

2013-07-11 Thread Kislinskiy, Stefan
Sorry, I meant m_ResultNode->SetBoolProperty as 2nd example. Von: Kislinskiy, Stefan [mailto:s.kislins...@dkfz-heidelberg.de] Gesendet: Donnerstag, 11. Juli 2013 10:56 An: Pedro Cardoso; mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] Segmentation Outline Hi, #include m_ResultN

Re: [mitk-users] Segmentation Outline

2013-07-11 Thread Kislinskiy, Stefan
Hi, #include m_ResultNode->SetProperty("outline", mitk::BoolProperty::New(true)); or m_ResultNode->SetProperty("outline", true); Best, Stefan Von: Pedro Cardoso [mailto:woundwort1...@gmail.com] Gesendet: Donnerstag, 11. Juli 2013 02:38 An: mitk-users@lists.sourceforge.net Betreff: [mitk-u

Re: [mitk-users] Segmentation tools not working after reinit

2012-08-16 Thread Fetzer, Andreas
Hi Stefan, thank for reporting this issue. I was able to reproduce this bug using the MITK 2012-06 release version. However in our current master this bug seems to be fixed. Some time ago we made bigger changes to our image reslicing mechanism which is also used by the segmentation. I think thi

Re: [mitk-users] Segmentation Contour Drawing is Slow Until vtkOpenGLTexture Error

2012-06-21 Thread Müller , Michael
Hi Chris, thanks für using MITK. Please report this issue on our bugtracking system http://bugs.mitk.org There is already a component for everything related to rendering. Reporting a bug really eases the process of fixing these issues and you can follow the process or contribute your own ideas

Re: [mitk-users] Segmentation on reoriented planes

2009-10-05 Thread Samuel Silva
Hello to all! Thanks for the updates on this subject. I'll keep an eye on the mailing list and on the bug tracker. As I said, at this stage I might not be able to usefully contribute to the code, given that I'm still a bit out of the "mechanics" involved. I'll study the subject and contribute

Re: [mitk-users] Segmentation on reoriented planes

2009-10-05 Thread Seitel Mathias
nal Message- > From: Yves Martelli [mailto:ymarte...@cistib.upf.edu] > Sent: Monday, October 05, 2009 9:26 AM > To: mitk-users@lists.sourceforge.net > Subject: Re: [mitk-users] Segmentation on reoriented planes > > Dear Samuel, > Just to confirm that we are still at the same po

Re: [mitk-users] Segmentation on reoriented planes

2009-10-05 Thread Yves Martelli
[mailto:d.male...@dkfz-heidelberg.de] Sent: lunes, 05 de octubre de 2009 8:02 To: mitk-users@lists.sourceforge.net Subject: Re: [mitk-users] Segmentation on reoriented planes On Thu, 2009-10-01 at 16:43 +0100, Samuel Silva wrote: > Hi! > > I was wondering how are things going regarding segmen

Re: [mitk-users] Segmentation on reoriented planes

2009-10-04 Thread Daniel Maleike
On Thu, 2009-10-01 at 16:43 +0100, Samuel Silva wrote: > Hi! > > I was wondering how are things going regarding segmentation on > reoriented planes. This would be a valuable feature for me also. > I will probably not be able to help much on the development but if you > need anyone to test it I w

Re: [mitk-users] Segmentation on reoriented planes

2009-10-01 Thread Samuel Silva
Hi! I was wondering how are things going regarding segmentation on reoriented planes. This would be a valuable feature for me also. I will probably not be able to help much on the development but if you need anyone to test it I will be glad to help. Best regards, Samuel Seitel Mathias wrote:

Re: [mitk-users] Segmentation on reoriented planes

2009-09-18 Thread Yves Martelli
-heidelberg.de] Sent: viernes, 18 de septiembre de 2009 10:53 To: Yves Martelli; mitk-users@lists.sourceforge.net Cc: Schwarz Tobias Subject: RE: [mitk-users] Segmentation on reoriented planes Hi Yves, Thanks for your report. The mitk::ExtractDirectedPlaneImageFilter is mostly based on code from the MITK

Re: [mitk-users] Segmentation on reoriented planes

2009-09-18 Thread Seitel Mathias
Hi Yves, Thanks for your report. The mitk::ExtractDirectedPlaneImageFilter is mostly based on code from the MITK rendering module, namely from mitk::ImageMapper2D. Part of this code may be rendering-specific and therefore appear cumbersome when just using this filter to extract slices. You

Re: [mitk-users] Segmentation fault in Pic2vtk::convert on Mac OS X

2009-01-26 Thread Stephan Wirth
Hi Sascha, On Fri, Jan 23, 2009 at 3:02 PM, Zelzer Sascha wrote: > Hi, > > there are some known MITK runtime problems with ITK 3.10 (although MITK > compiles with it). ITK 3.8 works fine. > > Maybe someone with more insight into the ITK 3.10 integration can tell you if > your problems are relat

Re: [mitk-users] Segmentation fault in Pic2vtk::convert on Mac OS X

2009-01-23 Thread Zelzer Sascha
Hi, there are some known MITK runtime problems with ITK 3.10 (although MITK compiles with it). ITK 3.8 works fine. Maybe someone with more insight into the ITK 3.10 integration can tell you if your problems are related to this specific version. Cheers, Sascha > -Ursprüngliche Nachricht---

Re: [mitk-users] Segmentation Fault using QmitkSliceWidget

2008-07-14 Thread Marco Nolden
Hi Stephan, thanks for finding out / reporting this. I will add it to the build instructions. By the way, at our department we are ususally using the VTK included with ubuntu, it works fine! Regards Marco Stephan Wirth wrote: > On Tue, Jul 8, 2008 at 3:28 PM, Stephan Wirth <[EMAIL PROTECTED]>

Re: [mitk-users] Segmentation Fault using QmitkSliceWidget

2008-07-10 Thread Stephan Wirth
On Tue, Jul 8, 2008 at 3:28 PM, Stephan Wirth <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~/src/mitk-build/bin$ ./Step4 > ../../mitk/Testing/Data/Pic3D.pic.gz ../../mitk/Testing/Data/lungs.vtk > QmitkRegisterClasses() > CoreObjectFactory: created instance of CoreObjectFactory > Loading ../../mit