<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD><TITLE></TITLE>
<STYLE>
body, table, tr, td, p {font-family: Verdana;font-size:12px;margin: 0px 0px 0px 0px}
.bgtabl {BACKGROUND-REPEAT: no-repeat}
</STYLE>
</HEAD>
<BODY bgProperties="fixed" bgcolor="#FFFFFF" background="http://flashimg.club-internet.fr/flashmail/Skins/Vacance2/vide.gif">
<br>
<br>
Hi luis,<br>
<br>
Thanks for your advices to register my volumes.<br>
<br>
1-2) I work with volview, so I can crop volumes but the only format I
can save for future use is .raw . Volview don't generate a header file
for raw datas. That's the reason why I didn't know the*.mha files. Now,
I'll edit the *.mha files!<br>
I use the itkRegionOfInterestImageFilter, and that's great!<br>
File format isn't a problem anymore.<br>
<br>
3)I don't know how to rescale intensity. PET images are very dark
(pelvis images). Since there's no visible anatomical structures, I'm
wondering if it is possible to register that type of volumes. I tried
to lighten the volume with shiftfilter plus rescaleintensityfilter but
the result isn't very satisfactory. I will try with
IntensityWindowingImageFilter.<br>
I had some results but have still some questions:<br>
What is the resulting volume of MultiResMIRegistration filter? It seems
to be the moving volume on which is applied the rigid transform (and
rescale) computed by the filter .<br>
How can I see the registration result? Is there any filter which merges volumes or overlays slices one by one?<br>
<br>
4) I read a lot of publications about mutual information to know how it
works and know more about filter parameters of
MultiResMIRegistrationfilter.<br>
<br>
Thanks,<br>
<br>
Laurent.<br>
<br>
<br>
<br>----Message d'origine----
<br>&gt;Date: Sat, 02 Apr 2005 11:15:20 -0500
<br>&gt;De: Luis Ibanez <luis.ibanez @kitware.com="">
<br>&gt;A: laurent.paul@club-internet.fr
<br>&gt;Copie à: insight-users@itk.org
<br>&gt;Sujet: Re: [Insight-users] MultiResMIRegistration problem
<br>&gt;
<br>&gt;
<br>&gt;
<br>&gt;Hi Laurent,
<br>&gt;
<br>&gt;
<br>&gt;      Coffee always helps !!
<br>&gt;
<br>&gt;
<br>&gt;Here are some things that you may want to do before passing
<br>&gt;your images to the MultiResMIRegistration program:
<br>&gt;
<br>&gt;1) Convert your DICOM series to a format that uses a single
<br>&gt;    image. You can do this with the programs in
<br>&gt;
<br>&gt;
<br>&gt;        Insight/Examples/IO/
<br>&gt;           DicomSeriesReadImageWrite.cxx
<br>&gt;           DicomSeriesReadImageWrite2.cxx
<br>&gt;
<br>&gt;    or with the GUI applicaition MRIConvert
<br>&gt;
<br>&gt;        http://lcni.uoregon.edu/~jolinda/MRIConvert
<br>&gt;
<br>&gt;
<br>&gt;
<br>&gt;2) You must crop the CT image in order to contain only the
<br>&gt;    region that will match the PET image. This will save
<br>&gt;    *a lot* of computing time, and will prevent the registration
<br>&gt;    from falling into false positive matchings.
<br>&gt;
<br>&gt;
<br>&gt;3) You should rescale the intensities of the CT and the PET
<br>&gt;    in order to highlight the structures that you expect to
<br>&gt;    be matched. For example, body contours.  This is important
<br>&gt;    because Mutual Information uses a joint histogram that covers
<br>&gt;    the entire dynamic range of each image. If structures that
<br>&gt;    are supposed to match between the PET and CT images are
<br>&gt;    restricted to a small region of intensities in the histogram
<br>&gt;    then the Mutual Information metric will be less sensitive to
<br>&gt;    the 'goodness' of the matching.
<br>&gt;
<br>&gt;    You can use the filters:
<br>&gt;
<br>&gt;           RescaleIntensityImageFilter
<br>&gt;           IntensityWindowingImageFilter
<br>&gt;
<br>&gt;    for that purpose.
<br>&gt;    You want to make sure that after this filters, you images
<br>&gt;    only have intensities in the range of the anatomical structures
<br>&gt;    that are visible both in the CT and PET images simultaneously.
<br>&gt;
<br>&gt;
<br>&gt;
<br>&gt;4) You should read the documentation of this application:
<br>&gt;
<br>&gt;        InsightApplications/
<br>&gt;                 MultiResMIRegistration/
<br>&gt;                                 ReadMe.doc
<br>&gt;                                 ReadMe.pdf
<br>&gt;
<br>&gt;
<br>&gt;
<br>&gt;5) You can also try the application
<br>&gt;
<br>&gt;       InsightApplications/
<br>&gt;         LandmarkInitializedMutualInformationRegistration
<br>&gt;
<br>&gt;    (if you don't feel like building it, you can download
<br>&gt;     the binary version from the UNC CADDLab web site)
<br>&gt;
<br>&gt;           http://caddlab.rad.unc.edu/software/
<br>&gt;http://caddlab.rad.unc.edu/software/request.php?file=3DRegistrationTool/3DRegistrationTool_win.zip
<br>&gt;
<br>&gt;
<br>&gt;
<br>&gt;Please let us know if you still have any questions,
<br>&gt;
<br>&gt;
<br>&gt;    Thanks
<br>&gt;
<br>&gt;
<br>&gt;
<br>&gt;
<br>&gt;       Luis
<br>&gt;
<br>&gt;
<br>&gt;
<br>&gt;
<br>&gt;-------------------------------------
<br>&gt;laurent.paul@club-internet.fr wrote:
<br>&gt;
<br>&gt;&gt; 
<br>&gt;&gt; Hi!
<br>&gt;&gt; 
<br>&gt;&gt; I need help! Take a cup of columbian coffee!
<br>&gt;&gt; I try to use MultiResMIRegistration example.
<br>&gt;&gt; 
<br>&gt;&gt; To be simple, I have series of Dicom files for CT and Analyze for PET. I 
<br>&gt;&gt; can convert these in any type of file (except ones I don't know as .mha 
<br>&gt;&gt; .mhd). I'd want to register these series.
<br>&gt;&gt; It would be great if you could say me what type of volume I can use 
<br>&gt;&gt; (Analyze, serie of 2D images as TIFF, JPG, PNG, Dicom, or other). 
<br>&gt;&gt; Apparently, the volume is passed by his header file?
<br>&gt;&gt; Is the two volumes must have the same dimensions (number of slices) and 
<br>&gt;&gt; include the same part of the volume? In fact PET embodies the whole 
<br>&gt;&gt; patient when the CT embodies only the pelvis. Is that a problem?
<br>&gt;&gt; 
<br>&gt;&gt; I saw in users archives that I could use *.mha files. What are that 
<br>&gt;&gt; files? I have some but can't open them. Tell me more about that format. 
<br>&gt;&gt; Softwares tell me header is wrong(?!).
<br>&gt;&gt; 
<br>&gt;&gt; I managed to run the application but just for 2D file. The result is 
<br>&gt;&gt; very bad but that's normal becuse the files I tried to register are 
<br>&gt;&gt; pelvis images (PET contains few informations, just the tumor). I'd want 
<br>&gt;&gt; to try before with brain images (less difficult to register I think). I 
<br>&gt;&gt; saw in the users archives that there are images on the ftp server, 
<br>&gt;&gt; brainweb165a10f17 and brainweb1e5a10f17Rot10Tx15. I didn't find them. Is 
<br>&gt;&gt; this application works with 2D images?
<br>&gt;&gt;  
<br>&gt;&gt; Least, I don't understand some parameters.
<br>&gt;&gt; Line 5: Multi resolution level? Which level?
<br>&gt;&gt; Line 6-7:starting level?
<br>&gt;&gt; Line 10: Scale applied?
<br>&gt;&gt; 
<br>&gt;&gt; I know that's a lot of questions but I don't understand Please, just 
<br>&gt;&gt; give me some keys to register brain images.
<br>&gt;&gt; 
<br>&gt;&gt; Thanks for your help.
<br>&gt;&gt; 
<br>&gt;&gt; Laurent PAUL.
<br>&gt;&gt; 
<br>&gt;&gt; 
<br>&gt;&gt; ------------------------------------------------------------------------
<br>&gt;&gt; 
<br>&gt;&gt; _______________________________________________
<br>&gt;&gt; Insight-users mailing list
<br>&gt;&gt; Insight-users@itk.org
<br>&gt;&gt; http://www.itk.org/mailman/listinfo/insight-users
<br>&gt;
<br>&gt;
<br>&gt;
<br>&gt;

</luis.ibanez></body></html>