[Insight-users] Segmentation Programs in ITKApplication
Bing Jian
bjian@cise.ufl.edu
Wed May 12 00:54:23 EDT 2004
Hi Luis,
Thanks for your clarification. It's my bad to mistakenly say
LevelSetSegmentation, What I meant to say is ShapeDetectionLevelSet.
Sorry for that.
By "etc" I mean some other programs but not belonging to segmentation,
like Insight-Application/ImageRegistration. I remembered that I asked
it before, at that time you said those GUI programs were not very
stable as their console counterparts.
Thanks!
--
Best wishes,
Bing Jian
bjian@cise.ufl.edu
On Tue, 11 May 2004, Luis Ibanez wrote:
>
> Hi Bing,
>
> Thanks for adding more information to your email.
>
> Kai is right, your problem is related to trying to
> process 2D images with programs that are intended
> for 3D images.
>
>
> A - GeodesicActiveContours is for 3D images
> B - FastMarchingLevelSet is for 3D images
>
> C - LevelSetSegmentation is for 2D images
> but it doesn't really
> have a GUI, only a VTK
> Tcl script for visualization.
> Are you sure you tried this one ?
>
> D - by "etc" ? you mean which ones ? :-/
>
>
>
>
> (A) and (B) will not work in 2D images, you can
> load them and the viewer will show them but the
> neighborhood computations of the preprocessing will
> fail.
>
> (C) please confirm if you are really using
> LevelSetSegmentation. If so, you may be
> facing a different problem.
>
>
>
> Please use 3D images or modify the code for running
> in 2D. After all, that's the beauty of open source :-)
> These applications have the image dimension defined
> in a single place, so it is quite easy to adapt them
> to 2D.
>
> You will find 3D images in the Data link of itk.org.
>
> http://www.itk.org/HTML/Data.htm
>
>
>
>
> Regards,
>
>
> Luis
>
>
> ---------
> Bing Jian wrote:
>
> > Hi Luis,
> >
> > Sorry for not describing my problem clearly.
> > Actually I have such problem with almost all segmentation
> > GUI demos like GeodesicActiveContour, LevelSetSegmentation,
> > FastMarchingLevelSet, etc. The images I am trying to load
> > are just 2D *.png images from ITK datasets, I can view them
> > after loading. But if I continue the processing, for example,
> > click the 'Gradient Magnitude' button in Geodesic Active Contour
> > program, it crashes with "Aborted" message. I do not change
> > any default parameters.
> >
>
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list