[Insight-users] is there a quick way of writing a filtered image to an image

Ming Chao mingchao2005 at gmail.com
Thu Jan 14 16:14:12 EST 2010


To correct step 2, one needs to call

filter->Update();

then the filtered image is just like a regular image.

Sorry for the noise.

On Thu, Jan 14, 2010 at 2:34 PM, Ming Chao <mingchao2005 at gmail.com> wrote:

> It sounds like a silly question. Here is what I want.
>
> (1) I have an image and I want to flip y axis using itkFlipImageFilter;
> (2)  write the filtered image to an image
> (3)  save the image in raw binary format.
>
> I know I can save the filtered image and write it out as an image and then
> read in the image and do the conversion. But this is awkward. I'd like to
> have one main function to all 3 steps. Any help? Thanks very much in
> advance,
>
> Ming
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100114/7d9b2847/attachment.htm>


More information about the Insight-users mailing list