[Insight-users] slice-wise running of filters

Luis Ibanez luis . ibanez at kitware . com
Tue, 17 Jun 2003 09:32:08 -0400


Hi Zein,

The ExtractImageFilter is used for this purpose.

It takes your 3D volume, extracts a 2D slice and
then you pass this slice to the actual filter.

NOTE that there is a difference between

   1) extract slice  + process 2D image
   2) process 3D image + extract slice

In particular for all the filters that use neighbor
information.

If you want to get 3D consistent results, you may
want to use the SetRequestedRegion() feature in
order to request a slice from the output.


Regards,


    Luis



--------------
salah wrote:
> Hello all,
> 
> I am wandering if there is some way to perform the
> execution itk filters in a slice-wise fashion. This would 
> much faster and could be quite sufficient for some
> filters (smoothing filters, morphology filter, mean, median,
> varience, ...).
> 
> Does something like this already exist?
> 
> Thanks,
> Zein
> 
> 
> ->8<------------->8<------------->8<------------->8<------------->8<------------->8<-
> Zein I. Salah 
> University of Tübingen, WSI-GRIS, Sand 14, 72076 Tübingen 
> Email: salah at gris . uni-tuebingen . de
> Tel.: (07071) 29 75465 (GRIS),           Fax: (07071) 29 54 66
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at www . itk . org
> http://www . itk . org/mailman/listinfo/insight-users
>