[vtkusers] How to generate MIP (maximum intensity projection) image from a 3D image ?

David Cole DLRdave at aol.com
Mon Aug 17 06:42:08 EDT 2015


This example:


https://github.com/Kitware/VTK/blob/master/Examples/GUI/Qt/FourPaneViewer/QtVTKRenderWindows.cxx

uses a vtkResliceCursorWidget to interactively define slabs for MIP
images on a loaded DICOM dataset.

Perhaps you can use that code to figure out how to get a MIP image from
your own data.


HTH,
David C.


On Monday, August 17, 2015, zhq <15891495523 at 126.com> wrote:

> Deal all:
>
>         I have a 3D image, and I want to generate a 2D MIP image. Which VTK
> class can help me? I want to set the projection plane, the slab thickness.
>         When I search for help from network, someone tell me
> vtkImageResliceMapper will help. And I find the class has some good
> function, for example SetSlicePlane, SetSlabTypeToMax, SetSlabThickness. It
> seems like the class is the one. But, I don't know how to use this class,
> and I can't find a example.
>         Should this class satisfiy my need? How to use this usefulness
> class?
>         Thanks in advance!
>
> ZhangQiang
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/How-to-generate-MIP-maximum-intensity-projection-image-from-a-3D-image-tp5733520.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150817/59905e68/attachment.html>


More information about the vtkusers mailing list