[Insight-users] ask help for DeformableModel1

kingaza at gmail.com kingaza at gmail.com
Mon Dec 20 22:06:48 EST 2004


hi Julien,

thx for your answer
I just follow the ItkSoftwareGuide.pdf
then how can I get the 3D images and 3D binary masks?
it seems that all the images used in the examples and tests are 2D.

regards,
kingaza



On Mon, 20 Dec 2004 11:51:40 -0500, Julien Jomier <jjomier at cs.unc.edu> wrote:
> Hi Kingaza,
> 
> DeformableModel1 works only for 3D images as input and 3D binary masks.
> Also, you have to make sure that the dimensions of your image in each
> direction is at least 4 pixels (for the itkRecursiveGaussianImageFilter).
> 
> I'm adding a try/catch() around the gradientMapFilter->Update() to write
> out the description of the exception.
> 
> Hope that helps,
> 
> Julien
> 
> kingaza at gmail.com wrote:
> > hi all,
> >
> > I am trying DeformableModel1, and meet some troubles
> > i run it in the command line:
> > DeformableModel1 BrainProtonDensitySlice.png ConfidenceConnectedOutput1.png
> > which the last png file is the output from the example ConfidentConnected
> >
> > but it tell me that:
> > This application has requested the Runtime to terminate it in an
> > unusual wa. Please contact the application's support team for more
> > information.
> >
> > I debug the project DeformableModel1, and find there is an exception throw in
> >  gradientMapFilter->Update();
> >
> > please tell me what happens
> >
> > regards,
> > kingaza
> > _______________________________________________
> > Insight-users mailing list
> > Insight-users at itk.org
> > http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list