[ITK-users] [ITK] rescaling output of vesselness filter 0 and 1

Timothee Evain tevain at telecom-paristech.fr
Fri Aug 28 05:26:20 EDT 2015


Hello Prashanth,

What's the problem with the RescaleIntensityImageFilter ? 
If you set the output min / max to 0 and 1 with corresponding functions it should works.
Don't forget to switch to float (or double) for the Rescaler filter output also, otherwise it's obvious you will lose information.

Tim

----- Mail original -----
De: "Prashanth" <prashanth.dumpuri at gmail.com>
À: "itk" <insight-users at itk.org>
Envoyé: Jeudi 27 Août 2015 19:03:54
Objet: [ITK] [ITK-users] rescaling output of vesselness filter 0 and 1

All, 

What is the best way/filter to rescale the output of Vesselness filters (like MultiScaleHessianBasedMeasureImageFilter) to lie between 0 and 1 without losing any of the information from the vesselness image? 

I'm using the data type of my input image as the data type for the vesselness image. So, if my input image is an int, then my vesselness image is an int image as well. I have tried itk's RescaleIntensityImageFilter and ShiftScaleImageFilter with no luck. 

Thanks 
Prashanth 

_____________________________________
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://www.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-users

_______________________________________________
Community mailing list
Community at itk.org
http://public.kitware.com/mailman/listinfo/community


More information about the Insight-users mailing list