[Insight-users] Need help with orientation of images

Luis Ibanez luis.ibanez at kitware.com
Fri, 06 Feb 2004 18:15:35 -0500


Hi Sandhya,

If you are using the code in

  InsightApplications/
                Auxiliary/
                   QtImageViewer

you could modify the class

       QtSliceViewer

by adding "Set" methods for
changing the values of the
flip booleans

     cFlipX
     cFlipY
     cFlipZ


Please let us know if you have
further questions,


    Thanks


      Luis


----------------------------
Thimmaiah, Sandhya wrote:

> I am using Qt..I tried the example in itk application but in that the
> orientation is upside down. Do you have any suggestions other than flip
> image...
> 
> -----Original Message-----
> From: Luis Ibanez [mailto:luis.ibanez at kitware.com]
> Sent: Friday, January 23, 2004 11:10 AM
> To: Thimmaiah, Sandhya
> Cc: ITK (E-mail)
> Subject: Re: [Insight-users] Need help with orientation of images
> 
> 
> 
> Hi Sandhya,
> 
> That sounds like a visualization problem rather
> than an image processing one.
> 
> If you want to modify the orientation of the data
> can use the FlipImageFilter.
> 
> There is an example in
> 
>    Insight/Examples/Filtering/
>                       FlipImageFilter.cxx
> 
> But.. this is *very* dangerous ! Note that 2% of the
> (reported) medical errors in the US are "wrong side"
> surgery. (e.g. operating on the left side instead of the
> right side.). Note that fliping the top-bottom of a
> dataset *also* flips the interpretation of left-right
> in the patient. Using the FlipImageFilter is an dangerous
> oportunity to increase this 2%.
> 
> 
> What are you using for displying the image ?
> 
> 
>     Luis
> 
> 
> -------------------------
> Thimmaiah, Sandhya wrote:
> 
> 
>>Hello,
>>How can I change the orientation of the image when I display the DICOM
>>image.For ex: front at top or front at the bottom.. I would really
>>appreciate your help
>>_______________________________________________
>>Insight-users mailing list
>>Insight-users at itk.org
>>http://www.itk.org/mailman/listinfo/insight-users
>>
> 
> 
> 
>