[vtkusers] PET Cult

David Gobbi david.gobbi at gmail.com
Tue Sep 15 09:02:06 EDT 2015


Hi Marco,

Building a PET lookup table is more complicated than that.
For example, here is the code in my vtkDICOMLookupTable class:
https://github.com/dgobbi/vtk-dicom/blob/master/Source/vtkDICOMLookupTable.cxx#L95

Or, you can use the LUT data from the dicom standard, e.g.:
https://www.dabsoft.ch/dicom/6/B.1/

 - David


On Tue, Sep 15, 2015 at 6:31 AM, Marco Dev <marco.dev.open at gmail.com> wrote:

> Hi,
> Preset  for  PET Clut in vtkLookupTable format  look like such as follow
> bellow:
>   vtkSmartPointer<vtkLookupTable> lut =
>   lut<vtkLookupTable>::New(); // hot color map
>   lut->SetRange(x, y);
>   lut->SetHueRange(x,y );
>   lut->SetValueRange( y, y );
>   lut->Build();
> Thanks
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150915/d79d311f/attachment.html>


More information about the vtkusers mailing list