[Insight-users] quesition of itkShapeDetectionLevelSetImageFilter in 3D

Luis Ibanez luis.ibanez at kitware.com
Sun Apr 17 17:29:05 EDT 2005



Hi Kingaza,


Thanks for posting the screen shots of your output.

It seems that the speed image is not being connected
correctly to the FastMarching filter.

Your manipulations of origin and spacing may easily
be part of the problem....


You may also have an problem with the scaling of the
speed image. Are you using values from 0.0 to 1.0 ??



Please post your code to the list.



   Thanks


      Luis




-----------------------------
kingaza at gmail.com wrote:
> hi all,
> 
> I am so terribly puzzled to this problem.
> I have tried ShapeDetectionLevelSetFilter in a 3D case. Everything is
> ok, but for the last process. It's seems that the feature image out
> from sigmoid filter doesn't work at all.
> 
> the attachment pictures are the results out from fastmarching, sigmoid
> and shapedetection filters, which i captured from paraview.
> 
> eager for any tip!
> 
> regards,
> kingaza
> 
> btw, because of different spacing and origin, i add these codes
>        fastMarching->SetOutputOrigin(
>                reader->GetOutput()->GetOrigin() );
>        fastMarching->SetOutputSpacing(
>                reader->GetOutput()->GetSpacing() );
> after
>        fastMarching->SetOutputSize(
>                reader->GetOutput()->GetBufferedRegion().GetSize() );
> 
> 
> ------------------------------------------------------------------------
> 
> 
> ------------------------------------------------------------------------
> 
> 
> ------------------------------------------------------------------------
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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