<font size="2"><font face="verdana,sans-serif">It is more logical (and correct, if you will) that you apply rescaling before slice extraction.</font></font><div><font size="2"><font face="verdana,sans-serif"><br></font></font></div>

<div><font size="2"><font face="verdana,sans-serif">HTH<br></font></font><br><div class="gmail_quote">On Thu, Jun 9, 2011 at 11:39, john smith <span dir="ltr">&lt;<a href="mailto:mkitkinsightuser@gmail.com">mkitkinsightuser@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">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="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%">
</div>
<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div>