[Insight-users] Generating thin slice mIP from itk volumes.

Luis Ibanez luis.ibanez at kitware.com
Tue Jun 17 13:13:01 EDT 2008


Hi Sachin,

It is relatively easy to do this if you are using only
orthogonal projections.


You may want to take a look at the filter:


          itkMaximumProjectionImageFilter



This class was contributed by Gaetan Lehmann to the Insight Journal:

http://insight-journal.org/midas/handle.php?handle=1926/164

The code is currently under : Insight/Code/BasicFilters.


You could also write the code directly using LinearImageIterators.



   Regards,


      Luis


---------------------------
Sachin Jambawalikar wrote:
> Hi all,
> 
> I have a volume for which I need to generate thin slice mIP(minimum
> intensity projection)or a sliding window mIP. What this means is that
> for example if I have a 100 slice volume and if my window size is 7
> what I want to do is  generate the mIP of the 4th slice using slices 1
> to 7 ,then mIP of 5th slice using slices 2 to 8th  and so on for the
> entire volume. Is there  way using slice iterators to do this or easy
> there any other way in itk.
> 
> 
> Regards
> --Sachin
> _______________________________________________
> 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