• 검색 결과가 없습니다.

1.INTRODUCTION 2.PROPOSEDTECHNIQUE MasakiMAEKADO ,HyoungseopKIM ,SeijiISHIKAWA andMasaakiTSUKUDA AutomaticExtractionofGound-glassOpacitiesonLungCTImagesbyHistogramAnalysis ICCAS2003October22-25,GyeongjuTEMFHotel,Gyeongju,KOREA

N/A
N/A
Protected

Academic year: 2022

Share "1.INTRODUCTION 2.PROPOSEDTECHNIQUE MasakiMAEKADO ,HyoungseopKIM ,SeijiISHIKAWA andMasaakiTSUKUDA AutomaticExtractionofGound-glassOpacitiesonLungCTImagesbyHistogramAnalysis ICCAS2003October22-25,GyeongjuTEMFHotel,Gyeongju,KOREA"

Copied!
4
0
0

로드 중.... (전체 텍스트 보기)

전체 글

(1)

ICCAS2003 October 22-25, Gyeongju TEMF Hotel, Gyeongju, KOREA

Automatic Extraction of Gound-glass Opacities on Lung CT Images by Histogram Analysis

Masaki MAEKADO, Hyoung seop KIM, Seiji ISHIKAWA and Masaaki TSUKUDA∗∗

Kyushu Institute of Technology,Fukuoka,Japan (E-mail:maekado@is.cntl.kyutech.ac.jp)

∗∗ Kyushu Kouseinenkin Hospital,Fukuoka,Japan

Abstract: In recent yeas, studies on computer aided diagnosis (CAD) using image analysis on CT images have been conducted with respect to various diseases. Extracting ground-glass opacities (GGO) on lung CT images is one of such subjects, though it has not found an established method yet. If the region of ground-glass opacities is large on CT images, it can be detected without much difficulty. On the other hand, if the region is small, it is still difficult to find it exactly. In the latter case, increasing overlooking possibility cannot be avoided according to smaller size of the region. To solve this difficulty, this paper proposes an automatic technique for extracting ground-glass opacities on lung CT images employing some statistical parameters of a gray level histogram and a differential histogram. The proposed technique is applied to some lung CT images in the performed experiment. The results are shown with discussion on future work.

Keywords: Ground-glass opacity, CT images, Histogram analysis, CAD 1. INTRODUCTION

In recent years, various imaging techniques have been in- troduced into medical fields as useful tools for providing help- ful information in visual inspections by doctors. For exam- ple, ultrasound images, magnetic resonance images, moire topographic images, and X-ray computed tomography, etc., are those already established imaging techniques. Accord- ingly many related image processing techniques have been developed and reported with respect to these images. In X- ray CT images, several approaches have been reported to date for segmenting lung cancer regions. Most of them need a small number of knowledge-based schemes based on fuzzy logic or 3-D structure of blood vessel. But there haven’t been proposed effective techniques yet for analyzing lung images.

There are many disease of the lung. For example, pneu- monia, lung cancer and pulmonary emphysema, etc. There are many kind of pneumonia. For example, interstitial pneu- monia, carinii pneumonia, and bronchopneumonia, etc. In these diseases of the lung, interstitial pneumonia and initial state of lung asbestosis, etc., show ground-glass opacities as a symptom of the lung disease. Ground-glass opacity is a light gray shadow in which we can recognize blood vessels.

If the area GGO occupies is large on the CT image, the lae- sio part can be extracted comparatively easily. However, the possibility to overlook the light gray shadow becomes higher when GGO exists as a small area.

There is no practical method of extracting ground-glass opacity regions from lung CT images yet. It is therefore required to devise an efficient algorithm for analyzing lung images and specifying ground-glass opacity regions from the images. This paper presents a technique for performing the analysis over lung CT images.

2. PROPOSED TECHNIQUE

2.1. Parameters and procedures

We define the mean value, the variance, the skewness and the kurtosis of a histogram as feature parameters of ground- glass opacities. The skewness is the third momentum and is a parameter showing the extent of how distorted the dis- tribution of a histogram is from symmetric distribution. On the other hand, the kurtosis is the forth momentum and is a parameter which shows the extent of how the distribution of the histogram spreads irrespective of a symmetric or an asymmetric distribution.

The proposed technique is separated into 3 main steps. In the first place, we extract regions of interests (ROIs) on the lung region from the given CT slice images. In the second place, candidate regions for ground-glass opacities are ex- tracted based on the mean value and the variance of a gray level histogram of the processed image. Finally, a ground- glass opacity region is identified from the candidate regions based on the skewness and the kurtosis of a differential his- togram of the image. Flow of the process is shown in Fig.1.

Reading original image

Extracting region of the lung

Extracting the candidate regions for GGO

Extracting the regions for GGO Start

End

Fig. 1. Configuration of the developed blimp system

2352

(2)

2.2. Extracting the region of the lung

There are black regions in the periphery of the lung CT images. Since these regions are not necessary for GGO anal- ysis, they are eliminated in the first place. Gray levels of the black regions are simply changed from 0 to 255 representing white level.

After eliminating outer black regions, we apply median fil- tering, binarization, and labeling to the CT images. When we apply labeling to the CT images, the largest black area is regarded as a lung region. The result of extracting the lung region is shown in Fig.2.

2.3. Extracting the candidate regions for ground- glass opacities

We make gray level histogram of ground-glass opacities for each CT image which can possibly be recognized as having ground-glass opacities regions. The mean value and the vari- ance for normalized gray level histogram P (i) are given by

(a)

(b)

(c)

Fig. 2. Extracting lung regions: (a) The original image; (b) Elimination of outer black regions; and (c) Extracted lung region.

the following equations;

µ =

Xn−1

i=0

iP (i) (1)

σ2 = Xn−1

i=0

(i − µ)2P (i) (2)

The range of distribution of the mean value and the vari- ance for ground-glass opacities are decided by using Eqs. (1) and (2). If the mean value and the variance of the n×n local area on an extracted lung region stay within the range of the distribution obtained from Eqs. (1) and (2), location of the center pixel in the local area is marked as the pixel included in the candidate regions for ground-glass opacities.

2.4. Extracting the regions for ground-glass opaci- ties

We make differential histogram of ground-glass opacities for each CT image which can possibly be recognized as con- taining ground-glass opacities pixels. The skewness S and the kurtosis K for a normalized differential histogram P (i) are given as follows;

S = 1

σ3

n−1X

i=0

(i − µ)3P (i) (3)

K = 1

σ4

n−1X

i=0

(i − µ)4P (i) (4)

where µ and σ are defined by Eqs. (1) and (2), respectively.

The range of distribution of the skewness and the kurtosis for ground-glass opacities are decided by using Eqs. (3) and (4). If the skewness and the kurtosis in the candidate re- gions are within the range of the distribution obtained from Eqs. (3) and (4), the regions are regarded as a ground-glass opacities region.

3. EXPERIMENTAL RESULT

3.1. Decision to the range of the distribution for fea- ture parameters

We made an experiment employing 4 cases containing 64 CT slices. Case1, case2, case3, and case4 contained 10 slices, 29 slices, 15 slices and 10 slices, respectively. We fed lung CT images into PC and transferred them to EWS (PC-Linux:

Pentium 400MHz) using Ethernet and performed the ex- periment on the workstation. The image size and the gray levels are 512×512 and 256, respectively. In the experiment for extracting candidate GGO regions, we used the mask of 51×51 pixels. This mask size was determined experimen- tally.

The ranges of the distribution for the mean value, the variance, the skewness, and the kurtosis are decided by ex- periment as follows;

2353

(3)

82 < µ < 113 (5)

137 < σ2 < 500 (6)

−0.000013 < S < 0.000903 (7) 0.000002 < K < 0.00042 (8) Figure 3 shows examples of differential histograms for a ground-glass opacity region, and a normal region. Figure 4 shows results of the four cases based on the presented method.

4. DISCUSSION

In order to extract candidate region of ground-glass opac- ity, we use mask of 51×51 size. If the mask size is smaller, the regions having pixel values over the mean value do not satisfy Eq. (5) and the regions of ground-glass opacity are di- vided into some regions. It is therefore a comparatively large mask becomes necessary. In the performed experiment, the optimum mask size was experimentally determined. In the employed cases, there are large shadow and small shadow.

We find that the region of ground-glass opacity is extracted independently to the size of the shadow. But there are some cases where the regions including normal regions are ex- tracted. This fact claims that the mask size should be larger.

In order to extract regions of ground-glass opacity, we defined the skewness and the kurtosis as feature parame- ters. The histograms of ground-glass opacity have almost the shape of normal distribution because differences of gray levels between pixels in the ground-glass opacity regions are not so large as described above. On the other hand, nor- mal regions and the blood vessel regions are no differences in gray levels between pixels. Therefore, we think that the regions of ground-glass opacity and the normal regions show different shape of differential histogram as shown in Fig. 3.

5. CONCLUSIONS

We proposed an algorithm by which ROIs were extracted from CT images of a lung and the ground-glass opacity re- gions were identified from the extracted ROIs. As a re- sult, lung regions were extracted automatically on all slices.

Ground-glass opacity regions were also extracted automati- cally, but low contrast regions containing ground-glass opac- ity regions were not identified exactly. This needs further investigation. An improved method should be applied to a larger number of lung images.

References

[1] C. Y. Han, and K. N. Lin, G. W. William, M. M.

Robert, and T. P. David, ”Knowledge-based image analysis for automated boundary extraction of trans- esophageal echocardiographic left-ventricular images,”

lEEE Trans. Med. Image., Vol. 10, pp. 602-610, Aug.

1991.

[2] W. Michael L. D. Jeffrey, and S. L. Jonathan, ”In- terventional magnetic resonance imaging: Concept and applications in neuroradiology,” Jpn. Soc. Med. Image.

Tech., Vol. 17, no.6, pp. 658-667, 1999.

[3] H. Takasaki, ”Moire topography,” Apl. Opt., Vol. 9, p.

1457, 1970.

(a)

(b)

(c)

Fig. 3. Examples of differential histogram: (a) A histogram on the region of GGO; (b) A histogram on the normal region; and (c) A histogram on the normal region includ- ing a blood vessel region.

2354

(4)

(a) (b) (c)

Fig. 4. Results of extraction: (a) Images of the lung; (b) Candidate regions of ground-glass opacity; and (c) Regions of ground-glass opacity.

2355

참조

관련 문서

• 대부분의 치료법은 환자의 이명 청력 및 소리의 편안함에 대한 보 고를 토대로

• 이명의 치료에 대한 매커니즘과 디지털 음향 기술에 대한 상업적으로의 급속한 발전으로 인해 치료 옵션은 증가했 지만, 선택 가이드 라인은 거의 없음.. •

혼합제를 사용하여도 천식 조 절이 되지 않는 경우 경구 약제인 류코트리엔 조절제 그리 고 (또는) 테오필린을 추가하여 사용한다. 류코트리엔은 효 과 면에서는

12) Maestu I, Gómez-Aldaraví L, Torregrosa MD, Camps C, Llorca C, Bosch C, Gómez J, Giner V, Oltra A, Albert A. Gemcitabine and low dose carboplatin in the treatment of

Levi’s ® jeans were work pants.. Male workers wore them

Home delivery of newspapers will end. with so many people getting their information online, there may not be a need for traditional newspapers at all.

본 연구에서는 유방의 침윤성 관암종에서 유사분열수를 포함 한 조직학적 등급이 낮을수록, Ki-67 표지지수가 낮을수록, 그 리고 DNA 배수성 양상이 이배수체일 때 APC의 발현이 높았

이 연구에서는 강의 동영상을 만드는 방법을 개발하고 소개하였는데, 이 방법을 쓰면 다른 해부학 교수도 컴퓨터 전문가의 도움 없이 자기 강의의 동영상을 만들 수 있다.. 해부학