SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications




      Performance of a Novel SUV Calculation Scheme for PET Study
                  SOMPHOB SOONGSATHITANON*, MALULEE TUNTAWIROON,
                    THONNAPONG THONGPRAPARN and PAWITRA MASA-AH
                        Nuclear Medicine Division, Department of Radiology,
                       Faculty of Medicine Siriraj Hospital, Mahidol University,
                             2 Prannok Rd., Bangkoknoi, Bangkok, 10700
                                            THAILAND
                            *Corresponding author: sissst@mahidol.ac.th


Abstract: - PET/CT has become an important cancer imaging tool for both diagnosis and staging. One of the
most important values for both diagnosis and staging is Standardized Uptake Value (SUV). However the data
accessibility and analysis would be limited because the SUV is usually retrieved by using their own application
software only. In order to eradicate these limitations, a novel SUV calculation scheme based on the data from
DICOM files was created. This scheme was written by MATLAB which is widely used in science and
engineer. For much more practicable, the scheme was tasted a performance by comparing with Xeleris
workstation, the well-known application from GE healthcare. The comparative analysis of both systems was
done on 108 slices of DICOM files were obtained from 11 patients (8 men, 3 women). The results showed that
the correlation between the two systems is statistically significant with a 99% confidence interval. The average
percentage of accuracy is 85% for the report at a 95% confidence interval. The results of performance reassure
an advanced practical use of the new scheme. The interchangeability of this scheme offers user convenience
and approachability of data and is a stand-alone application that allows more accessibility. Physicians can
interpret PET/CT scans without further applications of other software.

Key-Words: - Positron Emission Tomography combined Computed tomography (PET/CT), Standardized
Uptake Value (SUV), The Digital Imaging and Communications in Medicine (DICOM)


1 Introduction                                                      F18-FDG is widely used techniques that are in
PET/CT plays an important role in medical imaging.                  clinical practice today.
It has been popular since it was launched to market                 FDG could be used as tracer for diagnosis of cancer
in early 2001. The integration of PET-CT has been                   because FDG is an analog of glucose that the living
shown to improve the accuracy of staging in cancer.                 cell will be taken up in the first stage of glucose
The benefits of PET / CT in radiation treatment                     pathway. The taking of FDG by cell depends on an
planning (RTP) has been widely accepted because                     increased of glycolytic activity in neoplastic cell
of the ability to demonstrate the physiological data                which is a cancer cell.
of the tumor cell. PET/CT is classified as medical                  The simplest semi-quantitative approach is to
device that measures radioactive traces injected into               estimate the concentration of tracer in a given region
the body.                                                           from PET images by using an ROI analysis. The
PET is a non-invasive diagnostic tool that provides                 semi-quantitative measure of local FDG uptake has
tomographic images and quantitative parameters of                   been developed and utilized in differentiating
the blood perfusion, cell viability, proliferation and /            benign from malignant lesion since malignant
or metabolic activity of tissues. These images result               lesions in general having greater uptake. SUV
from the use of different substances of biological                  (Standardized Uptake Value) is the value that often
interest (glucose, amino acids, and hormones)                       used in PET scan.
labeled with positron emitting radionuclides.                       Standardized Uptake Value (SUV) is universally
PET radiopharmaceuticals are used for diagnostic                    used in routine clinical practice. It is used as
used for imaging of metabolic pathway in the body.                  parameter of the semi-quantitative in FDG - PET
                                                                    analysis. The SUV provides a determination of
                                                                    activity in a defined region of interest (ROI)



     ISBN: 978-1-61804-028-2                                   83
Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications




normalized to the patient’s body weight and                             2 Method
administered dose. Being a ratio, it is unit less and is                The algorithm of the SUV calculation scheme
calculated by                                                           Extract pixel intensity value from PET image.
                                                                            a) Define the region of interest (ROI) in the
                                                                                image and then extract the pixel intensity
           Measure Activity in Region of interest (ROI) (mCi/ml)
SUV bw =                                                                        value in that ROI. The maximum of the
                          Injected Dose (mCi)
                                                                                value is used for SUVmax calculation.
                             Body Weight   (g)                              b) Convert the obtained pixel intensity value
                                                          …(1)                  from ROI to the activity concentration in
To calculate the SUV, ROI was drawn on the image                                Becquerel.
that was appeared on the screen by the reader                                   The pixel intensity value represents the
(physician). The computer then calculates the                                   accumulation of activity in the region, the
average density or maximum density in that ROI,                                 conversion needs the parameter from the
then the decay of uptake in the period and counting                             metadata part which is containing all
efficiency were corrected. The pixel intensity value                            information of the scan.
in the ROI area finally was converted to the activity                           The attributed tags in this part include
per gram of tissue, assuming tissue density is equal                            Rescale Slope, Rescale Intercept, dose
to 1 g/cc. [1-2]                                                                calibration and Units. (Only Rescale slope
The body weight (kg) and injected dose (µCi(Bq))                                is individual in each slice). [7-8]
were together used, the SUV is calculated for the                       Activity Conc. in ROI (Bq/ml)
ROI using Eq. 1. All process above needs a specific
application program.                                                    = Pixel Value × Image Scale Factor × dose calibratio n
Each manufacture (vendor) in the market have their                                                                         …(2)
own application, which is supported the files only
from their equipment. Moreover the workstation of                        Image Scale Factor = Rescale Slope                …(3)
application is mostly installed nearby the equipment
or in the hospital area. The limitation of data                             c) Together all other related attributed tag for
accessible is the main motivation in this research.                            calculate SUV within a file slice.
We eradicate limitation by created the application                             Full fill the SUV calculation formula (1) by
program for calculate the SUV using MATLAB                                     the actual activity and body weight which
which is a widely used in science and engineering.                             are obtained from these attributed tag i.e.
In this research, DICOM (Digital imaging and                                   Total Dose (0018,1074), Series Date
communications in medicine) [3-4] file is used as                              (0008,0021), Series Time (0008,0031),
the sample source. DICOM is not just an image or                                Radiopharmaceutical          Start     Time
file formats. It covers all of the data transfer, storage                      (0018,1072), Radiopharmaceutical Half Life
and display protocol created and designed to cover                             (0018,1075)        and     Patient    Weight
all aspects of digital photography, medical                                    (0010,1010)
simplified.                                                                 d) Calculate as a volume term by integral SUV
A DICOM file is easily divided into two main parts                             from many slices. In practical, SUV
which are the DICOM image and the metadata                                     calculation is analyzed in the Volume of
(header). The SUV calculation scheme is created                                Interest (VOI). So In this study , We
based on the data from both part.                                              defined the volume of interest (VOI) and
For more practicable, the scheme was tested                                    then summarized the SUV in every slice in
performance by comparing to the well-known                                     the volume. The ROI of SUV from each
application      from GE          healthcare     (Xeleris                      slice is all same position and size.
workstation).
This paper will present the SUV calculation scheme                      For more practicable the SUV calculation Scheme
was create from DICOM files by using MATLAB                             testing is needed. This research will use the same
[5-6] and performance test of the SUV scheme by                         sample to compare SUV from two methods. This
comparison of the SUV from the scheme to the                            SUV calculation Scheme is operated on the PC with
SUV was obtain from the Xeleris workstation. For                        installing MATLAB. In order to evaluate the
more practicable, it was tested based on patient files.                 performance of the scheme, it is compared to the
                                                                        SUV that obtained from the Well-known application
                                                                        software from GE healthcare (Xeleris workstation).




     ISBN: 978-1-61804-028-2                                       84
Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications




The scheme will be tested by inputting the PET                     The performance of MA ss. TLAB scheme was
DICOM file. The first aspect in this comparison is                 tested by comparing the obtained SUVmax to the
both system need to proceed in the same file. After                Xeleris Workstation.
a study of GE healthcare DICOM file by doing the                                              Accuracy
PILOT STUDY, we found that GE healthcare has                                             14



stored the DICOM file by arranged inversely. The                                         12



first file (Slice No.1) on Xeleris is the last DICOM                                     10



file (Slice No.277) on MATLAB.                                                           8


Both Xeleris and MATLAB ( the SUV calculation                                            6


scheme) allow interpretation of ROI analysis. The                                        4


circular ROIs were drawn surrounding the region of




                                                                             Frequency
                                                                                         2                     Std. Dev = 6.73
                                                                                                               Mean = 85.2
FDG uptake (lesion). In each patient consisted many                                      0                     N = 108.00


of file slices according to each lesion on each




                                                                                               75

                                                                                               77

                                                                                               79

                                                                                               81

                                                                                               83

                                                                                               85

                                                                                               87

                                                                                               89

                                                                                               91

                                                                                               93

                                                                                               95

                                                                                               97

                                                                                               99
                                                                                                  .0

                                                                                                  .0

                                                                                                  .0

                                                                                                  .0

                                                                                                  .0

                                                                                                  .0

                                                                                                  .0

                                                                                                  .0

                                                                                                  .0

                                                                                                  .0

                                                                                                  .0

                                                                                                  .0

                                                                                                  .0
patient. The SUV in the defined region was                                                    Accuracy


recorded by the Xeleris® workstation and
MATLAB.
The main SUV calculation scheme was created as
an application that can calculate the SUV by
drawing immediately on the DICOM files that you
want to know. Both systems needed to analyze on
the same file, and also matched region of interest
(ROI). The ROI within slice was drawn in the same
location and size. So that the another application
needed to be created to compare them both. It was
run by calling the file as ROIs model (include
position and shape) for the next DICOM file to
compare.
The statistical analysis was tested using SPSS
version 11.5 and Microsoft excel. The correlation
between two variables reflects the degree to which                 Fig.1 Histogram and Chart of the percentage
the variables are related. The most common measure                 accuracy from MATLAB and Xeleris workstation.
of correlation is Pearson's Correlation. Pearson's
correlation reflects the degree of linear relationship             The percentage accuracy of MATLAB is normally
between two variables. It is used when both                        distributed significantly with a 95% confidence
variables are at least at interval level and data                  interval.
parametric.                                                        The average of percentage accuracy is 85% and for
The SUV from new MATLAB scheme was                                 the report at 95% confidence interval, the result
compared to the Xeleris workstation. It was                        ranged from 83.91% to 86.48%.
performed with 108 file slices from 11 patients. The               The chart in Fig.2 shows the percentage accuracy of
correlation of both systems was analyzed with                      SUV sorted by range from 0-30.
Pearson's correlation technique. The accuracy of
new scheme was tested by calculated the relative
error between both system and distribution of these
result were tested.


3 Results
The SUV from Xeleris Workstation and MATLAB
were compared by the Pearson correlation Test. The
result showed high correlation coefficient of 0.974
indicating a close correlation of results from Xeleris
workstation and MATLAB. R2 is 0.9487, we can
say that about 99% of comparable capability to                     Fig.2 Scatter gram of percentage accuracy from the
predict the SUVMATLAB from SUVXeleris, 1% remain                   MATLAB scheme.
for other factors plus randomness.



    ISBN: 978-1-61804-028-2                                   85
Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications




The accuracy of estimate is expressed by confident                 5 Conclusion
interval with specific confidence level. At 95%                    The SUV from the scheme which was created by
confident interval, the accuracy of SUV from the                   MATLAB could be used interchangeably with
MATLAB scheme is 85%.                                              PET/CT Xeleris® workstation. It can also be used
                                                                   for interpretation of PET/CT image without losing
                                                                   the capacity to accurately measure the SUV.
4 Discussion                                                       The new scheme is a stand-alone application,
The related parameters which are used in this SUV                  running on PC with MATLAB installing. Therefore,
calculation scheme are different in data type, so the              the new scheme allows for more simple
conversion is mainly needed in every step. A lower                 interpretation of SUV.       Physician can access,
SUV compared to the Xeleris workstation in all                     interpret and analyze data without other software.
study may be possible because of the data lost in                  The interchangeability of this scheme offers user to
conversion step.                                                   the convenient and approachability of data. The
Since defined the MATLAB scheme in term of the                     benefit of this scheme is that it can be adopted as a
amount of SUV value, we found that the small value                 PET/CT analysis tool to medical imaging system. It
of SUV gives high accuracy compared to the large.                  allows a reduction in the number of computer for
It means that the MATLAB scheme is high effective                  the practice. Moreover, it allows direct comparison
for used with the small SUV.                                       with prior study without consideration of modality
The data viewing, analysis and interpretation in a                 and its archive procedure, which is beneficial in a
PET / CT scanning are often done by software that                  multi-vendor surrounding.
installed within the workstation area or where the
PACS is accessible. Besides, the application
software is generally from the same manufacturer of                References:
the scanner. These are the problem and reason that                 [1] J. A. Thie, "Understanding the standardized
is leading to this research.                                           uptake value, its methods, and implications for
The sample source of this research is DICOM files.                     usage," J Nucl Med, vol. 45, pp. 1431-4, Sep
These are archived from PET/CT Discovery STE                           2004.
(DSTE) scanner [9]. In the comparative study, it                   [2] G. B. Saha, Basics of PET imaging : physics,
was tested by comparing with the Xeleris                               chemistry, and regulations, 2nd ed. New York ;
workstation. Both DSTE and Xeleris workstation                         London: Springer, 2010.
are manufactured by GE healthcare and routinely                    [3] O. S. Pianykh, Digital imaging and
operated in Siriraj Imaging Center.                                    communications in medicine (DICOM) : a
The SUV scheme in this research was created by                         practical introduction and survival guide.
DICOM file based on the attribute of GE’s vendor.                      Berlin: Springer, 2008.
Each vendor implements DICOM in its own dialect.                   [4] F. J.Novoa, et al., "Development of a DICOM
Even though, the SUV calculation is based on the                       server for the reception and storage of medical
fundamental formula, but different vendor’s                            images in digital format," in the 4th WSEAS
DICOM impose slightly different method. So, this                       International     Conference     on     Applied
SUV scheme was supported only for GE’s DICOM.                          Information and communication, Wisconsin,
However, it can be simply completed more                               USA 2004.
ultimately in a future.                                            [5] P. Masa-Ah and S. Soongsathitanon, "A Novel
This scheme was created by using MATLAB                                Standardized Uptake Value (SUV) Calculation
language. MATLAB is a technical computing                              of PET DICOM Files Using MATLAB," in
language which is a widely used tool in science and                    NEW ASPECTS of APPLIED INFORMATICS,
engineering community. It allows creation of user                      BIOMEDICAL             ELECTRONICS           &
interfaces. Therefore, the scheme can be developed                     INFORMATICS and COMMUNICATIONS, P.
to be the convenient and easy-to-use application                       N. E. Mastorakis, et al., Eds., ed: WSEAS
program with an uncomplicatedly approach.                              Press, 2010, pp. 413-416.
Moreover, instead of MATLAB, the scheme can                        [6] P. Masa-Ah, et al., "A Novel Scheme for
also be written in any other programming language.                     Standardized Uptake Value (SUV) Calculation
                                                                       in PET Scans," INTERNATIONAL JOURNAL
                                                                       of     MATHEMATICAL          MODELS       AND
                                                                       METHODS IN APPLIED SCIENCES, NAUN,
                                                                       vol. 4, pp. 291-299, 2010.




    ISBN: 978-1-61804-028-2                                   86
Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications




[7]  Digital Imaging and Communication in
    Medicine     (DICOM)       Positron    emission
    tomography image objects Supplement 12
    ACR-NEMA
[8] "Technical Publication Advance TM 5.1
    Conformance Statement for DICOM V3.0," G.
    M. System, Ed., ed: General Electric
    Healthcare, pp. 3_17-3_21.
[9] "DiscoverySTE Quick Manual," G. M. System,
    Ed., ed: General Electric Healthcare pp. 28-38.




      ISBN: 978-1-61804-028-2                                   87

Más contenido relacionado

La actualidad más candente

Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)Ulaş Bağcı
 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing pptPriyanka Goswami
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationCSCJournals
 
Lec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine ImagesLec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine ImagesUlaş Bağcı
 
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORMANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORMijiert bestjournal
 
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)Ulaş Bağcı
 
Time-resolved mirrorless scintillation detector @ KSMPRS2018
Time-resolved mirrorless scintillation detector @ KSMPRS2018Time-resolved mirrorless scintillation detector @ KSMPRS2018
Time-resolved mirrorless scintillation detector @ KSMPRS2018WonjoongCheon
 
3.introduction onwards deepa
3.introduction onwards deepa3.introduction onwards deepa
3.introduction onwards deepaSafalsha Babu
 
IRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing MethodIRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing MethodIRJET Journal
 
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIntensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIJERA Editor
 
2018 KOSRO-Oral presentation-Wonjoong Cheon
2018 KOSRO-Oral presentation-Wonjoong Cheon2018 KOSRO-Oral presentation-Wonjoong Cheon
2018 KOSRO-Oral presentation-Wonjoong CheonWonjoongCheon
 
International Journal of Image Processing (IJIP) Volume (1) Issue (1)
International Journal of Image Processing (IJIP) Volume (1) Issue (1)International Journal of Image Processing (IJIP) Volume (1) Issue (1)
International Journal of Image Processing (IJIP) Volume (1) Issue (1)CSCJournals
 
Mammographic Image Enhancement using Digital Image Processing Technique
Mammographic Image Enhancement using Digital Image Processing TechniqueMammographic Image Enhancement using Digital Image Processing Technique
Mammographic Image Enhancement using Digital Image Processing TechniqueIJCSIS Research Publications
 
3D isocenters quality assurance in radiation treatment room using a motion c...
3D isocenters quality assurance in radiation treatment room  using a motion c...3D isocenters quality assurance in radiation treatment room  using a motion c...
3D isocenters quality assurance in radiation treatment room using a motion c...WonjoongCheon
 
An intensity based medical image registration using genetic algorithm
An intensity based medical image registration using genetic algorithmAn intensity based medical image registration using genetic algorithm
An intensity based medical image registration using genetic algorithmsipij
 
Image restoration model with wavelet based fusion
Image restoration model with wavelet based fusionImage restoration model with wavelet based fusion
Image restoration model with wavelet based fusionAlexander Decker
 
A Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesA Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesEditor IJCATR
 

La actualidad más candente (19)

Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing ppt
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime Investigation
 
Lec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine ImagesLec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine Images
 
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORMANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
 
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
Time-resolved mirrorless scintillation detector @ KSMPRS2018
Time-resolved mirrorless scintillation detector @ KSMPRS2018Time-resolved mirrorless scintillation detector @ KSMPRS2018
Time-resolved mirrorless scintillation detector @ KSMPRS2018
 
3.introduction onwards deepa
3.introduction onwards deepa3.introduction onwards deepa
3.introduction onwards deepa
 
IRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing MethodIRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing Method
 
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIntensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
 
2018 KOSRO-Oral presentation-Wonjoong Cheon
2018 KOSRO-Oral presentation-Wonjoong Cheon2018 KOSRO-Oral presentation-Wonjoong Cheon
2018 KOSRO-Oral presentation-Wonjoong Cheon
 
International Journal of Image Processing (IJIP) Volume (1) Issue (1)
International Journal of Image Processing (IJIP) Volume (1) Issue (1)International Journal of Image Processing (IJIP) Volume (1) Issue (1)
International Journal of Image Processing (IJIP) Volume (1) Issue (1)
 
Mammographic Image Enhancement using Digital Image Processing Technique
Mammographic Image Enhancement using Digital Image Processing TechniqueMammographic Image Enhancement using Digital Image Processing Technique
Mammographic Image Enhancement using Digital Image Processing Technique
 
P180203105108
P180203105108P180203105108
P180203105108
 
3D isocenters quality assurance in radiation treatment room using a motion c...
3D isocenters quality assurance in radiation treatment room  using a motion c...3D isocenters quality assurance in radiation treatment room  using a motion c...
3D isocenters quality assurance in radiation treatment room using a motion c...
 
An intensity based medical image registration using genetic algorithm
An intensity based medical image registration using genetic algorithmAn intensity based medical image registration using genetic algorithm
An intensity based medical image registration using genetic algorithm
 
Image restoration model with wavelet based fusion
Image restoration model with wavelet based fusionImage restoration model with wavelet based fusion
Image restoration model with wavelet based fusion
 
A Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesA Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision Images
 

Similar a Performance of a Novel SUV Calculation Scheme for PET Study

A new Standard Uptake Values (SUV) Calculation based on Pixel Intensity Values
A new Standard Uptake Values (SUV) Calculation based on Pixel Intensity ValuesA new Standard Uptake Values (SUV) Calculation based on Pixel Intensity Values
A new Standard Uptake Values (SUV) Calculation based on Pixel Intensity ValuesPawitra Masa-ah
 
PROFILE DOSE ANALYSIS OF 6MV LINEAR ACCELERATOR WITH CCD ELECTRONIC PORTAL IM...
PROFILE DOSE ANALYSIS OF 6MV LINEAR ACCELERATOR WITH CCD ELECTRONIC PORTAL IM...PROFILE DOSE ANALYSIS OF 6MV LINEAR ACCELERATOR WITH CCD ELECTRONIC PORTAL IM...
PROFILE DOSE ANALYSIS OF 6MV LINEAR ACCELERATOR WITH CCD ELECTRONIC PORTAL IM...AM Publications
 
IRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET Journal
 
IRJET- Real Time Implementation of Bi-Histogram Equalization Method on Androi...
IRJET- Real Time Implementation of Bi-Histogram Equalization Method on Androi...IRJET- Real Time Implementation of Bi-Histogram Equalization Method on Androi...
IRJET- Real Time Implementation of Bi-Histogram Equalization Method on Androi...IRJET Journal
 
IRJET- Design and Implementation of ATM Security System using Vibration Senso...
IRJET- Design and Implementation of ATM Security System using Vibration Senso...IRJET- Design and Implementation of ATM Security System using Vibration Senso...
IRJET- Design and Implementation of ATM Security System using Vibration Senso...IRJET Journal
 
Multimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationMultimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationIAEME Publication
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicIRJET Journal
 
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...IRJET Journal
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformIJERA Editor
 
Thermal Imaging in Surgical Site Infection (SSI) Detection
Thermal Imaging in Surgical Site Infection (SSI) DetectionThermal Imaging in Surgical Site Infection (SSI) Detection
Thermal Imaging in Surgical Site Infection (SSI) DetectionIRJET Journal
 
An efficient lossless medical image
An efficient lossless medical imageAn efficient lossless medical image
An efficient lossless medical imagecaijjournal
 
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...Journal For Research
 
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONMULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONprj_publication
 
Prediction based lossless medical image compression
Prediction based lossless medical image compressionPrediction based lossless medical image compression
Prediction based lossless medical image compressionIAEME Publication
 
A novel technique in spiht for medical image compression
A novel technique in spiht for medical image compressionA novel technique in spiht for medical image compression
A novel technique in spiht for medical image compressionIAEME Publication
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environIAEME Publication
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environIAEME Publication
 
A N E XQUISITE A PPROACH FOR I MAGE C OMPRESSION T ECHNIQUE USING L OSS...
A N  E XQUISITE  A PPROACH FOR  I MAGE  C OMPRESSION  T ECHNIQUE USING  L OSS...A N  E XQUISITE  A PPROACH FOR  I MAGE  C OMPRESSION  T ECHNIQUE USING  L OSS...
A N E XQUISITE A PPROACH FOR I MAGE C OMPRESSION T ECHNIQUE USING L OSS...ijcsitcejournal
 

Similar a Performance of a Novel SUV Calculation Scheme for PET Study (20)

A new Standard Uptake Values (SUV) Calculation based on Pixel Intensity Values
A new Standard Uptake Values (SUV) Calculation based on Pixel Intensity ValuesA new Standard Uptake Values (SUV) Calculation based on Pixel Intensity Values
A new Standard Uptake Values (SUV) Calculation based on Pixel Intensity Values
 
AIBE 68
AIBE 68AIBE 68
AIBE 68
 
PROFILE DOSE ANALYSIS OF 6MV LINEAR ACCELERATOR WITH CCD ELECTRONIC PORTAL IM...
PROFILE DOSE ANALYSIS OF 6MV LINEAR ACCELERATOR WITH CCD ELECTRONIC PORTAL IM...PROFILE DOSE ANALYSIS OF 6MV LINEAR ACCELERATOR WITH CCD ELECTRONIC PORTAL IM...
PROFILE DOSE ANALYSIS OF 6MV LINEAR ACCELERATOR WITH CCD ELECTRONIC PORTAL IM...
 
IRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT Images
 
IRJET- Real Time Implementation of Bi-Histogram Equalization Method on Androi...
IRJET- Real Time Implementation of Bi-Histogram Equalization Method on Androi...IRJET- Real Time Implementation of Bi-Histogram Equalization Method on Androi...
IRJET- Real Time Implementation of Bi-Histogram Equalization Method on Androi...
 
IRJET- Design and Implementation of ATM Security System using Vibration Senso...
IRJET- Design and Implementation of ATM Security System using Vibration Senso...IRJET- Design and Implementation of ATM Security System using Vibration Senso...
IRJET- Design and Implementation of ATM Security System using Vibration Senso...
 
Multimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationMultimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformation
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
 
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet Transform
 
Thermal Imaging in Surgical Site Infection (SSI) Detection
Thermal Imaging in Surgical Site Infection (SSI) DetectionThermal Imaging in Surgical Site Infection (SSI) Detection
Thermal Imaging in Surgical Site Infection (SSI) Detection
 
An efficient lossless medical image
An efficient lossless medical imageAn efficient lossless medical image
An efficient lossless medical image
 
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
 
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONMULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
 
Prediction based lossless medical image compression
Prediction based lossless medical image compressionPrediction based lossless medical image compression
Prediction based lossless medical image compression
 
A novel technique in spiht for medical image compression
A novel technique in spiht for medical image compressionA novel technique in spiht for medical image compression
A novel technique in spiht for medical image compression
 
E1803053238
E1803053238E1803053238
E1803053238
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environ
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environ
 
A N E XQUISITE A PPROACH FOR I MAGE C OMPRESSION T ECHNIQUE USING L OSS...
A N  E XQUISITE  A PPROACH FOR  I MAGE  C OMPRESSION  T ECHNIQUE USING  L OSS...A N  E XQUISITE  A PPROACH FOR  I MAGE  C OMPRESSION  T ECHNIQUE USING  L OSS...
A N E XQUISITE A PPROACH FOR I MAGE C OMPRESSION T ECHNIQUE USING L OSS...
 

Más de Pawitra Masa-ah

N Health | Your TB lab solution
N Health | Your TB lab solutionN Health | Your TB lab solution
N Health | Your TB lab solutionPawitra Masa-ah
 
Radiation Safety Instrument
Radiation Safety InstrumentRadiation Safety Instrument
Radiation Safety InstrumentPawitra Masa-ah
 
Demonstration clip of my project
Demonstration clip of my projectDemonstration clip of my project
Demonstration clip of my projectPawitra Masa-ah
 
Radiation Safety Instruments
Radiation Safety InstrumentsRadiation Safety Instruments
Radiation Safety InstrumentsPawitra Masa-ah
 
Radiation protection Standard
Radiation protection Standard Radiation protection Standard
Radiation protection Standard Pawitra Masa-ah
 
Practical Application of Atomic Energy nutritional research
Practical Application of Atomic Energy nutritional researchPractical Application of Atomic Energy nutritional research
Practical Application of Atomic Energy nutritional researchPawitra Masa-ah
 
Non-Imaging Devices in Nuclear Medicine
Non-Imaging Devices in Nuclear MedicineNon-Imaging Devices in Nuclear Medicine
Non-Imaging Devices in Nuclear MedicinePawitra Masa-ah
 
Radioactive Contamination Research
Radioactive Contamination ResearchRadioactive Contamination Research
Radioactive Contamination ResearchPawitra Masa-ah
 
"Three Mile Island Accident"
"Three Mile Island Accident""Three Mile Island Accident"
"Three Mile Island Accident"Pawitra Masa-ah
 

Más de Pawitra Masa-ah (18)

N Health | Your TB lab solution
N Health | Your TB lab solutionN Health | Your TB lab solution
N Health | Your TB lab solution
 
Radiation Safety Instrument
Radiation Safety InstrumentRadiation Safety Instrument
Radiation Safety Instrument
 
Non-Imaging Devices
Non-Imaging DevicesNon-Imaging Devices
Non-Imaging Devices
 
Radiation Unit
Radiation UnitRadiation Unit
Radiation Unit
 
Radiation Biology
Radiation BiologyRadiation Biology
Radiation Biology
 
Radiation Protection
Radiation ProtectionRadiation Protection
Radiation Protection
 
Demonstration clip of my project
Demonstration clip of my projectDemonstration clip of my project
Demonstration clip of my project
 
Nuclear Reactor
Nuclear ReactorNuclear Reactor
Nuclear Reactor
 
Radiation Safety Instruments
Radiation Safety InstrumentsRadiation Safety Instruments
Radiation Safety Instruments
 
Radiation protection Standard
Radiation protection Standard Radiation protection Standard
Radiation protection Standard
 
Practical Application of Atomic Energy nutritional research
Practical Application of Atomic Energy nutritional researchPractical Application of Atomic Energy nutritional research
Practical Application of Atomic Energy nutritional research
 
Nutritional research
Nutritional researchNutritional research
Nutritional research
 
Non-Imaging Devices in Nuclear Medicine
Non-Imaging Devices in Nuclear MedicineNon-Imaging Devices in Nuclear Medicine
Non-Imaging Devices in Nuclear Medicine
 
Infection
InfectionInfection
Infection
 
Future Immunoassay
Future Immunoassay Future Immunoassay
Future Immunoassay
 
Radioactive Contamination Research
Radioactive Contamination ResearchRadioactive Contamination Research
Radioactive Contamination Research
 
"Three Mile Island Accident"
"Three Mile Island Accident""Three Mile Island Accident"
"Three Mile Island Accident"
 
PET Cyclotron
PET Cyclotron PET Cyclotron
PET Cyclotron
 

Último

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 

Último (20)

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 

Performance of a Novel SUV Calculation Scheme for PET Study

  • 1. Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications Performance of a Novel SUV Calculation Scheme for PET Study SOMPHOB SOONGSATHITANON*, MALULEE TUNTAWIROON, THONNAPONG THONGPRAPARN and PAWITRA MASA-AH Nuclear Medicine Division, Department of Radiology, Faculty of Medicine Siriraj Hospital, Mahidol University, 2 Prannok Rd., Bangkoknoi, Bangkok, 10700 THAILAND *Corresponding author: sissst@mahidol.ac.th Abstract: - PET/CT has become an important cancer imaging tool for both diagnosis and staging. One of the most important values for both diagnosis and staging is Standardized Uptake Value (SUV). However the data accessibility and analysis would be limited because the SUV is usually retrieved by using their own application software only. In order to eradicate these limitations, a novel SUV calculation scheme based on the data from DICOM files was created. This scheme was written by MATLAB which is widely used in science and engineer. For much more practicable, the scheme was tasted a performance by comparing with Xeleris workstation, the well-known application from GE healthcare. The comparative analysis of both systems was done on 108 slices of DICOM files were obtained from 11 patients (8 men, 3 women). The results showed that the correlation between the two systems is statistically significant with a 99% confidence interval. The average percentage of accuracy is 85% for the report at a 95% confidence interval. The results of performance reassure an advanced practical use of the new scheme. The interchangeability of this scheme offers user convenience and approachability of data and is a stand-alone application that allows more accessibility. Physicians can interpret PET/CT scans without further applications of other software. Key-Words: - Positron Emission Tomography combined Computed tomography (PET/CT), Standardized Uptake Value (SUV), The Digital Imaging and Communications in Medicine (DICOM) 1 Introduction F18-FDG is widely used techniques that are in PET/CT plays an important role in medical imaging. clinical practice today. It has been popular since it was launched to market FDG could be used as tracer for diagnosis of cancer in early 2001. The integration of PET-CT has been because FDG is an analog of glucose that the living shown to improve the accuracy of staging in cancer. cell will be taken up in the first stage of glucose The benefits of PET / CT in radiation treatment pathway. The taking of FDG by cell depends on an planning (RTP) has been widely accepted because increased of glycolytic activity in neoplastic cell of the ability to demonstrate the physiological data which is a cancer cell. of the tumor cell. PET/CT is classified as medical The simplest semi-quantitative approach is to device that measures radioactive traces injected into estimate the concentration of tracer in a given region the body. from PET images by using an ROI analysis. The PET is a non-invasive diagnostic tool that provides semi-quantitative measure of local FDG uptake has tomographic images and quantitative parameters of been developed and utilized in differentiating the blood perfusion, cell viability, proliferation and / benign from malignant lesion since malignant or metabolic activity of tissues. These images result lesions in general having greater uptake. SUV from the use of different substances of biological (Standardized Uptake Value) is the value that often interest (glucose, amino acids, and hormones) used in PET scan. labeled with positron emitting radionuclides. Standardized Uptake Value (SUV) is universally PET radiopharmaceuticals are used for diagnostic used in routine clinical practice. It is used as used for imaging of metabolic pathway in the body. parameter of the semi-quantitative in FDG - PET analysis. The SUV provides a determination of activity in a defined region of interest (ROI) ISBN: 978-1-61804-028-2 83
  • 2. Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications normalized to the patient’s body weight and 2 Method administered dose. Being a ratio, it is unit less and is The algorithm of the SUV calculation scheme calculated by Extract pixel intensity value from PET image. a) Define the region of interest (ROI) in the image and then extract the pixel intensity Measure Activity in Region of interest (ROI) (mCi/ml) SUV bw = value in that ROI. The maximum of the Injected Dose (mCi) value is used for SUVmax calculation. Body Weight (g) b) Convert the obtained pixel intensity value …(1) from ROI to the activity concentration in To calculate the SUV, ROI was drawn on the image Becquerel. that was appeared on the screen by the reader The pixel intensity value represents the (physician). The computer then calculates the accumulation of activity in the region, the average density or maximum density in that ROI, conversion needs the parameter from the then the decay of uptake in the period and counting metadata part which is containing all efficiency were corrected. The pixel intensity value information of the scan. in the ROI area finally was converted to the activity The attributed tags in this part include per gram of tissue, assuming tissue density is equal Rescale Slope, Rescale Intercept, dose to 1 g/cc. [1-2] calibration and Units. (Only Rescale slope The body weight (kg) and injected dose (µCi(Bq)) is individual in each slice). [7-8] were together used, the SUV is calculated for the Activity Conc. in ROI (Bq/ml) ROI using Eq. 1. All process above needs a specific application program. = Pixel Value × Image Scale Factor × dose calibratio n Each manufacture (vendor) in the market have their …(2) own application, which is supported the files only from their equipment. Moreover the workstation of Image Scale Factor = Rescale Slope …(3) application is mostly installed nearby the equipment or in the hospital area. The limitation of data c) Together all other related attributed tag for accessible is the main motivation in this research. calculate SUV within a file slice. We eradicate limitation by created the application Full fill the SUV calculation formula (1) by program for calculate the SUV using MATLAB the actual activity and body weight which which is a widely used in science and engineering. are obtained from these attributed tag i.e. In this research, DICOM (Digital imaging and Total Dose (0018,1074), Series Date communications in medicine) [3-4] file is used as (0008,0021), Series Time (0008,0031), the sample source. DICOM is not just an image or Radiopharmaceutical Start Time file formats. It covers all of the data transfer, storage (0018,1072), Radiopharmaceutical Half Life and display protocol created and designed to cover (0018,1075) and Patient Weight all aspects of digital photography, medical (0010,1010) simplified. d) Calculate as a volume term by integral SUV A DICOM file is easily divided into two main parts from many slices. In practical, SUV which are the DICOM image and the metadata calculation is analyzed in the Volume of (header). The SUV calculation scheme is created Interest (VOI). So In this study , We based on the data from both part. defined the volume of interest (VOI) and For more practicable, the scheme was tested then summarized the SUV in every slice in performance by comparing to the well-known the volume. The ROI of SUV from each application from GE healthcare (Xeleris slice is all same position and size. workstation). This paper will present the SUV calculation scheme For more practicable the SUV calculation Scheme was create from DICOM files by using MATLAB testing is needed. This research will use the same [5-6] and performance test of the SUV scheme by sample to compare SUV from two methods. This comparison of the SUV from the scheme to the SUV calculation Scheme is operated on the PC with SUV was obtain from the Xeleris workstation. For installing MATLAB. In order to evaluate the more practicable, it was tested based on patient files. performance of the scheme, it is compared to the SUV that obtained from the Well-known application software from GE healthcare (Xeleris workstation). ISBN: 978-1-61804-028-2 84
  • 3. Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications The scheme will be tested by inputting the PET The performance of MA ss. TLAB scheme was DICOM file. The first aspect in this comparison is tested by comparing the obtained SUVmax to the both system need to proceed in the same file. After Xeleris Workstation. a study of GE healthcare DICOM file by doing the Accuracy PILOT STUDY, we found that GE healthcare has 14 stored the DICOM file by arranged inversely. The 12 first file (Slice No.1) on Xeleris is the last DICOM 10 file (Slice No.277) on MATLAB. 8 Both Xeleris and MATLAB ( the SUV calculation 6 scheme) allow interpretation of ROI analysis. The 4 circular ROIs were drawn surrounding the region of Frequency 2 Std. Dev = 6.73 Mean = 85.2 FDG uptake (lesion). In each patient consisted many 0 N = 108.00 of file slices according to each lesion on each 75 77 79 81 83 85 87 89 91 93 95 97 99 .0 .0 .0 .0 .0 .0 .0 .0 .0 .0 .0 .0 .0 patient. The SUV in the defined region was Accuracy recorded by the Xeleris® workstation and MATLAB. The main SUV calculation scheme was created as an application that can calculate the SUV by drawing immediately on the DICOM files that you want to know. Both systems needed to analyze on the same file, and also matched region of interest (ROI). The ROI within slice was drawn in the same location and size. So that the another application needed to be created to compare them both. It was run by calling the file as ROIs model (include position and shape) for the next DICOM file to compare. The statistical analysis was tested using SPSS version 11.5 and Microsoft excel. The correlation between two variables reflects the degree to which Fig.1 Histogram and Chart of the percentage the variables are related. The most common measure accuracy from MATLAB and Xeleris workstation. of correlation is Pearson's Correlation. Pearson's correlation reflects the degree of linear relationship The percentage accuracy of MATLAB is normally between two variables. It is used when both distributed significantly with a 95% confidence variables are at least at interval level and data interval. parametric. The average of percentage accuracy is 85% and for The SUV from new MATLAB scheme was the report at 95% confidence interval, the result compared to the Xeleris workstation. It was ranged from 83.91% to 86.48%. performed with 108 file slices from 11 patients. The The chart in Fig.2 shows the percentage accuracy of correlation of both systems was analyzed with SUV sorted by range from 0-30. Pearson's correlation technique. The accuracy of new scheme was tested by calculated the relative error between both system and distribution of these result were tested. 3 Results The SUV from Xeleris Workstation and MATLAB were compared by the Pearson correlation Test. The result showed high correlation coefficient of 0.974 indicating a close correlation of results from Xeleris workstation and MATLAB. R2 is 0.9487, we can say that about 99% of comparable capability to Fig.2 Scatter gram of percentage accuracy from the predict the SUVMATLAB from SUVXeleris, 1% remain MATLAB scheme. for other factors plus randomness. ISBN: 978-1-61804-028-2 85
  • 4. Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications The accuracy of estimate is expressed by confident 5 Conclusion interval with specific confidence level. At 95% The SUV from the scheme which was created by confident interval, the accuracy of SUV from the MATLAB could be used interchangeably with MATLAB scheme is 85%. PET/CT Xeleris® workstation. It can also be used for interpretation of PET/CT image without losing the capacity to accurately measure the SUV. 4 Discussion The new scheme is a stand-alone application, The related parameters which are used in this SUV running on PC with MATLAB installing. Therefore, calculation scheme are different in data type, so the the new scheme allows for more simple conversion is mainly needed in every step. A lower interpretation of SUV. Physician can access, SUV compared to the Xeleris workstation in all interpret and analyze data without other software. study may be possible because of the data lost in The interchangeability of this scheme offers user to conversion step. the convenient and approachability of data. The Since defined the MATLAB scheme in term of the benefit of this scheme is that it can be adopted as a amount of SUV value, we found that the small value PET/CT analysis tool to medical imaging system. It of SUV gives high accuracy compared to the large. allows a reduction in the number of computer for It means that the MATLAB scheme is high effective the practice. Moreover, it allows direct comparison for used with the small SUV. with prior study without consideration of modality The data viewing, analysis and interpretation in a and its archive procedure, which is beneficial in a PET / CT scanning are often done by software that multi-vendor surrounding. installed within the workstation area or where the PACS is accessible. Besides, the application software is generally from the same manufacturer of References: the scanner. These are the problem and reason that [1] J. A. Thie, "Understanding the standardized is leading to this research. uptake value, its methods, and implications for The sample source of this research is DICOM files. usage," J Nucl Med, vol. 45, pp. 1431-4, Sep These are archived from PET/CT Discovery STE 2004. (DSTE) scanner [9]. In the comparative study, it [2] G. B. Saha, Basics of PET imaging : physics, was tested by comparing with the Xeleris chemistry, and regulations, 2nd ed. New York ; workstation. Both DSTE and Xeleris workstation London: Springer, 2010. are manufactured by GE healthcare and routinely [3] O. S. Pianykh, Digital imaging and operated in Siriraj Imaging Center. communications in medicine (DICOM) : a The SUV scheme in this research was created by practical introduction and survival guide. DICOM file based on the attribute of GE’s vendor. Berlin: Springer, 2008. Each vendor implements DICOM in its own dialect. [4] F. J.Novoa, et al., "Development of a DICOM Even though, the SUV calculation is based on the server for the reception and storage of medical fundamental formula, but different vendor’s images in digital format," in the 4th WSEAS DICOM impose slightly different method. So, this International Conference on Applied SUV scheme was supported only for GE’s DICOM. Information and communication, Wisconsin, However, it can be simply completed more USA 2004. ultimately in a future. [5] P. Masa-Ah and S. Soongsathitanon, "A Novel This scheme was created by using MATLAB Standardized Uptake Value (SUV) Calculation language. MATLAB is a technical computing of PET DICOM Files Using MATLAB," in language which is a widely used tool in science and NEW ASPECTS of APPLIED INFORMATICS, engineering community. It allows creation of user BIOMEDICAL ELECTRONICS & interfaces. Therefore, the scheme can be developed INFORMATICS and COMMUNICATIONS, P. to be the convenient and easy-to-use application N. E. Mastorakis, et al., Eds., ed: WSEAS program with an uncomplicatedly approach. Press, 2010, pp. 413-416. Moreover, instead of MATLAB, the scheme can [6] P. Masa-Ah, et al., "A Novel Scheme for also be written in any other programming language. Standardized Uptake Value (SUV) Calculation in PET Scans," INTERNATIONAL JOURNAL of MATHEMATICAL MODELS AND METHODS IN APPLIED SCIENCES, NAUN, vol. 4, pp. 291-299, 2010. ISBN: 978-1-61804-028-2 86
  • 5. Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications [7] Digital Imaging and Communication in Medicine (DICOM) Positron emission tomography image objects Supplement 12 ACR-NEMA [8] "Technical Publication Advance TM 5.1 Conformance Statement for DICOM V3.0," G. M. System, Ed., ed: General Electric Healthcare, pp. 3_17-3_21. [9] "DiscoverySTE Quick Manual," G. M. System, Ed., ed: General Electric Healthcare pp. 28-38. ISBN: 978-1-61804-028-2 87