<span class="gmail_quote"></span>Hi,<br><br>I am new to ITK and started reading parts of the software guide as<br>required.<br><br>I need to change the pixel values of an image to 255 if its value is<br>between 1-127 and to 0 if its value is between 128-254. Keep all pixels
<br>of 0 and 255's as they are. I noticed ThresholdOutside function in<br>ThresholdImageFilter but in a way I need a "ThresholdInside" function. Is<br>there such a function that would allow me to do this?<br>
<br>I looked at BinaryThresholdImageFilter and ThresholdImageFilter<br>classes for this particular problem.<br><br>Thanks,<br><span class="sg"><br>Sharath<br><br>
</span>