[Insight-users] quesition of itkShapeDetectionLevelSetImageFilter in 3D

kingaza at gmail.com kingaza at gmail.com
Sat Apr 16 09:36:06 EDT 2005


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() );
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fastmarching.png
Type: image/png
Size: 5336 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/insight-users/attachments/20050416/a776a4fd/fastmarching-0001.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shape.png
Type: image/png
Size: 2083 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/insight-users/attachments/20050416/a776a4fd/shape-0001.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sigmoid.png
Type: image/png
Size: 16218 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/insight-users/attachments/20050416/a776a4fd/sigmoid-0001.png


More information about the Insight-users mailing list