SlideShare a Scribd company logo
1 of 56
Management and Post-Processing of
               Prostate Perfusion MRI




By:
Vanya Vabrina Valindria (V3)
Vega Valentine (V2)
VIBOT

2010
Introduction
Prostate cancer  leading cause of cancer death in males

Diagnosis:
Conventional MR 
DCE (Dynamic Contrast Enhance) – MRI : Perfusion imaging 
   Link between contrast material up-take in tumors and micro-vascular 
observation from signal-intensity time curve

 The anatomy
Aim

 Generate Parametric Images on a pixel- by –
  pixel basis

 Follow the kinetics of the contrast agent within
  the prostate to localize cancer/tumor area

 Build user interface for post-processing of
  Perfusion MR Imaging
Med_Toolbox_V3V2
 Aim to manage and post-process Prostate Perfusion MRI
 Available in MATLAB GUI
How do we come
  up with this
   Toolbox?
Toolbox ‘Browse patient’:
Select Patient  Slice  ROI of prostate


ROI
Normalization
Parametric calculation:
Rectangular ROI of the prostate –
   selected by the user

We use Standardized signal-intensity
  curves  divide the signals by the
  muscle

Muscle:
Same coordinates for each patient
Average of intensity inside ROI muscle
    before the contrast injection
(in time series ~ 1 -4)
Signal Intensity-Time Curve

            2.4        Comparison between tissues curves
            2.2                                 Cancer
             2

            1.8
                                                Normal PZ
            1.6
Intensity




            1.4

            1.2
                                                Muscle
             1

            0.8

            0.6
                                                Unenhanced
            0.4
                  0     50   100    150       200    250     300


                             Series Time(s)
Parametric Calculation
               2.6
                                     S_max
               2.4

               2.2

                2
   Intensity




               1.8

               1.6

               1.4                                                        S_end
                                                  Max.Contrast
                                                  Enhancement
               1.2


S_base 1

               0.8
                     0 t_onset 50 t_max   100         150         200   250       300
                                                Series Time (s)
Toolbox ‘Image Post-Processing’:
Parametric Images
Select Analyses  Wash IN
Wash In
 Wash-in : the mean rate of increase in intensity between the
  onset time and the maximum-signal time.
     Estimated the degree of early strong enhancement of
  cancerous tissue.
 Formula:




    MATLAB command:

    x_in = double(delta_t*t_onset: delta_t : delta_t*tmax);
    coeff_wi = polyfit(x_in, double(TIC(t_onset:tmax)),1);
    wash_in(i,j) = double(coeff_wi(1))*100;
Wash-in Results
 Patient 313; Slice 11   Patient 405, Slice 14




                         Patient 409, Slice 9
Toolbox      ‘Image Post-Processing’:
Parametric Images
Select Analyses  Wash OUT
Wash Out
 Wash Out: the decreasing slope after the
  maximum intensity signal

 Formula:



   MATLAB code:

  x_out = double(delta_t*tmax: delta_t :
  delta_t*series);
  coeff_wo = polyfit(x_out,
  double(TIC(tmax:series)),1);
  wash_out(i,j) = double(-1*coeff_wo(1))*100;
Wash-Out Results
Patient 313, Slice 12   Patient 405, Slice 15




                        Patient 409, Slice 7
Toolbox         ‘Image Post-Processing’:
Parametric Images
Select Analyses  Maximum Contrast Enhancement
Maximal Contrast Enhancement
 (MCE)
MCE: Relative difference between the maximum
 signal and the baseline signal

Formula:



 MATLAB Code:

 max_enh(i,j) = double(S_max - S_base)/double(S_base)*100;
MCE Results
Patient 313, Slice 12   Patient 405, Slice 15




                        Patient 409, Slice 10
Toolbox ‘Image Post-Processing’:
Select Analyses  Combine Parametric Images
Combined Parametric Image
 Combination of all normalized parametric
  images



MATLAB Code:

washin_norm = (wash_in - min(min(wash_in)))/(max(max(wash_in)) -
min(min(wash_in)));
washout_norm = (wash_out - min(min(wash_out)))/(max(max(wash_out))
- min(min(wash_out)));
max_enh_norm = (max_enh - min(min(max_enh)))/(max(max(max_enh)) -
min(min(max_enh)));
params_norm = (washin_norm + washout_norm + max_enh_norm)./3;
Combined Image Results
 Patient 313, Slice 12   Patient 405, Slice 15




                          Patient 409, Slice 10
Toolbox ‘Extra Features’:
Check signal intensity-time curve for a selected point
Toolbox ‘Extra Features’:
Check signal intensity-time curve for a selected point
Toolbox ‘Extra Features’:
Display parametric images value in Zoom ROI
Toolbox ‘Extra Features’:
Display parametric images value in Zoom ROI
Toolbox ‘Extra Features’:
SAVE in DICOM format
Save all as DICOM

Save all images in DICOM
Same DICOM information



MATLAB Code:
metadata = dicominfo([direct 'Image00' id]);
dicomwrite(I_wi, ['D:MEDICAL
   IMAGINGProjectDatasetsParametricImg' dir(37:47)
   '_Slice' num2str(slice) '_wash_in.dcm'], metadata);
Toolbox ‘Extra Features’:
SAVE all in JPEG format
Toolbox ‘Image Post-Processing’:
See the Segmented Cancer Result
Cancer Segmentation

 Method: Region Growing
 Manually selected seeds (for each patient)

 Homogeneity criteria:



a,b : is the position of the evaluated pixel
f : the intensity value of the image in Wash In, Wash Out and MCE
   Images (3 features)
Mean :the value of n-region mean
Cancer Segmentation
 Criteria for Cancer Region:

Wash in value > 4
Wash out value > 0.2
MCE value > 200
Max.Area < 500 pixels

 Global threshold for all of the images:
    T(cancer) = 50

   The region is consider as cancer region and keep growing when:
Segmentation Results
 Patient 313
Segmentation results
 Patient 405
Segmentation Results
 Patient 405
Segmentation Results
 Patient 409
Segmentation Results
 Patient 409
Registration

 Problem of Patient 407 in time series: 25 – 29
 Deformable registration


 Method:
 Control point selection  Dense SIFT
 Wrapping image  Thin Plate Spline
Registration Flow Chart

 Reference
               Extract ROI   SIFT Dense
  Image

                                            Find
                                                       TPS
                                          Matching
                                                      Warping
                                           Points

Unregistered
               Extract ROI   SIFT Dense
   Image

                                                     Registered
                                                       Image
Reference Image
     Registration Result                                                          50



          For patient 407, Slice: 8                                             100


                                                                                 150
Original Images
Time series: 25                      Time series: 26                          Time series: 28
                                                                                       50   100       150    200   250




                                50                                       50



                               100                                   100



                               150                                   150


Registered Images                                                                  50    100    150         200    250
    50     100    150   200   250       50    100      150   200   250
Time series: 25                      Time series: 26                          Time series: 28

                               50                                        50



                              100                                    100



                              150                                    150
Conclusion

 User interface for prostate cancer in MR-perfusion
  images had been done using MATLAB GUI

 Parametric images obtained are useful to characterize
  the prostate tissues.

 Robust for cancer segmentation and deformable
  registration for prostate region
Time for
Toolbox
DEMO!!
References
   Shen, Kaikai. Parametric Image Formation of Human Prostate Cancer
    Vascularisation from MRI Perfusion Data. 2008. Laboratoire
    Electronique, Informatique et Image University of Burgundy.
   Jeong Kon Kim, Seong Sook Hong. Rate on the Basis of Dynamic
    ContrastEnhanced MRI: Usefulness for Prostate Cancer Detection and
    Localization. Journal of magnetic resonance imaging 22:639–646 (2005)
   Olivier Rouvière, et al. Characterization of time-enhancement curves of
    benign and malignant prostate tissue at dynamic MR imaging. Eur
    Radiol (2003) 13:931–942 DOI 10.1007/s00330-002-1617-6.
   Deanna Lyn Langer . Multi-parametric Magnetic Resonance Imaging
    (MRI) in Prostate Cancer. 2010. University of Toronto.
   Baowei Fei. Image registration for the prostate . 2009. Case Western
    Reserve University .
   Satish Viswanath, et al. A Comprehensive Segmentation, Registration,
    and Cancer Detection Scheme on 3 Tesla In Vivo Prostate DCE-MRI.
    2008. American Cancer Society
Thank You...
Signal-intensity Time Curve

Signal enhancement seen on a DCE-MR images can be
   assessed in two ways:

 Analysis of signal intensity changes (semi quantitative)
 Quantifying contrast agent concentration change
  (pharmacokinetics modeling)

Enhancement  parameterized by examining changes in
  signal intensity over time
Advantages using Muscle
Norm??
 The enhancement is normalized (same range) for all patients.


 MR signal units are arbitrary and not reproducible from one
  patient to another


 Ease to used for segmentation on post-processing because all
  patients have the same threshold values in signal-time
  intensity curve
Signal-intensity Time Curve
                     Comparison between un-normalized and standardized curve
                     Interval time between series: delta_t = 6.828 s  from
                      str2num(info.AcquisitionTime)
                     There are 40 series in each slice  Series time = 40*delta_t

                                Un-normalized Curve                                                     Standardized Curve
                                                                                         2.6
            650

                                                                                         2.4
            600

                                                                                         2.2
            550

                                                                                          2
            500



                                                                             Intensity
                                                                                         1.8
Intensity




            450

            400                                                                          1.6


            350                                                                          1.4


            300                                                                          1.2


            250                                                                           1


            200                                                                          0.8
                  0        50      100         150         200   250   300                     0   50     100         150         200   250   300
                                         Series Time (s)                                                        Series Time (s)
Comparison between other
       Equation??
    Wash In                                                   Linear least square fitting of signal data from
                                                              10% to 90% maximum intensity
                                                              enhancement
                                                                                             100



                                                  0.06                                       50


                                                  0.04                                       0


                                                  0.02
                                                                                             -50


                                                  0




                                                         Wash Out       -50   0   50   100
            0
                Our calculation
                0.02   0.04   0.06   0.08   0.1
                                                                                                 Our calculation
Use in Patient 313, Slice 11 and Patient 409,
Slice 15
Save all as JPEG

Save all images in
  JPEG format
To visualize directly

MATLAB Code:
imwrite(I_wi ,
   ['D:MEDICAL
   IMAGINGProjectDatase
   tsColorImg'
   dir(37:47) '_Slice'
   num2str(slice)
   '_WashIn.jpg'],
   'jpg');
Flowchart Segmentation by Region Growing
                           Image (u*v)
                                                                         Mark Visited and calculate
                                                                           homogeneity criteria
            Label                                     Visited
            (u*v)                                      (u*v)
                                                                  NO
                                                                                  Does it fit the
                                                                                    criteria?
                    Starts for each Regions
                              (1:r)
                                                                            YES

                                Queue                                    Add pixel to the region and
                                (1:uv)                                          mark Label

                    Initialize the seed (in the top                         Update region size and
                                 Queue)                                       region’s statistics


                     Retrive the pixel from the                               Add the pixel to the
                               Queue                                              Queue list


                       Check its neighbours/
                       adjacency pixels (1:n)


              NO
                                                         YES
                            Have not been
                               Visited?



       NO                                                   YES
                         All pixels in Queue
                                                                   END
                             are visited?

                                         NO
REGISTRATION
 Problem  Deformable image registration,:
  particularly because of bladder and rectum
  filling
 Hard to use only rigid-body registration
 Hard to select control points and find the
  matching points
 Register the prostate back inside the ROI the
  reference position
Control point selection              SIFT
  Dense Scale Invariant Feature Transform (vl_feat
   toolbox) to automatically select control points

  Descriptors are obtained for densely sampled key points
   with identical size and orientation.

  Optimal parameter 
   Extract a descriptor each STEP = 5 pixels
   A spatial bin covers SIZE = 5 pixels

  Matching points  the minimum squared Euclidean
   distance between the matches.
Automatic Control Points Selection
Matching Control Points from Dense SIFT Descriptors.
Some examples in Patient 407:

 Input Prostate   Reference Prostate       Input Prostate    Reference Prostate




 Input Prostate   Reference Prostate        Input Prostate    Reference Prostate
Wrapping: TPS (Thin Plate Shape)

                      The transformation is modeled using TPS
                      Used as the non-rigid transformation model in image alignment
                      Fits a mapping function between corresponding control points by
                                    minimizing the energy function


           Control Points in Input Image                                                Control Points in Ref.Image                                Wrapped Image by TPS

0        50
                                                                                  50     50
                                                                                                                                             50

         100                                                                            100
0                           1                                     1
                                                                                  100                                                        100

                                                                                                            3              3
         150                                                                            150
0                                                                                 150                                                        150

         200                                                                            200
0                                                                                 200                                                        200
                                                                                                                       4
                                                                                                            4
                                2                             2



         250                                                                            250
0                                                                                 250                                                        250

         300                                                                            300
0                                                                                 300                                                        300

                     50             100     150         200           250   300                 50    100        150       200   250   300


    50         100        150         200         250         300                       50    100    150        200        250   300               50   100   150   200   250   300
Reference Image
     Registration Result                                                                50

       For Patient 407, Slice 11
                                                                                     100


                                                                                     150
Original Images
Time series: 25                      Time series: 27                           Time series: 28 100
                                                                                          50             150     200   250




                            50                                            50


                           100                                        100


                           150                                        150



Registered Images
   50    100  150   200   250             50   100      150   200   250            50        100   150         200     250

Time series: 25                       Time series: 27                          Time series: 28

                                50                                    50



                            100                                      100



                            150                                      150
Parametric Images after registration
  Patient 407, Slice 8
     Wash In              Wash Out               MCE




               Combined              Segmented
Non cancer detection…?
 Patient 313, Slice 3
      Wash In              Wash Out               MCE




                Combined              Segmented

More Related Content

Viewers also liked

PROSTATE MRI IMAGING - PIRADS V2 2015
PROSTATE  MRI IMAGING - PIRADS V2 2015PROSTATE  MRI IMAGING - PIRADS V2 2015
PROSTATE MRI IMAGING - PIRADS V2 2015Arif S
 
Perfusion and dynamic contrast enhanced mri
Perfusion and dynamic contrast enhanced mriPerfusion and dynamic contrast enhanced mri
Perfusion and dynamic contrast enhanced mrifahad shafi
 
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.Abdellah Nazeer
 
Role of diffusion weighted magnetic resonance imaging in
Role of diffusion weighted magnetic resonance imaging inRole of diffusion weighted magnetic resonance imaging in
Role of diffusion weighted magnetic resonance imaging inshubhamoygantait
 
MR spectroscopy
MR spectroscopyMR spectroscopy
MR spectroscopyairwave12
 
Liliane ollivier : Breast MR Imaging in Women with High Genetic Risk
Liliane ollivier : Breast MR Imaging in Women with High Genetic RiskLiliane ollivier : Breast MR Imaging in Women with High Genetic Risk
Liliane ollivier : Breast MR Imaging in Women with High Genetic Riskbreastcancerupdatecongress
 
RED BLOOD CELLS EXTRACTION AND COUNTING
RED BLOOD CELLS EXTRACTION AND COUNTINGRED BLOOD CELLS EXTRACTION AND COUNTING
RED BLOOD CELLS EXTRACTION AND COUNTINGRahul Reghunath
 
Increased signal intensity of subarachnoid space on FLAIR MRI
Increased signal intensity of subarachnoid space on FLAIR MRIIncreased signal intensity of subarachnoid space on FLAIR MRI
Increased signal intensity of subarachnoid space on FLAIR MRIWafik Ebrahim
 
Breast imaging pitffals mri p taourel
Breast imaging pitffals mri p taourelBreast imaging pitffals mri p taourel
Breast imaging pitffals mri p taourelJFIM
 
1.breast cancer screening(backup slide-1)
1.breast cancer screening(backup slide-1)1.breast cancer screening(backup slide-1)
1.breast cancer screening(backup slide-1)Nashid Alam
 
Benign Prostate Hyperplasia & Prostate Cancer
Benign Prostate Hyperplasia & Prostate CancerBenign Prostate Hyperplasia & Prostate Cancer
Benign Prostate Hyperplasia & Prostate CancerMuhammad Eimaduddin
 
Prostate presentation
Prostate presentationProstate presentation
Prostate presentationMatthew Buck
 
Polycystic ovarian syndrome
Polycystic ovarian syndromePolycystic ovarian syndrome
Polycystic ovarian syndromelalitha kavya
 
Breast imaging breast mri s taieb
Breast imaging breast mri s taiebBreast imaging breast mri s taieb
Breast imaging breast mri s taiebJFIM
 

Viewers also liked (20)

PROSTATE MRI IMAGING - PIRADS V2 2015
PROSTATE  MRI IMAGING - PIRADS V2 2015PROSTATE  MRI IMAGING - PIRADS V2 2015
PROSTATE MRI IMAGING - PIRADS V2 2015
 
Perfusion and dynamic contrast enhanced mri
Perfusion and dynamic contrast enhanced mriPerfusion and dynamic contrast enhanced mri
Perfusion and dynamic contrast enhanced mri
 
Csf flowmetry
Csf flowmetryCsf flowmetry
Csf flowmetry
 
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.
 
Role of diffusion weighted magnetic resonance imaging in
Role of diffusion weighted magnetic resonance imaging inRole of diffusion weighted magnetic resonance imaging in
Role of diffusion weighted magnetic resonance imaging in
 
Git signs
Git signsGit signs
Git signs
 
MR spectroscopy
MR spectroscopyMR spectroscopy
MR spectroscopy
 
Liliane ollivier : Breast MR Imaging in Women with High Genetic Risk
Liliane ollivier : Breast MR Imaging in Women with High Genetic RiskLiliane ollivier : Breast MR Imaging in Women with High Genetic Risk
Liliane ollivier : Breast MR Imaging in Women with High Genetic Risk
 
RED BLOOD CELLS EXTRACTION AND COUNTING
RED BLOOD CELLS EXTRACTION AND COUNTINGRED BLOOD CELLS EXTRACTION AND COUNTING
RED BLOOD CELLS EXTRACTION AND COUNTING
 
Increased signal intensity of subarachnoid space on FLAIR MRI
Increased signal intensity of subarachnoid space on FLAIR MRIIncreased signal intensity of subarachnoid space on FLAIR MRI
Increased signal intensity of subarachnoid space on FLAIR MRI
 
Breast imaging pitffals mri p taourel
Breast imaging pitffals mri p taourelBreast imaging pitffals mri p taourel
Breast imaging pitffals mri p taourel
 
1.breast cancer screening(backup slide-1)
1.breast cancer screening(backup slide-1)1.breast cancer screening(backup slide-1)
1.breast cancer screening(backup slide-1)
 
Benign Prostate Hyperplasia & Prostate Cancer
Benign Prostate Hyperplasia & Prostate CancerBenign Prostate Hyperplasia & Prostate Cancer
Benign Prostate Hyperplasia & Prostate Cancer
 
Prostate presentation
Prostate presentationProstate presentation
Prostate presentation
 
Polycystic ovarian syndrome
Polycystic ovarian syndromePolycystic ovarian syndrome
Polycystic ovarian syndrome
 
Breast imaging breast mri s taieb
Breast imaging breast mri s taiebBreast imaging breast mri s taieb
Breast imaging breast mri s taieb
 
Mr Mammography New
Mr Mammography NewMr Mammography New
Mr Mammography New
 
Breast cancer video 1
Breast cancer video 1Breast cancer video 1
Breast cancer video 1
 
Diagnostic Imaging of Osteopenia
Diagnostic Imaging of OsteopeniaDiagnostic Imaging of Osteopenia
Diagnostic Imaging of Osteopenia
 
Locally advanced breast cancer
Locally advanced breast cancerLocally advanced breast cancer
Locally advanced breast cancer
 

Similar to Post-Processing of Prostate Perfusion MRI

E E 458 Project 002
E E 458 Project 002E E 458 Project 002
E E 458 Project 002Chad Weiss
 
jpg image processing nagham salim_as.ppt
jpg image processing nagham salim_as.pptjpg image processing nagham salim_as.ppt
jpg image processing nagham salim_as.pptnaghamallella
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IGARSS2011.pdf
IGARSS2011.pdfIGARSS2011.pdf
IGARSS2011.pdfgrssieee
 
Increasing Amorphous Selenium Thickness in Direct Conversion Flat-Panel Image...
Increasing Amorphous Selenium Thickness in Direct Conversion Flat-Panel Image...Increasing Amorphous Selenium Thickness in Direct Conversion Flat-Panel Image...
Increasing Amorphous Selenium Thickness in Direct Conversion Flat-Panel Image...David Scaduto
 
Iterative Frame Decimation and Watermarking for Human Motion Animation
Iterative Frame Decimation and Watermarking for Human Motion AnimationIterative Frame Decimation and Watermarking for Human Motion Animation
Iterative Frame Decimation and Watermarking for Human Motion AnimationAshraf Aboshosha
 
NumXL 1.55 LYNX release notes
NumXL 1.55 LYNX release notesNumXL 1.55 LYNX release notes
NumXL 1.55 LYNX release notesSpider Financial
 
SPICE MODEL of 11EQ04 (Standard Model) in SPICE PARK
SPICE MODEL of 11EQ04 (Standard Model) in SPICE PARKSPICE MODEL of 11EQ04 (Standard Model) in SPICE PARK
SPICE MODEL of 11EQ04 (Standard Model) in SPICE PARKTsuyoshi Horigome
 
12 2.6 million users can't be wrong keeley murphy and nick duczak - thermo sc...
12 2.6 million users can't be wrong keeley murphy and nick duczak - thermo sc...12 2.6 million users can't be wrong keeley murphy and nick duczak - thermo sc...
12 2.6 million users can't be wrong keeley murphy and nick duczak - thermo sc...CPSA-2012_5-Minutes-Fame
 
Comparing Machine Learning Algorithms in Text Mining
Comparing Machine Learning Algorithms in Text MiningComparing Machine Learning Algorithms in Text Mining
Comparing Machine Learning Algorithms in Text MiningAndrea Gigli
 
Faster, More Effective Flowgraph-based Malware Classification
Faster, More Effective Flowgraph-based Malware ClassificationFaster, More Effective Flowgraph-based Malware Classification
Faster, More Effective Flowgraph-based Malware ClassificationSilvio Cesare
 
Image Processing Basics
Image Processing BasicsImage Processing Basics
Image Processing BasicsNam Le
 
SPICE MODEL of 11EQ10 (Standard Model) in SPICE PARK
SPICE MODEL of 11EQ10 (Standard Model) in SPICE PARKSPICE MODEL of 11EQ10 (Standard Model) in SPICE PARK
SPICE MODEL of 11EQ10 (Standard Model) in SPICE PARKTsuyoshi Horigome
 
Iaetsd multi-view and multi band face recognition
Iaetsd multi-view and multi band face recognitionIaetsd multi-view and multi band face recognition
Iaetsd multi-view and multi band face recognitionIaetsd Iaetsd
 
Image Quality - Radiologic Imaging
Image Quality - Radiologic ImagingImage Quality - Radiologic Imaging
Image Quality - Radiologic ImagingMaria Nicole Sicaja
 

Similar to Post-Processing of Prostate Perfusion MRI (20)

Medical Image Compression
Medical Image CompressionMedical Image Compression
Medical Image Compression
 
Gregoire H&N
Gregoire H&NGregoire H&N
Gregoire H&N
 
E E 458 Project 002
E E 458 Project 002E E 458 Project 002
E E 458 Project 002
 
jpg image processing nagham salim_as.ppt
jpg image processing nagham salim_as.pptjpg image processing nagham salim_as.ppt
jpg image processing nagham salim_as.ppt
 
Wp Sampling1 4
Wp Sampling1 4Wp Sampling1 4
Wp Sampling1 4
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IGARSS2011.pdf
IGARSS2011.pdfIGARSS2011.pdf
IGARSS2011.pdf
 
Increasing Amorphous Selenium Thickness in Direct Conversion Flat-Panel Image...
Increasing Amorphous Selenium Thickness in Direct Conversion Flat-Panel Image...Increasing Amorphous Selenium Thickness in Direct Conversion Flat-Panel Image...
Increasing Amorphous Selenium Thickness in Direct Conversion Flat-Panel Image...
 
DCT_TR802
DCT_TR802DCT_TR802
DCT_TR802
 
DCT_TR802
DCT_TR802DCT_TR802
DCT_TR802
 
Iterative Frame Decimation and Watermarking for Human Motion Animation
Iterative Frame Decimation and Watermarking for Human Motion AnimationIterative Frame Decimation and Watermarking for Human Motion Animation
Iterative Frame Decimation and Watermarking for Human Motion Animation
 
NumXL 1.55 LYNX release notes
NumXL 1.55 LYNX release notesNumXL 1.55 LYNX release notes
NumXL 1.55 LYNX release notes
 
SPICE MODEL of 11EQ04 (Standard Model) in SPICE PARK
SPICE MODEL of 11EQ04 (Standard Model) in SPICE PARKSPICE MODEL of 11EQ04 (Standard Model) in SPICE PARK
SPICE MODEL of 11EQ04 (Standard Model) in SPICE PARK
 
12 2.6 million users can't be wrong keeley murphy and nick duczak - thermo sc...
12 2.6 million users can't be wrong keeley murphy and nick duczak - thermo sc...12 2.6 million users can't be wrong keeley murphy and nick duczak - thermo sc...
12 2.6 million users can't be wrong keeley murphy and nick duczak - thermo sc...
 
Comparing Machine Learning Algorithms in Text Mining
Comparing Machine Learning Algorithms in Text MiningComparing Machine Learning Algorithms in Text Mining
Comparing Machine Learning Algorithms in Text Mining
 
Faster, More Effective Flowgraph-based Malware Classification
Faster, More Effective Flowgraph-based Malware ClassificationFaster, More Effective Flowgraph-based Malware Classification
Faster, More Effective Flowgraph-based Malware Classification
 
Image Processing Basics
Image Processing BasicsImage Processing Basics
Image Processing Basics
 
SPICE MODEL of 11EQ10 (Standard Model) in SPICE PARK
SPICE MODEL of 11EQ10 (Standard Model) in SPICE PARKSPICE MODEL of 11EQ10 (Standard Model) in SPICE PARK
SPICE MODEL of 11EQ10 (Standard Model) in SPICE PARK
 
Iaetsd multi-view and multi band face recognition
Iaetsd multi-view and multi band face recognitionIaetsd multi-view and multi band face recognition
Iaetsd multi-view and multi band face recognition
 
Image Quality - Radiologic Imaging
Image Quality - Radiologic ImagingImage Quality - Radiologic Imaging
Image Quality - Radiologic Imaging
 

More from Vanya Valindria

Heart attack diagnosis from DE-MRI images
Heart attack diagnosis from DE-MRI imagesHeart attack diagnosis from DE-MRI images
Heart attack diagnosis from DE-MRI imagesVanya Valindria
 
Myocardial Infraction diagnosis using CT-Scan & MRI
Myocardial Infraction diagnosis using CT-Scan & MRIMyocardial Infraction diagnosis using CT-Scan & MRI
Myocardial Infraction diagnosis using CT-Scan & MRIVanya Valindria
 
Radon Transform - image analysis
Radon Transform - image analysisRadon Transform - image analysis
Radon Transform - image analysisVanya Valindria
 
Feature Hierarchies for Object Classification
Feature Hierarchies for Object Classification Feature Hierarchies for Object Classification
Feature Hierarchies for Object Classification Vanya Valindria
 
System-on-Chip Programmable Retina
System-on-Chip Programmable RetinaSystem-on-Chip Programmable Retina
System-on-Chip Programmable RetinaVanya Valindria
 
Shape from Distortion - 3D Digitization
Shape from Distortion - 3D DigitizationShape from Distortion - 3D Digitization
Shape from Distortion - 3D DigitizationVanya Valindria
 
Interlaced and progressive Camera
Interlaced and progressive CameraInterlaced and progressive Camera
Interlaced and progressive CameraVanya Valindria
 
Real Time Object Tracking
Real Time Object TrackingReal Time Object Tracking
Real Time Object TrackingVanya Valindria
 
Bagpipe as the Scotland National Instrument
Bagpipe as the Scotland National InstrumentBagpipe as the Scotland National Instrument
Bagpipe as the Scotland National InstrumentVanya Valindria
 
Indonesia - A Culture Overview
Indonesia - A Culture OverviewIndonesia - A Culture Overview
Indonesia - A Culture OverviewVanya Valindria
 

More from Vanya Valindria (13)

Bottle-in-Hangers
Bottle-in-HangersBottle-in-Hangers
Bottle-in-Hangers
 
Supermarket obesrvation
Supermarket obesrvationSupermarket obesrvation
Supermarket obesrvation
 
Heart attack diagnosis from DE-MRI images
Heart attack diagnosis from DE-MRI imagesHeart attack diagnosis from DE-MRI images
Heart attack diagnosis from DE-MRI images
 
Myocardial Infraction diagnosis using CT-Scan & MRI
Myocardial Infraction diagnosis using CT-Scan & MRIMyocardial Infraction diagnosis using CT-Scan & MRI
Myocardial Infraction diagnosis using CT-Scan & MRI
 
Radon Transform - image analysis
Radon Transform - image analysisRadon Transform - image analysis
Radon Transform - image analysis
 
Feature Hierarchies for Object Classification
Feature Hierarchies for Object Classification Feature Hierarchies for Object Classification
Feature Hierarchies for Object Classification
 
System-on-Chip Programmable Retina
System-on-Chip Programmable RetinaSystem-on-Chip Programmable Retina
System-on-Chip Programmable Retina
 
Shape from Distortion - 3D Digitization
Shape from Distortion - 3D DigitizationShape from Distortion - 3D Digitization
Shape from Distortion - 3D Digitization
 
Shape context
Shape context Shape context
Shape context
 
Interlaced and progressive Camera
Interlaced and progressive CameraInterlaced and progressive Camera
Interlaced and progressive Camera
 
Real Time Object Tracking
Real Time Object TrackingReal Time Object Tracking
Real Time Object Tracking
 
Bagpipe as the Scotland National Instrument
Bagpipe as the Scotland National InstrumentBagpipe as the Scotland National Instrument
Bagpipe as the Scotland National Instrument
 
Indonesia - A Culture Overview
Indonesia - A Culture OverviewIndonesia - A Culture Overview
Indonesia - A Culture Overview
 

Recently uploaded

VIP Call Girls Mumbai Arpita 9910780858 Independent Escort Service Mumbai
VIP Call Girls Mumbai Arpita 9910780858 Independent Escort Service MumbaiVIP Call Girls Mumbai Arpita 9910780858 Independent Escort Service Mumbai
VIP Call Girls Mumbai Arpita 9910780858 Independent Escort Service Mumbaisonalikaur4
 
Call Girls In Andheri East Call 9920874524 Book Hot And Sexy Girls
Call Girls In Andheri East Call 9920874524 Book Hot And Sexy GirlsCall Girls In Andheri East Call 9920874524 Book Hot And Sexy Girls
Call Girls In Andheri East Call 9920874524 Book Hot And Sexy Girlsnehamumbai
 
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipur
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service JaipurHigh Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipur
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipurparulsinha
 
Call Girls Service in Bommanahalli - 7001305949 with real photos and phone nu...
Call Girls Service in Bommanahalli - 7001305949 with real photos and phone nu...Call Girls Service in Bommanahalli - 7001305949 with real photos and phone nu...
Call Girls Service in Bommanahalli - 7001305949 with real photos and phone nu...narwatsonia7
 
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Call Girls Kanakapura Road Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Kanakapura Road Just Call 7001305949 Top Class Call Girl Service A...Call Girls Kanakapura Road Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Kanakapura Road Just Call 7001305949 Top Class Call Girl Service A...narwatsonia7
 
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbai
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service MumbaiLow Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbai
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbaisonalikaur4
 
Kesar Bagh Call Girl Price 9548273370 , Lucknow Call Girls Service
Kesar Bagh Call Girl Price 9548273370 , Lucknow Call Girls ServiceKesar Bagh Call Girl Price 9548273370 , Lucknow Call Girls Service
Kesar Bagh Call Girl Price 9548273370 , Lucknow Call Girls Servicemakika9823
 
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service ChennaiCall Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service ChennaiNehru place Escorts
 
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...narwatsonia7
 
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Service
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort ServiceCall Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Service
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Serviceparulsinha
 
Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% SafeBangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safenarwatsonia7
 
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...Garima Khatri
 
Call Girl Indore Vrinda 9907093804 Independent Escort Service Indore
Call Girl Indore Vrinda 9907093804 Independent Escort Service IndoreCall Girl Indore Vrinda 9907093804 Independent Escort Service Indore
Call Girl Indore Vrinda 9907093804 Independent Escort Service IndoreRiya Pathan
 
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original PhotosCall Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photosnarwatsonia7
 
Call Girls Thane Just Call 9910780858 Get High Class Call Girls Service
Call Girls Thane Just Call 9910780858 Get High Class Call Girls ServiceCall Girls Thane Just Call 9910780858 Get High Class Call Girls Service
Call Girls Thane Just Call 9910780858 Get High Class Call Girls Servicesonalikaur4
 
Aspirin presentation slides by Dr. Rewas Ali
Aspirin presentation slides by Dr. Rewas AliAspirin presentation slides by Dr. Rewas Ali
Aspirin presentation slides by Dr. Rewas AliRewAs ALI
 

Recently uploaded (20)

VIP Call Girls Mumbai Arpita 9910780858 Independent Escort Service Mumbai
VIP Call Girls Mumbai Arpita 9910780858 Independent Escort Service MumbaiVIP Call Girls Mumbai Arpita 9910780858 Independent Escort Service Mumbai
VIP Call Girls Mumbai Arpita 9910780858 Independent Escort Service Mumbai
 
Call Girls In Andheri East Call 9920874524 Book Hot And Sexy Girls
Call Girls In Andheri East Call 9920874524 Book Hot And Sexy GirlsCall Girls In Andheri East Call 9920874524 Book Hot And Sexy Girls
Call Girls In Andheri East Call 9920874524 Book Hot And Sexy Girls
 
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipur
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service JaipurHigh Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipur
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipur
 
Call Girls Service in Bommanahalli - 7001305949 with real photos and phone nu...
Call Girls Service in Bommanahalli - 7001305949 with real photos and phone nu...Call Girls Service in Bommanahalli - 7001305949 with real photos and phone nu...
Call Girls Service in Bommanahalli - 7001305949 with real photos and phone nu...
 
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
 
Call Girls Kanakapura Road Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Kanakapura Road Just Call 7001305949 Top Class Call Girl Service A...Call Girls Kanakapura Road Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Kanakapura Road Just Call 7001305949 Top Class Call Girl Service A...
 
Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...
Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...
Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...
 
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbai
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service MumbaiLow Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbai
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbai
 
Kesar Bagh Call Girl Price 9548273370 , Lucknow Call Girls Service
Kesar Bagh Call Girl Price 9548273370 , Lucknow Call Girls ServiceKesar Bagh Call Girl Price 9548273370 , Lucknow Call Girls Service
Kesar Bagh Call Girl Price 9548273370 , Lucknow Call Girls Service
 
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
 
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service ChennaiCall Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
 
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
 
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hebbal Just Call 7001305949 Top Class Call Girl Service Available
 
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Service
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort ServiceCall Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Service
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Service
 
Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% SafeBangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safe
 
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
 
Call Girl Indore Vrinda 9907093804 Independent Escort Service Indore
Call Girl Indore Vrinda 9907093804 Independent Escort Service IndoreCall Girl Indore Vrinda 9907093804 Independent Escort Service Indore
Call Girl Indore Vrinda 9907093804 Independent Escort Service Indore
 
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original PhotosCall Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
 
Call Girls Thane Just Call 9910780858 Get High Class Call Girls Service
Call Girls Thane Just Call 9910780858 Get High Class Call Girls ServiceCall Girls Thane Just Call 9910780858 Get High Class Call Girls Service
Call Girls Thane Just Call 9910780858 Get High Class Call Girls Service
 
Aspirin presentation slides by Dr. Rewas Ali
Aspirin presentation slides by Dr. Rewas AliAspirin presentation slides by Dr. Rewas Ali
Aspirin presentation slides by Dr. Rewas Ali
 

Post-Processing of Prostate Perfusion MRI

  • 1. Management and Post-Processing of Prostate Perfusion MRI By: Vanya Vabrina Valindria (V3) Vega Valentine (V2) VIBOT 2010
  • 2. Introduction Prostate cancer  leading cause of cancer death in males Diagnosis: Conventional MR  DCE (Dynamic Contrast Enhance) – MRI : Perfusion imaging  Link between contrast material up-take in tumors and micro-vascular  observation from signal-intensity time curve The anatomy
  • 3. Aim  Generate Parametric Images on a pixel- by – pixel basis  Follow the kinetics of the contrast agent within the prostate to localize cancer/tumor area  Build user interface for post-processing of Perfusion MR Imaging
  • 4. Med_Toolbox_V3V2  Aim to manage and post-process Prostate Perfusion MRI  Available in MATLAB GUI
  • 5. How do we come up with this Toolbox?
  • 6. Toolbox ‘Browse patient’: Select Patient  Slice  ROI of prostate ROI
  • 7. Normalization Parametric calculation: Rectangular ROI of the prostate – selected by the user We use Standardized signal-intensity curves  divide the signals by the muscle Muscle: Same coordinates for each patient Average of intensity inside ROI muscle before the contrast injection (in time series ~ 1 -4)
  • 8. Signal Intensity-Time Curve 2.4  Comparison between tissues curves 2.2 Cancer 2 1.8 Normal PZ 1.6 Intensity 1.4 1.2 Muscle 1 0.8 0.6 Unenhanced 0.4 0 50 100 150 200 250 300 Series Time(s)
  • 9. Parametric Calculation 2.6 S_max 2.4 2.2 2 Intensity 1.8 1.6 1.4 S_end Max.Contrast Enhancement 1.2 S_base 1 0.8 0 t_onset 50 t_max 100 150 200 250 300 Series Time (s)
  • 10. Toolbox ‘Image Post-Processing’: Parametric Images Select Analyses  Wash IN
  • 11. Wash In  Wash-in : the mean rate of increase in intensity between the onset time and the maximum-signal time.  Estimated the degree of early strong enhancement of cancerous tissue.  Formula: MATLAB command: x_in = double(delta_t*t_onset: delta_t : delta_t*tmax); coeff_wi = polyfit(x_in, double(TIC(t_onset:tmax)),1); wash_in(i,j) = double(coeff_wi(1))*100;
  • 12. Wash-in Results Patient 313; Slice 11 Patient 405, Slice 14 Patient 409, Slice 9
  • 13. Toolbox ‘Image Post-Processing’: Parametric Images Select Analyses  Wash OUT
  • 14. Wash Out  Wash Out: the decreasing slope after the maximum intensity signal  Formula:  MATLAB code: x_out = double(delta_t*tmax: delta_t : delta_t*series); coeff_wo = polyfit(x_out, double(TIC(tmax:series)),1); wash_out(i,j) = double(-1*coeff_wo(1))*100;
  • 15. Wash-Out Results Patient 313, Slice 12 Patient 405, Slice 15 Patient 409, Slice 7
  • 16. Toolbox ‘Image Post-Processing’: Parametric Images Select Analyses  Maximum Contrast Enhancement
  • 17. Maximal Contrast Enhancement (MCE) MCE: Relative difference between the maximum signal and the baseline signal Formula: MATLAB Code: max_enh(i,j) = double(S_max - S_base)/double(S_base)*100;
  • 18. MCE Results Patient 313, Slice 12 Patient 405, Slice 15 Patient 409, Slice 10
  • 19. Toolbox ‘Image Post-Processing’: Select Analyses  Combine Parametric Images
  • 20. Combined Parametric Image  Combination of all normalized parametric images MATLAB Code: washin_norm = (wash_in - min(min(wash_in)))/(max(max(wash_in)) - min(min(wash_in))); washout_norm = (wash_out - min(min(wash_out)))/(max(max(wash_out)) - min(min(wash_out))); max_enh_norm = (max_enh - min(min(max_enh)))/(max(max(max_enh)) - min(min(max_enh))); params_norm = (washin_norm + washout_norm + max_enh_norm)./3;
  • 21. Combined Image Results  Patient 313, Slice 12 Patient 405, Slice 15 Patient 409, Slice 10
  • 22. Toolbox ‘Extra Features’: Check signal intensity-time curve for a selected point
  • 23. Toolbox ‘Extra Features’: Check signal intensity-time curve for a selected point
  • 24. Toolbox ‘Extra Features’: Display parametric images value in Zoom ROI
  • 25. Toolbox ‘Extra Features’: Display parametric images value in Zoom ROI
  • 27. Save all as DICOM Save all images in DICOM Same DICOM information MATLAB Code: metadata = dicominfo([direct 'Image00' id]); dicomwrite(I_wi, ['D:MEDICAL IMAGINGProjectDatasetsParametricImg' dir(37:47) '_Slice' num2str(slice) '_wash_in.dcm'], metadata);
  • 29. Toolbox ‘Image Post-Processing’: See the Segmented Cancer Result
  • 30. Cancer Segmentation  Method: Region Growing  Manually selected seeds (for each patient)  Homogeneity criteria: a,b : is the position of the evaluated pixel f : the intensity value of the image in Wash In, Wash Out and MCE Images (3 features) Mean :the value of n-region mean
  • 31. Cancer Segmentation  Criteria for Cancer Region: Wash in value > 4 Wash out value > 0.2 MCE value > 200 Max.Area < 500 pixels  Global threshold for all of the images: T(cancer) = 50 The region is consider as cancer region and keep growing when:
  • 37. Registration  Problem of Patient 407 in time series: 25 – 29  Deformable registration  Method:  Control point selection  Dense SIFT  Wrapping image  Thin Plate Spline
  • 38. Registration Flow Chart Reference Extract ROI SIFT Dense Image Find TPS Matching Warping Points Unregistered Extract ROI SIFT Dense Image Registered Image
  • 39. Reference Image Registration Result 50  For patient 407, Slice: 8 100 150 Original Images Time series: 25 Time series: 26 Time series: 28 50 100 150 200 250 50 50 100 100 150 150 Registered Images 50 100 150 200 250 50 100 150 200 250 50 100 150 200 250 Time series: 25 Time series: 26 Time series: 28 50 50 100 100 150 150
  • 40. Conclusion  User interface for prostate cancer in MR-perfusion images had been done using MATLAB GUI  Parametric images obtained are useful to characterize the prostate tissues.  Robust for cancer segmentation and deformable registration for prostate region
  • 42. References  Shen, Kaikai. Parametric Image Formation of Human Prostate Cancer Vascularisation from MRI Perfusion Data. 2008. Laboratoire Electronique, Informatique et Image University of Burgundy.  Jeong Kon Kim, Seong Sook Hong. Rate on the Basis of Dynamic ContrastEnhanced MRI: Usefulness for Prostate Cancer Detection and Localization. Journal of magnetic resonance imaging 22:639–646 (2005)  Olivier Rouvière, et al. Characterization of time-enhancement curves of benign and malignant prostate tissue at dynamic MR imaging. Eur Radiol (2003) 13:931–942 DOI 10.1007/s00330-002-1617-6.  Deanna Lyn Langer . Multi-parametric Magnetic Resonance Imaging (MRI) in Prostate Cancer. 2010. University of Toronto.  Baowei Fei. Image registration for the prostate . 2009. Case Western Reserve University .  Satish Viswanath, et al. A Comprehensive Segmentation, Registration, and Cancer Detection Scheme on 3 Tesla In Vivo Prostate DCE-MRI. 2008. American Cancer Society
  • 44. Signal-intensity Time Curve Signal enhancement seen on a DCE-MR images can be assessed in two ways:  Analysis of signal intensity changes (semi quantitative)  Quantifying contrast agent concentration change (pharmacokinetics modeling) Enhancement  parameterized by examining changes in signal intensity over time
  • 45. Advantages using Muscle Norm??  The enhancement is normalized (same range) for all patients.  MR signal units are arbitrary and not reproducible from one patient to another  Ease to used for segmentation on post-processing because all patients have the same threshold values in signal-time intensity curve
  • 46. Signal-intensity Time Curve  Comparison between un-normalized and standardized curve  Interval time between series: delta_t = 6.828 s  from str2num(info.AcquisitionTime)  There are 40 series in each slice  Series time = 40*delta_t Un-normalized Curve Standardized Curve 2.6 650 2.4 600 2.2 550 2 500 Intensity 1.8 Intensity 450 400 1.6 350 1.4 300 1.2 250 1 200 0.8 0 50 100 150 200 250 300 0 50 100 150 200 250 300 Series Time (s) Series Time (s)
  • 47. Comparison between other Equation?? Wash In Linear least square fitting of signal data from 10% to 90% maximum intensity enhancement 100 0.06 50 0.04 0 0.02 -50 0 Wash Out -50 0 50 100 0 Our calculation 0.02 0.04 0.06 0.08 0.1 Our calculation Use in Patient 313, Slice 11 and Patient 409, Slice 15
  • 48. Save all as JPEG Save all images in JPEG format To visualize directly MATLAB Code: imwrite(I_wi , ['D:MEDICAL IMAGINGProjectDatase tsColorImg' dir(37:47) '_Slice' num2str(slice) '_WashIn.jpg'], 'jpg');
  • 49. Flowchart Segmentation by Region Growing Image (u*v) Mark Visited and calculate homogeneity criteria Label Visited (u*v) (u*v) NO Does it fit the criteria? Starts for each Regions (1:r) YES Queue Add pixel to the region and (1:uv) mark Label Initialize the seed (in the top Update region size and Queue) region’s statistics Retrive the pixel from the Add the pixel to the Queue Queue list Check its neighbours/ adjacency pixels (1:n) NO YES Have not been Visited? NO YES All pixels in Queue END are visited? NO
  • 50. REGISTRATION  Problem  Deformable image registration,: particularly because of bladder and rectum filling  Hard to use only rigid-body registration  Hard to select control points and find the matching points  Register the prostate back inside the ROI the reference position
  • 51. Control point selection  SIFT  Dense Scale Invariant Feature Transform (vl_feat toolbox) to automatically select control points  Descriptors are obtained for densely sampled key points with identical size and orientation.  Optimal parameter  Extract a descriptor each STEP = 5 pixels A spatial bin covers SIZE = 5 pixels  Matching points  the minimum squared Euclidean distance between the matches.
  • 52. Automatic Control Points Selection Matching Control Points from Dense SIFT Descriptors. Some examples in Patient 407: Input Prostate Reference Prostate Input Prostate Reference Prostate Input Prostate Reference Prostate Input Prostate Reference Prostate
  • 53. Wrapping: TPS (Thin Plate Shape)  The transformation is modeled using TPS  Used as the non-rigid transformation model in image alignment  Fits a mapping function between corresponding control points by minimizing the energy function Control Points in Input Image Control Points in Ref.Image Wrapped Image by TPS 0 50 50 50 50 100 100 0 1 1 100 100 3 3 150 150 0 150 150 200 200 0 200 200 4 4 2 2 250 250 0 250 250 300 300 0 300 300 50 100 150 200 250 300 50 100 150 200 250 300 50 100 150 200 250 300 50 100 150 200 250 300 50 100 150 200 250 300
  • 54. Reference Image Registration Result 50  For Patient 407, Slice 11 100 150 Original Images Time series: 25 Time series: 27 Time series: 28 100 50 150 200 250 50 50 100 100 150 150 Registered Images 50 100 150 200 250 50 100 150 200 250 50 100 150 200 250 Time series: 25 Time series: 27 Time series: 28 50 50 100 100 150 150
  • 55. Parametric Images after registration  Patient 407, Slice 8 Wash In Wash Out MCE Combined Segmented
  • 56. Non cancer detection…?  Patient 313, Slice 3 Wash In Wash Out MCE Combined Segmented

Editor's Notes

  1. Prostate cancer, is the leading cause of cancer death in males. It is commonly diagnosed by conventional MRI, but unfortunately the result is not always clearly visualized. That’s why it triggers developement of other technique called Dynamic Contrast Enhance MRI (DCE-MRI).It is a MRItechnique that monitors contrast agent uptake over a short period of time after contrast agent injection. It provides additional information that could further improve cancer detection compared to conventional MRI.The anatomy of prostate: consists of three zones: the peripheral zone, central zone and transitional zones. As we can see in the picture:::This is because a link between contrast material up-take in solid tumors and their micro vascular characteristics exists. Simple observations can be done from signal time-intensity curves:::The peripheral zone is located along the posterior and apex of the gland, adjacent to the rectum, and is where the majority (~70%) of prostate cancers originate at the peripheral zone.
  2. This is our toolbox which built by MATLAB GUI.
  3. Next, we will explain step by step of how our process to built this toolbox and how user can operate the features
  4. Step 1: User must select the patient from the database by clicking this button...Then, to select which slice to be analyzed, user can choose from the pop-up menu.After the slice selected, image will be displayed and the user can specify the ROI of the prostate to be evaluated.
  5. With the selected ROI, parametric calculation can be computed.we use what so-called Standardized Signal-Intensity Curves.How to obtain that? We divide itby the signal of the muscle obtained in the same slice. The muscle signal is defined in the same coordinates for each patient and we calculate the average of intensity inside ROI muscle before the contrast injection ,in time series ~ 1 -4.:::Since MR signal units are arbitrary and not reproducible from one patient to another, and since calibration of the MR scanner is different from one patient to another,
  6. In the curve, we can see the difference of signal-intensity time curve between tissues, such as forCancer  rise quickly and decrease at the end of acquisition series :::High wash in and high wash outNormal or healthy tissue  keep increasing :::Low wash in, low wash out valuesMuscle  relatively stableUnenhanced  lower value and stable
  7. How do we get the parametric calculation using the curve?From the curve, we can label the important events which will be used for the calculation.First, the S_base is the baseline of signal intensity at onset timeS_max is the maximum curve intensity :::we searched until 10th time seriesS_end is the signal measured at the end of the acquisitionT_onset time when enhancement started.*Onset of enhancement is the time from the first appearance in a pelvic artery/injection to the first increase in tissue signal intensity. Usually, contrast medium injection took place after 4 series/4th data point.T_max time to reach the peak, when the signal intensity is maximum:::We search the peak from the 1st 10 series, it is mainly if we use more than that, the parametric images obtained are not accurateFrom these labels, we can get three parameters: Wash In, Wash Out and Max Contrast Enhancement
  8. So, now we go to the step 2, parametric Images.Let’s say, we want to select Wash In image, we just click the button here… and the result image will appear here..
  9. WashIn is the mean rate of increase in intensity between the onset time and the maximum-signal timeHere is the formula we use..
  10. This is the result.Prostate cancer will have a significant increasing intensity compared to the surrounding normal tissue. That means the wash in value of prostate area is way higher than the surroundings.It can be identified by the red area in the images, here, here, and here.
  11. Now, we want to select Wash-Out from this slice…
  12. Wash out is…The formula is given as this….
  13. In our result, we found that the contrast wash-out of cancer region has high value of negative slope which indicates in red color. Meanwhile, normal tissue has opposite sign value means the contrast keep enhances until the and of the slice series, which shown in blue.
  14. The third parametric image is the Maximum Contrast Enhancement..
  15. MCE is…The formula is defined as..
  16. In MCE images, the cancer is localized in high value means it has high percentage of enhancement.
  17. Once we have all of the parametric images.. We can see the result of by taking into account all of the parametricimages
  18. The function is simply the….
  19. In these three patients, it shows a high values in a tumour region…
  20. Another useful button is to display the signal intensity – time curve so that we can do the comparison between the result and the curve.
  21. First, we can pick a point in the image and see the difference curve from different tissues, whether they correspond to the healthy or tumour tissues. User also can select multiple points, like this…
  22. This button was made to display the three parametric images inside the selected rectangular ROI in the separated window. It enables the user to zoom the ROI and obtain the values from each parametric image in a various pixel locations.
  23. Other feature is to save in DICOM format..
  24. The image name  save according to the same Patient name and corresponding SLICE and type of parametric image
  25. We can also save all images in JPEG format to see directly what is the image results
  26. Also, we add another feature called the segmented cancer in order to visualize better the cancer/tumor region.
  27. To accomplish that, we applied the region growing method using a manually selected seed for each patient.We grow the seed by evaluating this homogeneity criteria whereas the input of the equation is the value from 3 parametric images.
  28. Because now our curve is standardized for all patients, by observation we can infer that the threshold of cancer region in each parametric images.Thus, we can define global threshold for all of the images…
  29. The problem with the case for patient 407 is deformable registration, so that the it is hard to use only the rigid-body registration.Because: Rigid-body registration of the pelvis cannot follow prostate movements due to changes in the postures of deformation of the bladder and rectum
  30. As can be seen from our flow chart here..
  31. Here are some result..
  32. ..for managing and localizing ….by analyzing the signal-intensity time curve Here are the Wash-In, Wash-Out, Max.Contrast Enhancement, and Combined parameters
  33. To characterize the behavior of a contrast agent in tissues,Describe the time course of the signal intensity changes induced by the agent.
  34. The time-enhancement curve was used for the calculation of standardized signal intensities. The curve should be standardized since MR signal units are arbitrary from one patient to another. Standardized signal intensity curves were obtained by dividing the intensity inside the ROI prostate region by the intensity of the internus muscle obtained in the same slice
  35. Other parameter calculations == not very clear/obvious
  36. The problem with the case for patient 407 is deformable registration, so that the it is hard to use only the rigid-body registration.Because: Rigid-body registration of the pelvis cannot follow prostate movements due to changes in the postures of deformation of the bladder and rectum
  37. TPS warp is described by 2(K + 3) parameters: include 6 global affine motion parameters and 2K coefficients for correspondences of the control points. These parameters are computed by solving a linear system TPS has closed-form solution.Advantage the interpolation is smooth
  38. Our tool-box is also quite robust to handle the false positive or when the images has no cancer…