Hi all,<br><br>I am using MRI gray scale images as input to an algorithm, creating a output image out of it. Now in my final output image, I want some pixel values to be set to green color and some to red color.<br><br>So if &quot;it&quot; is an iterator on outputImage then I am doing it.set(GreenPixelValue) <br>
<br>Now what is the GreenPixelValue I need to give. Initially I copy the input gray scale image to outputImage but after some processing, I want to set new pixel values like green color, red color etc. How can I do this in ITK.<br>
<br>Thanks,<br>Harish<br>