[ITK] [ITK-dev] PET Cult
Marco Dev
marco.dev.open at gmail.com
Tue Sep 15 08:31:12 EDT 2015
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/community/attachments/20150915/f61e0e3e/attachment.html>
-------------- next part --------------
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php
Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-developers
More information about the Community
mailing list