i have a question about something that i am having a hard time finding answers on google: color level and color window.

I am using itkIntensityWindowingImageFilter1 to set both of them, but i really don't know what's the logic behind how to set these things.

Every time i try a value, either the image is too white or too black (sometimes just a white object, other you can't even see it on the black background).

It would be of great help if someone here could tell me what's the best way to set this

PS: I know this is, in most cases, a job for VTK, but for this i need it to be done by ITK.

Thanks.

link|improve this question
To be clear, are you running itkIntensityWindowingImageFilter on a color image, e.g. an image with 3 components? – Daniel Blezek Sep 22 '11 at 20:59
feedback

1 Answer

up vote 0 down vote accepted

This functor class applies a linear transformation A.x + B inside a specified range. Values below the range are mapped to a constant. Values over the range are mapped to another constant.

There is a very nice example at:

http://www.vtk.org/Wiki/ITK/Examples/ImageProcessing/IntensityWindowingImageFilter

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.