SlideShare a Scribd company logo
1 of 37
Download to read offline
Digital image self-
            adaptive acquisition in
            medical x-ray imaging
                       Bao Jie, Gao Jun et.al.
               Lab on Image Information Processing
               Hefei University of Technology , China
Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   1
Content

                   What is X-ray fluoroscopy system and
                  digital acquisition system
                  The principle and implementation of self-
                  adaptive digital acquisition
                      Experiment and Conclusions



Aug.22,2000,WCC2000      Jie BAO , ImageInfoLab , Hefei University of Technology   2
1. What is X-ray fluoroscopy
              system and digital acquisition
                        system?



Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   3
What’s X-ray fluoroscopy system?

          X-ray fluoroscopy system is a system for
         medical diagnosing that can render image of
         the body of patient by convert X-ray which
         pass through and attenuated by the body into
         visible light and record it on film or other
         media. It’s a very common method for
         examination in hospitals.

Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   4
Construction of X-ray fluoroscopy system




Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   5
Why study the digital acquisition of
         X-ray fluoroscopy system?(1)

          The digitalization of x-ray imaging is very
         important for PACS (Picture Archiving and
         Communication system); high-quality digital
         X-ray medical images are indispensable for
         PACS data source.




Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   6
Why study the digital acquisition of
         X-ray fluoroscopy system?(2)

       There are three ways to digitalize x-ray imaging
         Computed Radiography (CR)
         Digital Radiography (DR)
         Video digital acquisition.
      Advantages of video digital acquisition : ability to
      see dynamic change of organs, device simplicity,
      operating convenience, and low-cost
Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   7
The main difficulties in video
               digital acquisition
                   x-ray fluoroscopy image detection noise
                  and digital quantum noise
                  Adjusting imaging contrast and
                  resolution
                      Device background signal



Aug.22,2000,WCC2000      Jie BAO , ImageInfoLab , Hefei University of Technology   8
How to deal with them?
                  choose a appropriate working point automatically
                  and suppressed background signal by software
                  Improve hardware quality of x-ray imaging
                  system
                   Choose grabber board with high quantization
                  precision
                  Voltage stabilization and electromagnetic
                 shielding
Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   9
Digital video processing system(1)
                                                                                Enhancement

                                                                                Annotation

                                                                                Display

                                                                                Diagnose
                                                                                      manual

                                                                                Information
                                                                                         navigation
x-ray video              NSPgrabber board
                                                           Host
                                                                                Report

                                                                                Aided
                                                                                    diagnose

                                                                                Aided ment
                                                                                    treat

                                            Control                             Archiving and backup

                                                                                Query and management



                                                                                          PACS
Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology                          10
Digital video processing system(2)
       Host should analyze the input signal while sampling and
       quantization to adjust grabber board setting for valid
       signal to utilize the dynamic range sufficiently, and to make
       device working in linear range.
       The grabber board we used is NSP (Native Signal Process)
       frame-grabber board DT3153-LS, it can adjust reference,
       offset, gain, black level and white level by software, which
       make it possible for self-adaptive acquisition by software.


Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   11
2. The principle and
        implementation of self-adaptive
              digital acquisition


Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   12
Self-adaptive digital acquisition

          To resolve problems brought forward in
         section 1, we use digital subtraction technique
         to realize background removing for self-
         adaptive acquisition, and monitor the
         dynamic range of image valid region to search
         for the best acquisition working point
         automatically.

Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   13
Self-adaptive digital acquisition system




Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   14
3.1Valid region recognition

          The acquired image is not entirely valid.
         Generally speaking, the valid region is a circle.
           We should only count on valid region while
         removing background and analyzing the
         image feature to adjust acquisition
         parameters, so we must recognize the valid
         region at first.

Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   15
Valid observe region




             (a) Whole valid observe
             region. White line is                       (b) Valid observe region
             detected region edge by                     with occlusion
             improved seed algorithm.



Aug.22,2000,WCC2000      Jie BAO , ImageInfoLab , Hefei University of Technology    16
Valid region detection algorithm (1)

       1. Compute the histogram of left and right narrow
          edges of the image, the gray-level corresponding
          to histogram peak value is the gray-level of
          invalid region.
      2. Perform median filtering to remove noise.
      3. Grow region using classical seed growing
         algorithm starting from any invalid point.

Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   17
Valid region detection algorithm (2)

        4. Generate initial mask(bilevel ) image of valid
            region. Perform Sobel operator to this image to
            extract its edge.
        5. Detect circle by general Hough transform; get the
            radius and the center of the circle.
        6. Generate valid region mask using result of step 5.


Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   18
3.2 Background removing

        Nonuniform background will affect image quality
          and the computing of image characteristic to
          adjust acquisition parameters.
        So a digital subtraction will remove background
           signal while keep the validity of information.



Aug.22,2000,WCC2000    Jie BAO , ImageInfoLab , Hefei University of Technology   19
Background removing algorithm

        1.    Acquire and save device background signal (I1)
              when device is idle.
        2.    Acquire images to be observed (I2).
        3.    Perform image operation in valid region :
              I3=I1-I2 ; I4=NOT I3;
        4.    I4 is the image signal removed of background.

Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   20
3.3 Setting acquisition working point

        After above-mentioned pre-processing, we will
           adjust black level, white level, gain, reference
           and offset automatically based on histogram
           analysis of image valid region to obtain best
           acquisition quality.
                     Black level = - offset
                     White level = reference / gain -offset

Aug.22,2000,WCC2000    Jie BAO , ImageInfoLab , Hefei University of Technology   21
Meaning of offset, gain and reference




Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   22
Meaning of black level and white level




Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   23
Working point setting rule

        Decreasing offset will shift image to light zone,
           increasing offset will shift image to dark zone,
           namely offset behaves as brightness adjusting;
           decreasing reference will compress image to
           light zone, increasing reference will compress
           image to dark zone, namely reference behaves
           as contrast adjusting.

Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   24
Dynamic range analysis of valid region

        Analyze the proportion of dark zone and light zone in the
           histogram of image valid region, the aim of adjusting is
           to keep proper proportion of dark zone and light zone
           for best image acquisition performance.
        Setting brightness at first to ensure dark zone isn't too much
            then setting contrast( that is, properly setting white level
            by adjusting reference).



Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   25
Self-adaptive
              acquisition parameters setting
                                                                                             B e g in
                                                                                   R e a d in e s s ju d g m e n t
                                                                                     I m a g e a c q u is itio n
                                                              V a lid re g io n re c o g n itio n , b a c k g ro u n d re m o v in g
                                                                                  V a lid re g io n a n a ly s is
                                                                                  D y n a m ic      ra n g e
                      T o o d a rk                                                                                                                              T o o b rig h t
                              W h ile ( d a r k z o n e is to o m u c h & & o ff s e t                         W h ile ( d a r k z o n e is to o f e w & & o ff s e t is
                                          is n o t o u t o f lo w e r b o u n d )                                           not out of upper bound)
                                                   D e c r e a s e o ff s e t                                                      I n c r e a s e o ff s e t
                                       I m a g e a c q u is itio n , b a c k g ro u n d                        I m a g e a c q u is itio n , b a c k g ro u n d re m o v in g
                                                       re m o v in g
                                              V a lid re g io n a n a ly s is                                                 V a lid re g io n a n a ly s is
                                                                                      L ig h t      z o n e a n a ly s is
                      L ess                                                                                                                                            M o re
                                     W h ile ( lig h t z o n e is to o m u c h & &                                   W h ile ( lig h t z o n e is to o fe w & &
                                 re fe re n c e is n o t o u t o f u p p e r b o u n d )                           re fe re n c e is n o t o u t o f lo w e r b o u n d )
                                                D e c re a se re fe re n c e                                                    In c re a se re fe re n c e
                                       I m a g e a c q u is itio n , b a c k g ro u n d                        I m a g e a c q u is itio n , b a c k g ro u n d re m o v in g
                                                        re m o v in g
                                              V a lid re g io n a n a ly s is                                                 V a lid re g io n a n a ly s is
                                                                                                 End


Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology                                                                                                     26
Universal acquisition parameters choosing

        It's very inefficient and unnecessary to setting best
            working point every time we take fluoroscopy.
        In practice, expert judgment and adjusting is used
            to choose universal acquisition parameters.




Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   27
3. Experiment and Conclusions




Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   28
Run interface of self-adaptive
              acquisition module

                                                             Run interface of
                                                             self-adaptive
                                                             acquisition
                                                             module in
                                                             ImagePro™
                                                             implemented by
                                                             Visual C++6.0

Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   29
Valid region detection




                Original Image                          Valid region mask image             Sobel edge-detect image




             integrated valid region                  Rim of Valid Region by improved
                                                                 algorithm

Aug.22,2000,WCC2000               Jie BAO , ImageInfoLab , Hefei University of Technology                             30
Background removing




      device                       acquired                            image after
      background                   image with                          removing
      signal                       nonuniform                          device
                                   background                          background

Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology        31
self-adaptive adjusting(1):

                                                    Acquired image before
                                                   self-adaptive adjusting.
                                                   Black level=0V, white
                                                   level =0.7V, offset=0V,
                                                   gain=1, reference
                                                   =0.7V


Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   32
self-adaptive adjusting(2):


                                                    Histogram of valid
                                                   region in (1). mean =
                                                   70.48, median value=54.
                                                   Image is too dark.



Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   33
self-adaptive adjusting(3):

                                                    Acquired image after
                                                   self-adaptive adjusting.
                                                   Black level =-0.042V,
                                                   white level =0.258V,
                                                   offset=0.042V, gain=2,
                                                   reference= 0.6V
  scapula

Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   34
self-adaptive adjusting(4):

                                                    Histogram of valid
                                                   region in (3). mean =
                                                   121.19. median value =
                                                   113.




Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   35
Conclusions

       It's possible to implement self-adaptive acquisition of
      medical video image automatically by integrating
      various images processing method. The proposed
      method has recognized the valid region of image and
      removed the background, then adjusted acquisition
      parameters by analyzing image dynamic range to
      obtain best acquisition quality. But there still some
      problem remained to be resolved.
Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   36
Thank you!

Aug.22,2000,WCC2000   Jie BAO , ImageInfoLab , Hefei University of Technology   37

More Related Content

What's hot

Recent advances in diagnosis & treatment plsning /certified fixed orthodonti...
Recent advances in  diagnosis & treatment plsning /certified fixed orthodonti...Recent advances in  diagnosis & treatment plsning /certified fixed orthodonti...
Recent advances in diagnosis & treatment plsning /certified fixed orthodonti...Indian dental academy
 
의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링Namkug Kim
 
The Cancer imaging Phenomics Toolkit (CaPTk)
The Cancer imaging Phenomics Toolkit (CaPTk)The Cancer imaging Phenomics Toolkit (CaPTk)
The Cancer imaging Phenomics Toolkit (CaPTk)imgcommcall
 
인공지능 논문작성과 심사에관한요령
인공지능 논문작성과 심사에관한요령인공지능 논문작성과 심사에관한요령
인공지능 논문작성과 심사에관한요령Namkug Kim
 
Integrative Multi-Scale Analyses
Integrative Multi-Scale AnalysesIntegrative Multi-Scale Analyses
Integrative Multi-Scale AnalysesJoel Saltz
 
Nityanand gopalika digital detectors for industrial applications
Nityanand gopalika   digital detectors for industrial applicationsNityanand gopalika   digital detectors for industrial applications
Nityanand gopalika digital detectors for industrial applicationsNityanand Gopalika
 
Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Ulaş Bağcı
 
Seed implantation for other body sites
Seed implantation for other body sitesSeed implantation for other body sites
Seed implantation for other body sitesAlfredo Polo
 
Dental Digital Radiography in Easy to Understand Steps
Dental Digital  Radiography in Easy to Understand StepsDental Digital  Radiography in Easy to Understand Steps
Dental Digital Radiography in Easy to Understand StepsTheresa Nielsen
 
Enhanced adaptive filter bank-based automated pavement
Enhanced adaptive filter bank-based automated pavementEnhanced adaptive filter bank-based automated pavement
Enhanced adaptive filter bank-based automated pavementClyde Lettsome
 
VR / AR for Medical Application (가상현실 / 증강현실의 의료 응용)
VR / AR for Medical Application (가상현실 / 증강현실의 의료 응용)VR / AR for Medical Application (가상현실 / 증강현실의 의료 응용)
VR / AR for Medical Application (가상현실 / 증강현실의 의료 응용)Youngjun Kim
 
Discovering Anomalies Based on Saliency Detection and Segmentation in Surveil...
Discovering Anomalies Based on Saliency Detection and Segmentation in Surveil...Discovering Anomalies Based on Saliency Detection and Segmentation in Surveil...
Discovering Anomalies Based on Saliency Detection and Segmentation in Surveil...ijtsrd
 
IEEE 2012 DIP & dsp_2012-13_titles
IEEE 2012 DIP & dsp_2012-13_titlesIEEE 2012 DIP & dsp_2012-13_titles
IEEE 2012 DIP & dsp_2012-13_titlesSrinivasan Natarajan
 
Conferencia Web semantica Mihai Datcu
Conferencia  Web semantica Mihai DatcuConferencia  Web semantica Mihai Datcu
Conferencia Web semantica Mihai DatcuIBCmass
 
Digital Radiography in Dentistry Seminar by Dr Pratik
Digital Radiography in Dentistry Seminar by Dr PratikDigital Radiography in Dentistry Seminar by Dr Pratik
Digital Radiography in Dentistry Seminar by Dr PratikDr Pratik
 
BuildingChangeDetectionInACoupleOfOpticalAndSARHighResolutionImages.pdf
BuildingChangeDetectionInACoupleOfOpticalAndSARHighResolutionImages.pdfBuildingChangeDetectionInACoupleOfOpticalAndSARHighResolutionImages.pdf
BuildingChangeDetectionInACoupleOfOpticalAndSARHighResolutionImages.pdfgrssieee
 

What's hot (20)

Recent advances in diagnosis & treatment plsning /certified fixed orthodonti...
Recent advances in  diagnosis & treatment plsning /certified fixed orthodonti...Recent advances in  diagnosis & treatment plsning /certified fixed orthodonti...
Recent advances in diagnosis & treatment plsning /certified fixed orthodonti...
 
Dip year wise titles
Dip year wise titlesDip year wise titles
Dip year wise titles
 
Digtal radiography and imaging
Digtal radiography and imagingDigtal radiography and imaging
Digtal radiography and imaging
 
의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링
 
The Cancer imaging Phenomics Toolkit (CaPTk)
The Cancer imaging Phenomics Toolkit (CaPTk)The Cancer imaging Phenomics Toolkit (CaPTk)
The Cancer imaging Phenomics Toolkit (CaPTk)
 
인공지능 논문작성과 심사에관한요령
인공지능 논문작성과 심사에관한요령인공지능 논문작성과 심사에관한요령
인공지능 논문작성과 심사에관한요령
 
Integrative Multi-Scale Analyses
Integrative Multi-Scale AnalysesIntegrative Multi-Scale Analyses
Integrative Multi-Scale Analyses
 
Nityanand gopalika digital detectors for industrial applications
Nityanand gopalika   digital detectors for industrial applicationsNityanand gopalika   digital detectors for industrial applications
Nityanand gopalika digital detectors for industrial applications
 
Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction
 
Seed implantation for other body sites
Seed implantation for other body sitesSeed implantation for other body sites
Seed implantation for other body sites
 
Dental Digital Radiography in Easy to Understand Steps
Dental Digital  Radiography in Easy to Understand StepsDental Digital  Radiography in Easy to Understand Steps
Dental Digital Radiography in Easy to Understand Steps
 
Enhanced adaptive filter bank-based automated pavement
Enhanced adaptive filter bank-based automated pavementEnhanced adaptive filter bank-based automated pavement
Enhanced adaptive filter bank-based automated pavement
 
VR / AR for Medical Application (가상현실 / 증강현실의 의료 응용)
VR / AR for Medical Application (가상현실 / 증강현실의 의료 응용)VR / AR for Medical Application (가상현실 / 증강현실의 의료 응용)
VR / AR for Medical Application (가상현실 / 증강현실의 의료 응용)
 
Discovering Anomalies Based on Saliency Detection and Segmentation in Surveil...
Discovering Anomalies Based on Saliency Detection and Segmentation in Surveil...Discovering Anomalies Based on Saliency Detection and Segmentation in Surveil...
Discovering Anomalies Based on Saliency Detection and Segmentation in Surveil...
 
Computerized cephalometric systems
Computerized cephalometric systemsComputerized cephalometric systems
Computerized cephalometric systems
 
IEEE 2012 DIP & dsp_2012-13_titles
IEEE 2012 DIP & dsp_2012-13_titlesIEEE 2012 DIP & dsp_2012-13_titles
IEEE 2012 DIP & dsp_2012-13_titles
 
Conferencia Web semantica Mihai Datcu
Conferencia  Web semantica Mihai DatcuConferencia  Web semantica Mihai Datcu
Conferencia Web semantica Mihai Datcu
 
Digital Radiography in Dentistry Seminar by Dr Pratik
Digital Radiography in Dentistry Seminar by Dr PratikDigital Radiography in Dentistry Seminar by Dr Pratik
Digital Radiography in Dentistry Seminar by Dr Pratik
 
Dip sdit 7
Dip sdit 7Dip sdit 7
Dip sdit 7
 
BuildingChangeDetectionInACoupleOfOpticalAndSARHighResolutionImages.pdf
BuildingChangeDetectionInACoupleOfOpticalAndSARHighResolutionImages.pdfBuildingChangeDetectionInACoupleOfOpticalAndSARHighResolutionImages.pdf
BuildingChangeDetectionInACoupleOfOpticalAndSARHighResolutionImages.pdf
 

Viewers also liked

Dual energy imaging and digital tomosynthesis: Innovative X-ray based imaging...
Dual energy imaging and digital tomosynthesis: Innovative X-ray based imaging...Dual energy imaging and digital tomosynthesis: Innovative X-ray based imaging...
Dual energy imaging and digital tomosynthesis: Innovative X-ray based imaging...Carestream
 
Digital Radiography
Digital RadiographyDigital Radiography
Digital Radiographyricksw78
 
X ray production & emission
X ray production & emissionX ray production & emission
X ray production & emissionairwave12
 

Viewers also liked (6)

Dual energy imaging and digital tomosynthesis: Innovative X-ray based imaging...
Dual energy imaging and digital tomosynthesis: Innovative X-ray based imaging...Dual energy imaging and digital tomosynthesis: Innovative X-ray based imaging...
Dual energy imaging and digital tomosynthesis: Innovative X-ray based imaging...
 
Medical x ray image sensors
Medical x ray image sensorsMedical x ray image sensors
Medical x ray image sensors
 
Digital Radiography
Digital RadiographyDigital Radiography
Digital Radiography
 
X ray production & emission
X ray production & emissionX ray production & emission
X ray production & emission
 
X rays
X raysX rays
X rays
 
X ray physics
X ray physicsX ray physics
X ray physics
 

Similar to Digital image self-adaptive acquisition in medical x-ray imaging

Maria de la Iglesia - CEIB: a R&D services in bioimaging oriented to integrat...
Maria de la Iglesia - CEIB: a R&D services in bioimaging oriented to integrat...Maria de la Iglesia - CEIB: a R&D services in bioimaging oriented to integrat...
Maria de la Iglesia - CEIB: a R&D services in bioimaging oriented to integrat...WTHS
 
Pipeline anomaly detection
Pipeline anomaly detectionPipeline anomaly detection
Pipeline anomaly detectionGauravBiswas9
 
Review of Pose Recognition Systems
Review of Pose Recognition SystemsReview of Pose Recognition Systems
Review of Pose Recognition Systemsvivatechijri
 
Program for 2015 ieee international conference on consumer electronics taiw...
Program for 2015 ieee international conference on consumer electronics   taiw...Program for 2015 ieee international conference on consumer electronics   taiw...
Program for 2015 ieee international conference on consumer electronics taiw...supra_uny
 
DIGITAL IMAGING used in dentistry, a oral medicine and readioplogy topic
DIGITAL IMAGING used in dentistry, a oral medicine and readioplogy topicDIGITAL IMAGING used in dentistry, a oral medicine and readioplogy topic
DIGITAL IMAGING used in dentistry, a oral medicine and readioplogy topicswarnimakhichi
 
Image Filtering Based on GMSK
Image Filtering Based on GMSKImage Filtering Based on GMSK
Image Filtering Based on GMSKijtsrd
 
COMPUTER APPLICATIONS IN DENTISTRY.pptx
COMPUTER APPLICATIONS IN DENTISTRY.pptxCOMPUTER APPLICATIONS IN DENTISTRY.pptx
COMPUTER APPLICATIONS IN DENTISTRY.pptxParkhiBhatngar
 
Extracting Features from the fundus image using Canny edge detection method f...
Extracting Features from the fundus image using Canny edge detection method f...Extracting Features from the fundus image using Canny edge detection method f...
Extracting Features from the fundus image using Canny edge detection method f...vivatechijri
 
2007- SSVS for hand held microscopes
2007- SSVS for hand held microscopes2007- SSVS for hand held microscopes
2007- SSVS for hand held microscopesUnesco Telemedicine
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET Journal
 
76201950
7620195076201950
76201950IJRAT
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...journal ijrtem
 
A New Approach for video denoising and enhancement using optical flow Estimation
A New Approach for video denoising and enhancement using optical flow EstimationA New Approach for video denoising and enhancement using optical flow Estimation
A New Approach for video denoising and enhancement using optical flow EstimationIRJET Journal
 
Generating a time shrunk lecture video by event
Generating a time shrunk lecture video by eventGenerating a time shrunk lecture video by event
Generating a time shrunk lecture video by eventYara Ali
 
3.introduction onwards deepa
3.introduction onwards deepa3.introduction onwards deepa
3.introduction onwards deepaSafalsha Babu
 
Recent advances in diagnosis and treatment planning1 /certified fixed orthod...
Recent advances in diagnosis and treatment  planning1 /certified fixed orthod...Recent advances in diagnosis and treatment  planning1 /certified fixed orthod...
Recent advances in diagnosis and treatment planning1 /certified fixed orthod...Indian dental academy
 
Basic Medical Imaging Processing and Analysis
Basic Medical Imaging Processing and AnalysisBasic Medical Imaging Processing and Analysis
Basic Medical Imaging Processing and AnalysisKyla De Chavez
 

Similar to Digital image self-adaptive acquisition in medical x-ray imaging (20)

Image processing
Image processingImage processing
Image processing
 
Maria de la Iglesia - CEIB: a R&D services in bioimaging oriented to integrat...
Maria de la Iglesia - CEIB: a R&D services in bioimaging oriented to integrat...Maria de la Iglesia - CEIB: a R&D services in bioimaging oriented to integrat...
Maria de la Iglesia - CEIB: a R&D services in bioimaging oriented to integrat...
 
Pipeline anomaly detection
Pipeline anomaly detectionPipeline anomaly detection
Pipeline anomaly detection
 
Review of Pose Recognition Systems
Review of Pose Recognition SystemsReview of Pose Recognition Systems
Review of Pose Recognition Systems
 
Program for 2015 ieee international conference on consumer electronics taiw...
Program for 2015 ieee international conference on consumer electronics   taiw...Program for 2015 ieee international conference on consumer electronics   taiw...
Program for 2015 ieee international conference on consumer electronics taiw...
 
DIGITAL IMAGING used in dentistry, a oral medicine and readioplogy topic
DIGITAL IMAGING used in dentistry, a oral medicine and readioplogy topicDIGITAL IMAGING used in dentistry, a oral medicine and readioplogy topic
DIGITAL IMAGING used in dentistry, a oral medicine and readioplogy topic
 
Image Filtering Based on GMSK
Image Filtering Based on GMSKImage Filtering Based on GMSK
Image Filtering Based on GMSK
 
COMPUTER APPLICATIONS IN DENTISTRY.pptx
COMPUTER APPLICATIONS IN DENTISTRY.pptxCOMPUTER APPLICATIONS IN DENTISTRY.pptx
COMPUTER APPLICATIONS IN DENTISTRY.pptx
 
Extracting Features from the fundus image using Canny edge detection method f...
Extracting Features from the fundus image using Canny edge detection method f...Extracting Features from the fundus image using Canny edge detection method f...
Extracting Features from the fundus image using Canny edge detection method f...
 
2007- SSVS for hand held microscopes
2007- SSVS for hand held microscopes2007- SSVS for hand held microscopes
2007- SSVS for hand held microscopes
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
 
76201950
7620195076201950
76201950
 
P180203105108
P180203105108P180203105108
P180203105108
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...
 
A New Approach for video denoising and enhancement using optical flow Estimation
A New Approach for video denoising and enhancement using optical flow EstimationA New Approach for video denoising and enhancement using optical flow Estimation
A New Approach for video denoising and enhancement using optical flow Estimation
 
Generating a time shrunk lecture video by event
Generating a time shrunk lecture video by eventGenerating a time shrunk lecture video by event
Generating a time shrunk lecture video by event
 
3.introduction onwards deepa
3.introduction onwards deepa3.introduction onwards deepa
3.introduction onwards deepa
 
Recent advances in diagnosis and treatment planning1 /certified fixed orthod...
Recent advances in diagnosis and treatment  planning1 /certified fixed orthod...Recent advances in diagnosis and treatment  planning1 /certified fixed orthod...
Recent advances in diagnosis and treatment planning1 /certified fixed orthod...
 
Basic Medical Imaging Processing and Analysis
Basic Medical Imaging Processing and AnalysisBasic Medical Imaging Processing and Analysis
Basic Medical Imaging Processing and Analysis
 

More from Jie Bao

python-graph-lovestory
python-graph-lovestorypython-graph-lovestory
python-graph-lovestoryJie Bao
 
unix toolbox 中文版
unix toolbox 中文版unix toolbox 中文版
unix toolbox 中文版Jie Bao
 
unixtoolbox.book
unixtoolbox.bookunixtoolbox.book
unixtoolbox.bookJie Bao
 
Lean startup 精益创业 新创企业的成长思维
Lean startup 精益创业 新创企业的成长思维Lean startup 精益创业 新创企业的成长思维
Lean startup 精益创业 新创企业的成长思维Jie Bao
 
Towards social webtops using semantic wiki
Towards social webtops using semantic wikiTowards social webtops using semantic wiki
Towards social webtops using semantic wikiJie Bao
 
Semantic information theory in 20 minutes
Semantic information theory in 20 minutesSemantic information theory in 20 minutes
Semantic information theory in 20 minutesJie Bao
 
Towards a theory of semantic communication
Towards a theory of semantic communicationTowards a theory of semantic communication
Towards a theory of semantic communicationJie Bao
 
Expressive Query Answering For Semantic Wikis (20min)
Expressive Query Answering For  Semantic Wikis (20min)Expressive Query Answering For  Semantic Wikis (20min)
Expressive Query Answering For Semantic Wikis (20min)Jie Bao
 
Startup best practices
Startup best practicesStartup best practices
Startup best practicesJie Bao
 
Owl 2 quick reference card a4 size
Owl 2 quick reference card a4 sizeOwl 2 quick reference card a4 size
Owl 2 quick reference card a4 sizeJie Bao
 
ISWC 2010 Metadata Work Summary
ISWC 2010 Metadata Work SummaryISWC 2010 Metadata Work Summary
ISWC 2010 Metadata Work SummaryJie Bao
 
Expressive Query Answering For Semantic Wikis
Expressive Query Answering For  Semantic WikisExpressive Query Answering For  Semantic Wikis
Expressive Query Answering For Semantic WikisJie Bao
 
24 Ways to Explore ISWC 2010 Data
24 Ways to Explore ISWC 2010 Data24 Ways to Explore ISWC 2010 Data
24 Ways to Explore ISWC 2010 DataJie Bao
 
Semantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer AppsSemantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer AppsJie Bao
 
Representing financial reports on the semantic web a faithful translation f...
Representing financial reports on the semantic web   a faithful translation f...Representing financial reports on the semantic web   a faithful translation f...
Representing financial reports on the semantic web a faithful translation f...Jie Bao
 
XACML 3.0 (Partial) Concept Map
XACML 3.0 (Partial) Concept MapXACML 3.0 (Partial) Concept Map
XACML 3.0 (Partial) Concept MapJie Bao
 
Development of a Controlled Natural Language Interface for Semantic MediaWiki
Development of a Controlled Natural Language Interface for Semantic MediaWikiDevelopment of a Controlled Natural Language Interface for Semantic MediaWiki
Development of a Controlled Natural Language Interface for Semantic MediaWikiJie Bao
 
Privacy-Preserving Reasoning on the Semantic Web (Poster)
Privacy-Preserving Reasoning on the Semantic Web (Poster)Privacy-Preserving Reasoning on the Semantic Web (Poster)
Privacy-Preserving Reasoning on the Semantic Web (Poster)Jie Bao
 
Privacy-Preserving Reasoning on the Semantic Web
Privacy-Preserving Reasoning on the Semantic WebPrivacy-Preserving Reasoning on the Semantic Web
Privacy-Preserving Reasoning on the Semantic WebJie Bao
 

More from Jie Bao (20)

python-graph-lovestory
python-graph-lovestorypython-graph-lovestory
python-graph-lovestory
 
unix toolbox 中文版
unix toolbox 中文版unix toolbox 中文版
unix toolbox 中文版
 
unixtoolbox.book
unixtoolbox.bookunixtoolbox.book
unixtoolbox.book
 
Lean startup 精益创业 新创企业的成长思维
Lean startup 精益创业 新创企业的成长思维Lean startup 精益创业 新创企业的成长思维
Lean startup 精益创业 新创企业的成长思维
 
Towards social webtops using semantic wiki
Towards social webtops using semantic wikiTowards social webtops using semantic wiki
Towards social webtops using semantic wiki
 
Semantic information theory in 20 minutes
Semantic information theory in 20 minutesSemantic information theory in 20 minutes
Semantic information theory in 20 minutes
 
Towards a theory of semantic communication
Towards a theory of semantic communicationTowards a theory of semantic communication
Towards a theory of semantic communication
 
Expressive Query Answering For Semantic Wikis (20min)
Expressive Query Answering For  Semantic Wikis (20min)Expressive Query Answering For  Semantic Wikis (20min)
Expressive Query Answering For Semantic Wikis (20min)
 
Startup best practices
Startup best practicesStartup best practices
Startup best practices
 
Owl 2 quick reference card a4 size
Owl 2 quick reference card a4 sizeOwl 2 quick reference card a4 size
Owl 2 quick reference card a4 size
 
ISWC 2010 Metadata Work Summary
ISWC 2010 Metadata Work SummaryISWC 2010 Metadata Work Summary
ISWC 2010 Metadata Work Summary
 
Expressive Query Answering For Semantic Wikis
Expressive Query Answering For  Semantic WikisExpressive Query Answering For  Semantic Wikis
Expressive Query Answering For Semantic Wikis
 
CV
CVCV
CV
 
24 Ways to Explore ISWC 2010 Data
24 Ways to Explore ISWC 2010 Data24 Ways to Explore ISWC 2010 Data
24 Ways to Explore ISWC 2010 Data
 
Semantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer AppsSemantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer Apps
 
Representing financial reports on the semantic web a faithful translation f...
Representing financial reports on the semantic web   a faithful translation f...Representing financial reports on the semantic web   a faithful translation f...
Representing financial reports on the semantic web a faithful translation f...
 
XACML 3.0 (Partial) Concept Map
XACML 3.0 (Partial) Concept MapXACML 3.0 (Partial) Concept Map
XACML 3.0 (Partial) Concept Map
 
Development of a Controlled Natural Language Interface for Semantic MediaWiki
Development of a Controlled Natural Language Interface for Semantic MediaWikiDevelopment of a Controlled Natural Language Interface for Semantic MediaWiki
Development of a Controlled Natural Language Interface for Semantic MediaWiki
 
Privacy-Preserving Reasoning on the Semantic Web (Poster)
Privacy-Preserving Reasoning on the Semantic Web (Poster)Privacy-Preserving Reasoning on the Semantic Web (Poster)
Privacy-Preserving Reasoning on the Semantic Web (Poster)
 
Privacy-Preserving Reasoning on the Semantic Web
Privacy-Preserving Reasoning on the Semantic WebPrivacy-Preserving Reasoning on the Semantic Web
Privacy-Preserving Reasoning on the Semantic Web
 

Recently uploaded

Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 

Recently uploaded (20)

Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 

Digital image self-adaptive acquisition in medical x-ray imaging

  • 1. Digital image self- adaptive acquisition in medical x-ray imaging Bao Jie, Gao Jun et.al. Lab on Image Information Processing Hefei University of Technology , China Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 1
  • 2. Content What is X-ray fluoroscopy system and digital acquisition system The principle and implementation of self- adaptive digital acquisition Experiment and Conclusions Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 2
  • 3. 1. What is X-ray fluoroscopy system and digital acquisition system? Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 3
  • 4. What’s X-ray fluoroscopy system? X-ray fluoroscopy system is a system for medical diagnosing that can render image of the body of patient by convert X-ray which pass through and attenuated by the body into visible light and record it on film or other media. It’s a very common method for examination in hospitals. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 4
  • 5. Construction of X-ray fluoroscopy system Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 5
  • 6. Why study the digital acquisition of X-ray fluoroscopy system?(1) The digitalization of x-ray imaging is very important for PACS (Picture Archiving and Communication system); high-quality digital X-ray medical images are indispensable for PACS data source. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 6
  • 7. Why study the digital acquisition of X-ray fluoroscopy system?(2) There are three ways to digitalize x-ray imaging  Computed Radiography (CR)  Digital Radiography (DR)  Video digital acquisition. Advantages of video digital acquisition : ability to see dynamic change of organs, device simplicity, operating convenience, and low-cost Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 7
  • 8. The main difficulties in video digital acquisition x-ray fluoroscopy image detection noise and digital quantum noise Adjusting imaging contrast and resolution Device background signal Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 8
  • 9. How to deal with them? choose a appropriate working point automatically and suppressed background signal by software Improve hardware quality of x-ray imaging system Choose grabber board with high quantization precision Voltage stabilization and electromagnetic shielding Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 9
  • 10. Digital video processing system(1) Enhancement Annotation Display Diagnose manual Information navigation x-ray video NSPgrabber board Host Report Aided diagnose Aided ment treat Control Archiving and backup Query and management PACS Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 10
  • 11. Digital video processing system(2) Host should analyze the input signal while sampling and quantization to adjust grabber board setting for valid signal to utilize the dynamic range sufficiently, and to make device working in linear range. The grabber board we used is NSP (Native Signal Process) frame-grabber board DT3153-LS, it can adjust reference, offset, gain, black level and white level by software, which make it possible for self-adaptive acquisition by software. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 11
  • 12. 2. The principle and implementation of self-adaptive digital acquisition Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 12
  • 13. Self-adaptive digital acquisition To resolve problems brought forward in section 1, we use digital subtraction technique to realize background removing for self- adaptive acquisition, and monitor the dynamic range of image valid region to search for the best acquisition working point automatically. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 13
  • 14. Self-adaptive digital acquisition system Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 14
  • 15. 3.1Valid region recognition The acquired image is not entirely valid. Generally speaking, the valid region is a circle. We should only count on valid region while removing background and analyzing the image feature to adjust acquisition parameters, so we must recognize the valid region at first. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 15
  • 16. Valid observe region (a) Whole valid observe region. White line is (b) Valid observe region detected region edge by with occlusion improved seed algorithm. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 16
  • 17. Valid region detection algorithm (1) 1. Compute the histogram of left and right narrow edges of the image, the gray-level corresponding to histogram peak value is the gray-level of invalid region. 2. Perform median filtering to remove noise. 3. Grow region using classical seed growing algorithm starting from any invalid point. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 17
  • 18. Valid region detection algorithm (2) 4. Generate initial mask(bilevel ) image of valid region. Perform Sobel operator to this image to extract its edge. 5. Detect circle by general Hough transform; get the radius and the center of the circle. 6. Generate valid region mask using result of step 5. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 18
  • 19. 3.2 Background removing Nonuniform background will affect image quality and the computing of image characteristic to adjust acquisition parameters. So a digital subtraction will remove background signal while keep the validity of information. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 19
  • 20. Background removing algorithm 1. Acquire and save device background signal (I1) when device is idle. 2. Acquire images to be observed (I2). 3. Perform image operation in valid region : I3=I1-I2 ; I4=NOT I3; 4. I4 is the image signal removed of background. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 20
  • 21. 3.3 Setting acquisition working point After above-mentioned pre-processing, we will adjust black level, white level, gain, reference and offset automatically based on histogram analysis of image valid region to obtain best acquisition quality.  Black level = - offset  White level = reference / gain -offset Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 21
  • 22. Meaning of offset, gain and reference Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 22
  • 23. Meaning of black level and white level Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 23
  • 24. Working point setting rule Decreasing offset will shift image to light zone, increasing offset will shift image to dark zone, namely offset behaves as brightness adjusting; decreasing reference will compress image to light zone, increasing reference will compress image to dark zone, namely reference behaves as contrast adjusting. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 24
  • 25. Dynamic range analysis of valid region Analyze the proportion of dark zone and light zone in the histogram of image valid region, the aim of adjusting is to keep proper proportion of dark zone and light zone for best image acquisition performance. Setting brightness at first to ensure dark zone isn't too much then setting contrast( that is, properly setting white level by adjusting reference). Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 25
  • 26. Self-adaptive acquisition parameters setting B e g in R e a d in e s s ju d g m e n t I m a g e a c q u is itio n V a lid re g io n re c o g n itio n , b a c k g ro u n d re m o v in g V a lid re g io n a n a ly s is D y n a m ic ra n g e T o o d a rk T o o b rig h t W h ile ( d a r k z o n e is to o m u c h & & o ff s e t W h ile ( d a r k z o n e is to o f e w & & o ff s e t is is n o t o u t o f lo w e r b o u n d ) not out of upper bound) D e c r e a s e o ff s e t I n c r e a s e o ff s e t I m a g e a c q u is itio n , b a c k g ro u n d I m a g e a c q u is itio n , b a c k g ro u n d re m o v in g re m o v in g V a lid re g io n a n a ly s is V a lid re g io n a n a ly s is L ig h t z o n e a n a ly s is L ess M o re W h ile ( lig h t z o n e is to o m u c h & & W h ile ( lig h t z o n e is to o fe w & & re fe re n c e is n o t o u t o f u p p e r b o u n d ) re fe re n c e is n o t o u t o f lo w e r b o u n d ) D e c re a se re fe re n c e In c re a se re fe re n c e I m a g e a c q u is itio n , b a c k g ro u n d I m a g e a c q u is itio n , b a c k g ro u n d re m o v in g re m o v in g V a lid re g io n a n a ly s is V a lid re g io n a n a ly s is End Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 26
  • 27. Universal acquisition parameters choosing It's very inefficient and unnecessary to setting best working point every time we take fluoroscopy. In practice, expert judgment and adjusting is used to choose universal acquisition parameters. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 27
  • 28. 3. Experiment and Conclusions Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 28
  • 29. Run interface of self-adaptive acquisition module Run interface of self-adaptive acquisition module in ImagePro™ implemented by Visual C++6.0 Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 29
  • 30. Valid region detection Original Image Valid region mask image Sobel edge-detect image integrated valid region Rim of Valid Region by improved algorithm Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 30
  • 31. Background removing device acquired image after background image with removing signal nonuniform device background background Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 31
  • 32. self-adaptive adjusting(1): Acquired image before self-adaptive adjusting. Black level=0V, white level =0.7V, offset=0V, gain=1, reference =0.7V Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 32
  • 33. self-adaptive adjusting(2): Histogram of valid region in (1). mean = 70.48, median value=54. Image is too dark. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 33
  • 34. self-adaptive adjusting(3): Acquired image after self-adaptive adjusting. Black level =-0.042V, white level =0.258V, offset=0.042V, gain=2, reference= 0.6V scapula Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 34
  • 35. self-adaptive adjusting(4): Histogram of valid region in (3). mean = 121.19. median value = 113. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 35
  • 36. Conclusions It's possible to implement self-adaptive acquisition of medical video image automatically by integrating various images processing method. The proposed method has recognized the valid region of image and removed the background, then adjusted acquisition parameters by analyzing image dynamic range to obtain best acquisition quality. But there still some problem remained to be resolved. Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 36
  • 37. Thank you! Aug.22,2000,WCC2000 Jie BAO , ImageInfoLab , Hefei University of Technology 37