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.