Hello to all,<br><br>I have a 3D volume image with pixel value [0,269] and I want to display a slice of it. But I want to rescale it from [0,255], so except from the image extract filter I am using a rescale image filter. My pipeline is:<br>
<br>   filter_rescale-&gt;SetInput( reader-&gt;GetOutput() );<br>   filter_extract-&gt;SetInput( filter_rescale-&gt;GetOutput() );<br>   writer-&gt;SetInput( filter_extract-&gt;GetOutput() );<br><br>As it seems I am using the rescale image filter after the reader. If I used the rescale_filter after the filter_extract, then my results would be different than using rescale_filter after reader?What is the correct in processing raw data? To rescale the hole 3D volume, or just the extracted slice?<br>
<div style="visibility: hidden; left: -5000px; position: absolute; z-index: 9999; padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">
</div>