Lung Segmentation and Nodule Detection in Postero Anterior Chest Radiographs

Size: px
Start display at page:

Download "Lung Segmentation and Nodule Detection in Postero Anterior Chest Radiographs"

Transcription

1 Lung Segmentation and Nodule Detection in Postero Anterior Chest Radiographs Paola Campadelli, Elena Casiraghi, Simon Columbano Dipartimento di Scienze dell Informazione Università degli Studi di Milano Via Comelico, 39/ Milano, Italy 1 Abstract The use of image processing techniques and Computer Aided Diagnosis (CAD) systems has proved to be effective for the improvement of radiologists diagnosis, especially in the case of lung nodules detection. In this paper we describe a method for processing Postero Anterior chest radiographs which segments the lung field and extracts a set of nodule candidate regions characterized by low cardinality and a high sensitivity ratio. 2 Introduction In the field of medical diagnosis a wide variety of imaging techniques is currently available, such as radiography, computed tomography (CT) and magnetic resonance imaging (MRI). Although the last two are more precise and more sensitive techniques, chest radiography is still by far the most common type of procedure for the initial detection and diagnosis of lung cancer, due to its noninvasivity characteristics, radiation dose and economic considerations. Studies reported in [30] and [19] explain why chest radiograph is one of the most challenging radiograph to produce technically and to interpret diagnostically. These are the main reasons why in the last two decades a lot of research has been focused on the creation of CAD systems aimed to lung nodules detection [7], [9], [8], [17], [18], [16], [31], [10], [13], [15] [20], [22], [25], [24], [2], [35], [34], [33], [30], [11], [12], [31]. All systems are based on algorithms for the extraction of a first set of candidate regions followed by methods to select, among them, the true positives. The problem common to all the referred schemes is the high number of false positives initially extracted. Attempts to reduce this high number lead to a significant loss of true positives. Here we present a lung segmentation algorithm and a multiscale approach to enhance the visibility (also called spicularity) of the nodules; we then extract a set of candidate regions with a low cardinality and a high sensitivity ratio [1]. The enhancement procedure has proven to be effective also for extremely subtle nodules.

2 3 Materials and methods The method has been developed and tested on a standard database acquired by the Japanese Society of Radiological Technology (JSRT) and described in [23]. It is a standard database containing a total of 247 radiographs: 154 containing lung nodules of different diameter (ranging from 5 to 35 mm) and subtleties (ranging from 1 to 5, from obvious to extremely subtle ), and 93 of patients with no disease. The images were digitized with a mm pixel size, a matrix size of 2048 by 2048, and 4096 grey levels. Before processing, we have down-sampled the images to a dimension of 256 by 256 pixels: the size has been experimentally chosen in order to reduce the computational time of the algorithm without losing any details that could influence the performances of the algorithm. 4 Segmentation of the lung field The first step of an automatic system for lung nodule detection, and in general for any further analysis of chest radiographs, is the segmentation of the lung field so that the algorithms for the identification of lung nodules will be applied just to the lung area. The segmentation algorithms proposed in the literature can be grouped into: rule based systems ([3], [32], [6], [5], [4]), pixel classification methods including Neural Networks ([21], [26]) and Markov random fields ([29]), active shape models and their extensions ([27]). One of the limitations of these methods is that none of them includes in the area of interest the bottom of the chest and the region behind the heart, where lung nodules may be present. Moreover they are often based on several assumptions about the position and orientation of the thorax in the image. Our segmentation method includes in the lung area also the parts usually excluded by the methods presented in the literature and avoids all kind of assumptions such as those previously mentioned. We work with images where the chest is not always located in the central part of the image, it can be tilted and it can have structural abnormalities. To detect the vertical axis and the lung borders two different edge detection techniques are employed. The first one is based on the application of first derivatives of gaussian filters taken at 4 different orientations. The second one is based on the application of the Laplacian of Gaussian (LoG) operator at 3 different scales. The results obtained with both techniques are used by a complex edge tracking algorithm which creates a very good contour describing the lateral border of each lung. Since the edge pixels at the base of both lungs and along their central borders are not always clearly detectable we prefer to design a rough outline containing the region of interest than to lose part of the lung field. For this reason we delimit the dorsal column by simply creating two lines parallel to the vertical axis and passing by the point which is the nearest to the axis itself. As bottom boundery we use the segment connecting the two bottommost points detected by the edge tracking algorithm in the two lungs (see [Fig.1])

3 Fig. 1. Some of the results obtained We tested the segmentation algorithm both on the images of the JRST database and on 162 radiographs obtained from Niguarda Hospital. We detected 10 and 5 small errors respectively, where we consider as error a part of the lung that has not been included in the contour. On the JRST database, the performance of our method is better than that of the best method tested on the JRST database and described in [28]. 5 Enhancing the spicularity of the nodules To enhance the spicularity of nodules of different sizes and brightness we use a multiscale approach, so that also subtle and little nodules appear as visible as the obvious ones. Specifically, we produce several smoothed version of the image by convolving it with gaussian filters whose standard deviation s takes values in the range 2 12, according to the minimum and maximum possible pixel size of

4 the nodule radius. For each scale s we then subtract from the original image its smoothed version, so that we get a resulting difference image were the details visible at the scale s are enhanced. Since the distribution of gray levels in a nodule sub-image can be approximated by a gaussian, the result of subtracting to a nodule sub-image its smoothed version is usually an image with a positive peak in the central part of the nodule, and negative values in the neighborhood. Moreover the histogram of the difference image shows that most of the pixels take negative values, while on the set of positive values a peak can always be identified. We create a binary image by selecting all the pixels with a value bigger than the one corresponding to the peak. These pixels are the ones corresponding to the highest frequencies, i.e. the details, that can be identified at the scale s. Summing up all the binary images obtained at different scales s we get a final sum image (see Fig.2) whose processing is described in the next paragraph. Fig. 2. Original image and sum image - subtle nodule(top row) and extremely subtle nodule (bottom row) 6 Extracting the nodule candidates In the sum image the nodules often appear as regions with circular shape of different sizes, characterized by the highest values and surrounded by a much darker ring. Based on this observation we process this image looking for a measure which helps in selecting the pixels corresponding to the centers of nodules. To handle all the possible sizes of the nodules the procedure described below is

5 repeated for each possible radius value and all the results are then combined. Having fixed the radius R, we calculate for each pixel P = P (x, y) a coefficient P R defined as: P R =MEAN(Circle R (P )) MEAN(Ring R (P )) where Circle R (P ) is the region composed by the pixels contained in the circle of radius R and centered in P, Ring R (P ) is the region composed by the pixels in the 2-pixel-thick ring around the circle Circle R (P ), MEAN(X) is equal to the mean of the gray values of the pixels inside a generic region X. Note that the thickness of the ring is fixed to 2 for every radius. This is because what allows to identify a circular region is a darker ring surrounding it, no matter which is the thickness of the ring itself. To select the pixels which are potential nodule centers, we automatically define a threshold on the set of the coefficients P R by means of the algorithm described in [14]. For each connected region in the obtained binary image, we calculate its circularity as defined in [7], the biggest diagonal D of the minimum ellipse containing the region itself, and discard it either if the circularity is lower than 0.5 or D is bigger than 2R. The left regions correspond to the candidate nodules with radius R. Repeating the procedure for each possible radius value we obtain a set of 11 binary images, each containing a set of candidate nodules. All these images must be combined to extract a final set of candidates. Overlapping regions in two different binary images are considered to be the same one; between them we choose as representative the one with the most circular shape and discard the others. All the regions appearing in only one of the binary images are taken as candidates. With this extraction scheme we get a set of about regions on all the 247 images of the database, with an average of about 130 regions per image and only 7 true positives lost out of 153. These results have been compared with those of the extraction schemes tested on the same database and reported in [2] and [15]. The first method is applied to the lung area defined by [28] but not extended as we do (our lung area is about 1.5 their area), bringing to a loss of 12 true positives, out of 153, even before the candidate extraction. The result of the extraction scheme is a set of candidates and a loss of other 8 true positives; furthermore the authors apply a classification method that selects 5028 candidates, loosing other 15 true positives, for a total of 35 false negatives. We implemented the second method and applied it to same lung area used in [28] obtaining really poor results. To prune the set of extracted candidates we calculated for each region a set of 40 features and studied their distribution. The statistical analysis allowed us to select a set of 21 most representative features, based on the shape (10 features), the position (1 feature), the gray level distribution in the original image (2 features), and the values of the coefficients P R calculated during the candidates

6 extraction (7 features). Applying to these features simple thresholding rules and others describing the relationships observed between pairs of features, we can easily discard about false positives without loosing any true positive, hence reaching a sensitivity ratio equal to 0.96 and a total number of candidates equal to The high number of candidates obtained is mainly due to the fact that we use a lung area that is about 1.5 times bigger than the one commonly considered. 7 Future work The results obtained applying very simple rules prove the efficiency of the set of selected features and make us believe that using them for training suitable classifiers would improve the performances. Besides the system would be more general, hence more robust to the change of the database. References 1. Medical university of south carolina. Web Address: 2. B.Van Ginneken A. Schilham and M. Loog. Multi-scale nodule detection in chest radiographs. Proc. MICCAI, S.G. Armato, M.Giger, and H.MacMahon. Automated lung segmentation in digitized posteroanterior chest radiographs. Academic radiology, 5: , M.S. Brown, L.S. Wilson, B.D. Doust, R.W. Gill, and C.Sun. Knowledge-based method for segmentation and analysis of lung boundaries in chest x-rays images. Computerized Medical Imaging and Graphics, 22: , F.M. Carrascal, J.M. Carreira, M. Souto, P.G. Tahoces, L. Gomez, and J.J. Vidal. Automatic calculation of total lung capacity from automatically traced lung boundaries in postero- anterior and lateral digital chest radiographs. Medical Physics, 25: , J. Duryea and J.M. Boone. A fully automatic algorithmfor the segmentation of lung fields in digital chest radiographic images. Medical Physics, 22: , M. Giger, K. Doi, and H. Mac Mahon. Image feature analisys and computer-aided diagnosis in digital radiography:automated detection of nodules in peripheral lung fields. Med. Phisycs, 15: , M. Giger, K. Doi, H. Mac Mahon, C. Metz, and F.Yin. Pulmonary nodules: Computer-aided detection in digital chest images. Radiographics, 10:41 51, M. L. Giger, N. Ahn, K. Doi, H. MacMahon, and C. E. Metz. Computerized detection of pulmonary nodules in digital chest images: use of morphological filters in reducing false positive detections. Med. Phys., 17: , D.Catarious Jr., A.Baydush, and Jr. C.Floyd. Initial development of a computer aided diagnosis tool for solitary polmunary nodules. Proc SPIE, 4322: , J.Wei, Y. Hagihara, and H. Kobatake. Detection of cancerous tumors on chest x-ray images- candidates detection filtering and its evaluation. Presented at the Int. Conf. on Image. Proc (ICIP 99), J.Wei, Y. Hagihara, A. Shimizu, and H. Kobatake. Optimal image feature set for detecting lung nodules on chest x-rays images. CARS 2002, 2002.

7 13. A. Kano, K. Doi, H. MacMahon, D.D. Hassel, and M.Giger. Digital image subtraction of temporally sequential chest images for detection of interval change. Med. Physics, 21: , J. N. Kapur, P. K. Sahoo, and A.K. C.Woong. A new method for gray level picture thresholding using the entropy of the histogram. Computer Vision Graphics and Image Processing, 29: , Bilgin Keserci and Hiroyuki Yoshida. Computerized detection of pulmonary nodules in chest radiographs based on morphological features and wavelet snake model. Medical Image Analisys, 6: , J.-S. Lin, S.-C. Lo, M. Freedman, and S.Mun. Reduction of false positives in lung nodule detection using a two-level neural classification. IEEE Trans. Med. Imag., 15: , S.-C. Lo, M. Freedman, J.-S. Lin, and S.Mun. Automatic lung nodule detection using profile matching and backpropagation neural network techniques. Journal Digital Imaging, 1:48 54, S.-C. Lo, S.L.Lou, J.-S. Lin, M. Freedman, M.Chien, and S.Mun. Artificial convolution neural network techniques and applications for lung nodule detection. IEEE Trans. on Med. Imag., 14: , H. MacMahon and K. Doi. Digital chest radiography. Clin. Chest Med., 12:19 32, T. Matsumoto, H. Yoshimura, K. Doi, M. Giger, A. Kano, H. MacMahon, M. Abe, and S. Montner. Image feature analisys of false-positives diagnosis produced by automated detection of lung nodules. Investigative Radiol., 27: , M.F. McNitt-Gray, H.K. Huang, and J.W. Sayre. Feature selection in the pattern classification problem of digital chest radiographs segmentation. IEEE Trans. on Med. Imaging, 14: , M. Penedo, M. Carreira, A. Mosquera, and D. Cabello. Computer aided diagnosis: A neural network based approach to lung nodule detection. IEEE Trans. Med. Imag., 17: , J. Shiraishi, S. Katsuragawa, J. Ikezoe, T. Matsumoto, T. Kobayashi, K. Komatsu, M. Matsui, H. Fujita, Y. Kodera, and K. Doi. Development of a digital image database for chest radiographs with and without a lung nodule: receiver operating characteristic analysis of radiologists detection of pulmonary nodules. AJR, 174:71 74, H. Suzuki and N. Inakoa. Development of a computer aided detection system for lung cancer diagnosis. Proc. SPIE, 1652: , H. Suzuki, N. Inakoa, H. Takabatake, M. Mori, H. Natori, and A. Suzuki. An experimental system for detecting lung nodules by chest x-ray image processing. Proc. SPIE, 1450:99 107, O. Tsuji, M.T. Freedman, and S.K. Mun. Automated segmentation of anatomic regions in chest radiographs using an adaptive-sized hybrid neural network. Med. Phys., 25: , B. van Ginneken. Computer-aided diagnosis in chest radiographs. P.h.D. dissertation, Utrecht Univ., Utrecht, The Nederlands, B. van Ginneken and B.M. ter H. Romeny. Automatic segmentation of lung fields in chest radiographs. Medical Physics, 27: , N.F. Vittitoe, R. Vargas-Voracek, and C.E. Floyd Jr. Markov random field modeling in posteroanterior chest radiograph segmentation. Med. Phys., 26: , Cj Vyborny. The aapm/rsna physics tutorial for residents: Image quality and the clinical radiographic examination. Radiographics, 17: , 1997.

8 31. Y. Wu, K. Doi, M. Giger, C. Metz, and W. Zhang. Reduction of false positives in computerized detection of lung nodules in chest radiographs using convolution neural network techniques and application for lung nodule detection. J. Digital Imaging, 7: , X.-W. Xu and K. Doi. Image features analysis for computer aided diagnosis:accurate determination of ribcage boundary in chest radiographs. Med.Phys., 22: , X.-W. Xu, S. Katsuragawa, A. Ashizawa, H. MacMahon, and K. Doi. Analisys of image features of histograms of edge gradient for false positive reduction in lung nodule detection in chest radiographs. Proc SPIE, 3338: , H. Yoshida, X. Xu, K. Doi, and M. Giger. Computer-aided diagnosis (cad) scheme for detecting pulmonary nodules using wavelet transforms. Proc. SPIE, 2434: , H. Yoshimura, M. Giger, K.Doi, H. MacMahon, and S. Montner. Computerized scheme for the detection of pulmonary nodules: A non linear filtering technique. Investigative radiol., 27: , 1992.

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis Proceedings of the 6th WSEAS International Conference on Signal, Speech and Image Processing, Lisbon, Portugal, September 22-24, 2006 110 Automated Detection of Early Lung Cancer and Tuberculosis Based

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

Differentiation of Malignant and Benign Masses on Mammograms Using Radial Local Ternary Pattern

Differentiation of Malignant and Benign Masses on Mammograms Using Radial Local Ternary Pattern Differentiation of Malignant and Benign Masses on Mammograms Using Radial Local Ternary Pattern Chisako Muramatsu 1, Min Zhang 1, Takeshi Hara 1, Tokiko Endo 2,3, and Hiroshi Fujita 1 1 Department of Intelligent

More information

An Improved Method of Computing Scale-Orientation Signatures

An Improved Method of Computing Scale-Orientation Signatures An Improved Method of Computing Scale-Orientation Signatures Chris Rose * and Chris Taylor Division of Imaging Science and Biomedical Engineering, University of Manchester, M13 9PT, UK Abstract: Scale-Orientation

More information

A Knowledge Based System for Diagnosis of Lung Diseases from Chest X-Ray Images. Zul Waker Mohammad Al-Kabir

A Knowledge Based System for Diagnosis of Lung Diseases from Chest X-Ray Images. Zul Waker Mohammad Al-Kabir A Knowledge Based System for Diagnosis of Lung Diseases from Chest X-Ray Images By Zul Waker Mohammad Al-Kabir The thesis is submitted in fulfilment of the requirements for the degree of Master of Information

More information

Exposure Indices and Target Values in Radiography: What Are They and How Can You Use Them?

Exposure Indices and Target Values in Radiography: What Are They and How Can You Use Them? Exposure Indices and Target Values in Radiography: What Are They and How Can You Use Them? Definition and Validation of Exposure Indices Ingrid Reiser, PhD DABR Department of Radiology University of Chicago

More information

A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter

A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter Dr.K.Meenakshi Sundaram 1, D.Sasikala 2, P.Aarthi Rani 3 Associate Professor, Department of Computer Science, Erode Arts and Science

More information

Observer Performance of Reduced X-Ray Images on Liquid Crystal Displays

Observer Performance of Reduced X-Ray Images on Liquid Crystal Displays Original Paper Forma, 29, S45 S51, 2014 Observer Performance of Reduced X-Ray Images on Liquid Crystal Displays Akiko Ihori 1, Chihiro Kataoka 2, Daigo Yokoyama 2, Naotoshi Fujita 3, Naruomi Yasuda 4,

More information

Pixel Classification Algorithms for Noise Removal and Signal Preservation in Low-Pass Filtering for Contrast Enhancement

Pixel Classification Algorithms for Noise Removal and Signal Preservation in Low-Pass Filtering for Contrast Enhancement Pixel Classification Algorithms for Noise Removal and Signal Preservation in Low-Pass Filtering for Contrast Enhancement Chunyan Wang and Sha Gong Department of Electrical and Computer engineering, Concordia

More information

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed

More information

Coding and Analysis of Cracked Road Image Using Radon Transform and Turbo codes

Coding and Analysis of Cracked Road Image Using Radon Transform and Turbo codes Coding and Analysis of Cracked Road Image Using Radon Transform and Turbo codes G.Bhaskar 1, G.V.Sridhar 2 1 Post Graduate student, Al Ameer College Of Engineering, Visakhapatnam, A.P, India 2 Associate

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad Road, Rajkot Gujarat, India C. K. Kumbharana,

More information

Received on: Accepted on:

Received on: Accepted on: ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com AUTOMATIC FLUOROGRAPHY SEGMENTATION METHOD BASED ON HISTOGRAM OF BRIGHTNESS SUBMISSION IN SLIDING WINDOW Rimma

More information

PERFORMANCE MEASUREMENT OF MEDICAL IMAGING SYSTEMS BASED ON MUTUAL INFORMATION METRIC

PERFORMANCE MEASUREMENT OF MEDICAL IMAGING SYSTEMS BASED ON MUTUAL INFORMATION METRIC XIX IMEKO World Congress Fundamental and Applied Metrology September 6 11, 2009, Lisbon, Portugal PERFORMANCE MEASUREMENT OF MEDICAL IMAGING SYEMS BASED ON MUTUAL INFORMATION METRIC Eri Matsuyama 1, Du-Yih

More information

Fovea and Optic Disc Detection in Retinal Images with Visible Lesions

Fovea and Optic Disc Detection in Retinal Images with Visible Lesions Fovea and Optic Disc Detection in Retinal Images with Visible Lesions José Pinão 1, Carlos Manta Oliveira 2 1 University of Coimbra, Palácio dos Grilos, Rua da Ilha, 3000-214 Coimbra, Portugal 2 Critical

More information

A Method of Using Digital Image Processing for Edge Detection of Red Blood Cells

A Method of Using Digital Image Processing for Edge Detection of Red Blood Cells Sensors & Transducers 013 by IFSA http://www.sensorsportal.com A Method of Using Digital Image Processing for Edge Detection of Red Blood Cells 1 Jinping LI, Hongshan MU, Wei XU 1 Software School, East

More information

Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks

Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks HONG ZHENG Research Center for Intelligent Image Processing and Analysis School of Electronic Information

More information

Testing a wavelet based noise reduction method using computersimulated

Testing a wavelet based noise reduction method using computersimulated Testing a wavelet based noise reduction method using computersimulated mammograms Christoph Hoeschen 1, Oleg Tischenko 1, David R Dance 2, Roger A Hunt 2, Andrew DA Maidment 3, Predrag R Bakic 3 1 GSF-

More information

Attikon, Rimini 1, , Athens, Greece , Athens, Greece , Athens, Greece

Attikon, Rimini 1, , Athens, Greece , Athens, Greece , Athens, Greece Radiation Protection Dosimetry (2005), Vol. 117, No. 1 3, pp. 291 297 doi:10.1093/rpd/nci742 Advance Access published on February 7, 2006 QUALITY ASSURANCE (QA) PROCEDURES FOR SOFTWARE: EVALUATION OF AN

More information

Hybrid Method based Retinal Optic Disc Detection

Hybrid Method based Retinal Optic Disc Detection Hybrid Method based Retinal Optic Disc Detection Arif Muntasa 1, Indah Agustien Siradjuddin, and Moch Kautsar Sophan 3 Informatics Department, University of Trunojoyo Madura, Bangkalan Madura Island, Indonesia

More information

Fast identification of individuals based on iris characteristics for biometric systems

Fast identification of individuals based on iris characteristics for biometric systems Fast identification of individuals based on iris characteristics for biometric systems J.G. Rogeri, M.A. Pontes, A.S. Pereira and N. Marranghello Department of Computer Science and Statistic, IBILCE, Sao

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

COMPUTER-AIDED DETECTION OF CLUSTERED CALCIFICATION USING IMAGE MORPHOLOGY

COMPUTER-AIDED DETECTION OF CLUSTERED CALCIFICATION USING IMAGE MORPHOLOGY COMPUTER-AIDED DETECTION OF CLUSTERED CALCIFICATION USING IMAGE MORPHOLOGY Ariya Namvong Department of Information and Communication Technology, Rajamangala University of Technology Isan, Nakhon Ratchasima,

More information

DURING the past 15 years the use of digitized

DURING the past 15 years the use of digitized DIGITAL IMAGING BASICS Properties of Digital Images in Radiology DURING the past 15 years the use of digitized images in radiology has proliferated. It is reasonable to expect that within a few years virtually

More information

Digital radiography (DR) post processing techniques for pediatric radiology

Digital radiography (DR) post processing techniques for pediatric radiology Digital radiography (DR) post processing techniques for pediatric radiology St Jude Children s Research Hospital Samuel Brady, MS PhD DABR samuel.brady@stjude.org Purpose Review common issues and solutions

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 25 (S): 163-172 (2017) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Performance Comparison of Min-Max Normalisation on Frontal Face Detection Using

More information

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA 90 CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA The objective in this chapter is to locate the centre and boundary of OD and macula in retinal images. In Diabetic Retinopathy, location of

More information

Segmentation of Fingerprint Images

Segmentation of Fingerprint Images Segmentation of Fingerprint Images Asker M. Bazen and Sabih H. Gerez University of Twente, Department of Electrical Engineering, Laboratory of Signals and Systems, P.O. box 217-75 AE Enschede - The Netherlands

More information

CSE 564: Visualization. Image Operations. Motivation. Provide the user (scientist, t doctor, ) with some means to: Global operations:

CSE 564: Visualization. Image Operations. Motivation. Provide the user (scientist, t doctor, ) with some means to: Global operations: Motivation CSE 564: Visualization mage Operations Klaus Mueller Computer Science Department Stony Brook University Provide the user (scientist, t doctor, ) with some means to: enhance contrast of local

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

HESSIAN-LoG: A NOVEL DOT ENHANCEMENT FILTER. Received August 2011; accepted February 2012 (Corresponding authors: Zhenghao Shi and Ming Zhang)

HESSIAN-LoG: A NOVEL DOT ENHANCEMENT FILTER. Received August 2011; accepted February 2012 (Corresponding authors: Zhenghao Shi and Ming Zhang) ICIC Express Letters ICIC International c 2012 ISSN 1881-803X Volume 6, Number 8, July 2012 pp. 1987 1992 HESSIAN-LoG: A NOVEL DOT ENHANCEMENT FILTER Zhenghao Shi 1, Minghua Zhao 1,Yinghui Wang 1,Lifeng

More information

A Novel Approach for MRI Image De-noising and Resolution Enhancement

A Novel Approach for MRI Image De-noising and Resolution Enhancement A Novel Approach for MRI Image De-noising and Resolution Enhancement 1 Pravin P. Shetti, 2 Prof. A. P. Patil 1 PG Student, 2 Assistant Professor Department of Electronics Engineering, Dr. J. J. Magdum

More information

While digital techniques have the potential to reduce patient doses, they also have the potential to significantly increase them.

While digital techniques have the potential to reduce patient doses, they also have the potential to significantly increase them. In press 2004 1 2 Guest Editorial (F. Mettler, H. Ringertz and E. Vano) Guest Editorial (F. Mettler, H. Ringertz and E. Vano) Digital radiology An appropriate analogy that is easy for most people to understand

More information

Segmentation of Microscopic Bone Images

Segmentation of Microscopic Bone Images International Journal of Electronics Engineering, 2(1), 2010, pp. 11-15 Segmentation of Microscopic Bone Images Anand Jatti Research Scholar, Vishveshvaraiah Technological University, Belgaum, Karnataka

More information

A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation

A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation Archana Singh Ch. Beeri Singh College of Engg & Management Agra, India Neeraj Kumar Hindustan College of Science

More information

Performance Comparison of Mean, Median and Wiener Filter in MRI Image De-noising

Performance Comparison of Mean, Median and Wiener Filter in MRI Image De-noising Performance Comparison of Mean, Median and Wiener Filter in MRI Image De-noising 1 Pravin P. Shetti, 2 Prof. A. P. Patil 1 PG Student, 2 Assistant Professor Department of Electronics Engineering, Dr. J.

More information

FEATURE EXTRACTION AND CLASSIFICATION OF BONE TUMOR USING IMAGE PROCESSING. Mrs M.Menagadevi-Assistance Professor

FEATURE EXTRACTION AND CLASSIFICATION OF BONE TUMOR USING IMAGE PROCESSING. Mrs M.Menagadevi-Assistance Professor FEATURE EXTRACTION AND CLASSIFICATION OF BONE TUMOR USING IMAGE PROCESSING Mrs M.Menagadevi-Assistance Professor N.GirishKumar,P.S.Eswari,S.Gomathi,S.Chanthirasekar Department of ECE K.S.Rangasamy College

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

Detection and Verification of Missing Components in SMD using AOI Techniques , pp.13-22 http://dx.doi.org/10.14257/ijcg.2016.7.2.02 Detection and Verification of Missing Components in SMD using AOI Techniques Sharat Chandra Bhardwaj Graphic Era University, India bhardwaj.sharat@gmail.com

More information

AN APPROXIMATION-WEIGHTED DETAIL CONTRAST ENHANCEMENT FILTER FOR LESION DETECTION ON MAMMOGRAMS

AN APPROXIMATION-WEIGHTED DETAIL CONTRAST ENHANCEMENT FILTER FOR LESION DETECTION ON MAMMOGRAMS AN APPROXIMATION-WEIGHTED DETAIL CONTRAST ENHANCEMENT FILTER FOR LESION DETECTION ON MAMMOGRAMS Zhuangzhi Yan, Xuan He, Shupeng Liu, and Donghui Lu Department of Biomedical Engineering, Shanghai University,

More information

Adaptive Feature Analysis Based SAR Image Classification

Adaptive Feature Analysis Based SAR Image Classification I J C T A, 10(9), 2017, pp. 973-977 International Science Press ISSN: 0974-5572 Adaptive Feature Analysis Based SAR Image Classification Debabrata Samanta*, Abul Hasnat** and Mousumi Paul*** ABSTRACT SAR

More information

Automation of Fingerprint Recognition Using OCT Fingerprint Images

Automation of Fingerprint Recognition Using OCT Fingerprint Images Journal of Signal and Information Processing, 2012, 3, 117-121 http://dx.doi.org/10.4236/jsip.2012.31015 Published Online February 2012 (http://www.scirp.org/journal/jsip) 117 Automation of Fingerprint

More information

Noise Reduction Technique in Synthetic Aperture Radar Datasets using Adaptive and Laplacian Filters

Noise Reduction Technique in Synthetic Aperture Radar Datasets using Adaptive and Laplacian Filters RESEARCH ARTICLE OPEN ACCESS Noise Reduction Technique in Synthetic Aperture Radar Datasets using Adaptive and Laplacian Filters Sakshi Kukreti*, Amit Joshi*, Sudhir Kumar Chaturvedi* *(Department of Aerospace

More information

An Enhanced Biometric System for Personal Authentication

An Enhanced Biometric System for Personal Authentication IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 3 (May. - Jun. 2013), PP 63-69 An Enhanced Biometric System for Personal Authentication

More information

Automatic Locating the Centromere on Human Chromosome Pictures

Automatic Locating the Centromere on Human Chromosome Pictures Automatic Locating the Centromere on Human Chromosome Pictures M. Moradi Electrical and Computer Engineering Department, Faculty of Engineering, University of Tehran, Tehran, Iran moradi@iranbme.net S.

More information

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

Development of Image Processing Tools for Analysis of Laser Deposition Experiments

Development of Image Processing Tools for Analysis of Laser Deposition Experiments Development of Image Processing Tools for Analysis of Laser Deposition Experiments Todd Sparks Department of Mechanical and Aerospace Engineering University of Missouri, Rolla Abstract Microscopical metallography

More information

Fusion of MRI and CT Brain Images by Enhancement of Adaptive Histogram Equalization

Fusion of MRI and CT Brain Images by Enhancement of Adaptive Histogram Equalization International Journal of Scientific & Engineering Research Volume 4, Issue 1, January-2013 1 Fusion of MRI and CT Brain Images by Enhancement of Adaptive Histogram Equalization Prof.P.Natarajan, N.Soniya,

More information

Estimating malaria parasitaemia in images of thin smear of human blood

Estimating malaria parasitaemia in images of thin smear of human blood CSIT (March 2014) 2(1):43 48 DOI 10.1007/s40012-014-0043-7 Estimating malaria parasitaemia in images of thin smear of human blood Somen Ghosh Ajay Ghosh Sudip Kundu Received: 3 April 2014 / Accepted: 4

More information

Detection of Microcalcifications in Mammographies Based on Linear Pixel Prediction and Support-Vector Machines

Detection of Microcalcifications in Mammographies Based on Linear Pixel Prediction and Support-Vector Machines Detection of Microcalcifications in Mammographies Based on Linear Pixel Prediction and Support-Vector Machines F. Martínez-Álvarez Univ. Sevilla fmartinez@lsi.us.es A. Troncoso Univ. Pablo Olavide ali@upo.es

More information

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Jaya Gupta, Prof. Supriya Agrawal Computer Engineering Department, SVKM s NMIMS University

More information

Image Enhancement using Histogram Equalization and Spatial Filtering

Image Enhancement using Histogram Equalization and Spatial Filtering Image Enhancement using Histogram Equalization and Spatial Filtering Fari Muhammad Abubakar 1 1 Department of Electronics Engineering Tianjin University of Technology and Education (TUTE) Tianjin, P.R.

More information

Midterm Examination CS 534: Computational Photography

Midterm Examination CS 534: Computational Photography Midterm Examination CS 534: Computational Photography November 3, 2015 NAME: SOLUTIONS Problem Score Max Score 1 8 2 8 3 9 4 4 5 3 6 4 7 6 8 13 9 7 10 4 11 7 12 10 13 9 14 8 Total 100 1 1. [8] What are

More information

ECC419 IMAGE PROCESSING

ECC419 IMAGE PROCESSING ECC419 IMAGE PROCESSING INTRODUCTION Image Processing Image processing is a subclass of signal processing concerned specifically with pictures. Digital Image Processing, process digital images by means

More information

Implementation of global and local thresholding algorithms in image segmentation of coloured prints

Implementation of global and local thresholding algorithms in image segmentation of coloured prints Implementation of global and local thresholding algorithms in image segmentation of coloured prints Miha Lazar, Aleš Hladnik Chair of Information and Graphic Arts Technology, Department of Textiles, Faculty

More information

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering CoE4TN4 Image Processing Chapter 3: Intensity Transformation and Spatial Filtering Image Enhancement Enhancement techniques: to process an image so that the result is more suitable than the original image

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Part : Image Enhancement in the Spatial Domain AASS Learning Systems Lab, Dep. Teknik Room T9 (Fr, - o'clock) achim.lilienthal@oru.se Course Book Chapter 3-4- Contents. Image Enhancement

More information

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network 436 JOURNAL OF COMPUTERS, VOL. 5, NO. 9, SEPTEMBER Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network Chung-Chi Wu Department of Electrical Engineering,

More information

Acquisition and representation of images

Acquisition and representation of images Acquisition and representation of images Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Elaborazione delle immagini (Image processing I) academic year 2011 2012 Electromagnetic

More information

Centre for Computational and Numerical Studies, Institute of Advanced Study in Science and Technology 2. Dept. of Statistics, Gauhati University

Centre for Computational and Numerical Studies, Institute of Advanced Study in Science and Technology 2. Dept. of Statistics, Gauhati University Cervix Cancer Diagnosis from Pap Smear Images Using Structure Based Segmentation and Shape Analysis 1 Lipi B. Mahanta, 2 Dilip Ch. Nath, 1 Chandan Kr. Nath 1 Centre for Computational and Numerical Studies,

More information

SoilJ Technical Manual

SoilJ Technical Manual SoilJ Technical Manual Version 0.0.3 2017-09-08 John Koestel Introduction SoilJ is a plugin for the JAVA-based, free and open image processing software ImageJ (Schneider, Rasband, et al., 2012). It is

More information

Radionuclide Imaging MII Single Photon Emission Computed Tomography (SPECT)

Radionuclide Imaging MII Single Photon Emission Computed Tomography (SPECT) Radionuclide Imaging MII 3073 Single Photon Emission Computed Tomography (SPECT) Single Photon Emission Computed Tomography (SPECT) The successful application of computer algorithms to x-ray imaging in

More information

Segmentation of Liver CT Images

Segmentation of Liver CT Images Segmentation of Liver CT Images M.A.Alagdar 1, M.E.Morsy 2, M.M.Elzalabany 3 1,2,3 Electronics And Communications Department-.Faculty Of Engineering Mansoura University, Egypt. Abstract In this paper we

More information

Gaussian and Fast Fourier Transform for Automatic Retinal Optic Disc Detection

Gaussian and Fast Fourier Transform for Automatic Retinal Optic Disc Detection Gaussian and Fast Fourier Transform for Automatic Retinal Optic Disc Detection Arif Muntasa 1, Indah Agustien Siradjuddin 2, and Moch Kautsar Sophan 3 Informatics Department, University of Trunojoyo Madura,

More information

Keywords: Image segmentation, pixels, threshold, histograms, MATLAB

Keywords: Image segmentation, pixels, threshold, histograms, MATLAB Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of Various

More information

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL Instructor : Dr. K. R. Rao Presented by: Prasanna Venkatesh Palani (1000660520) prasannaven.palani@mavs.uta.edu

More information

PARAMETER ESTIMATION OF METAL BLOOMS USING IMAGE PROCESSING TECHNIQUES

PARAMETER ESTIMATION OF METAL BLOOMS USING IMAGE PROCESSING TECHNIQUES PARAMETER ESTIMATION OF METAL BLOOMS USING IMAGE PROCESSING TECHNIQUES Avadhoot R. Telepatil 1, Shrinivas A.Patil 2 PG student, Department of Electronics Engineering, Textile and Engineering Institute,

More information

Segmentation of Fingerprint Images Using Linear Classifier

Segmentation of Fingerprint Images Using Linear Classifier EURASIP Journal on Applied Signal Processing 24:4, 48 494 c 24 Hindawi Publishing Corporation Segmentation of Fingerprint Images Using Linear Classifier Xinjian Chen Intelligent Bioinformatics Systems

More information

Preliminary validation of content-based compression of mammographic images

Preliminary validation of content-based compression of mammographic images Preliminary validation of content-based compression of mammographic images Brad Grinstead I, Hamed Sari-Sarraf I, Shaun Gleason II, and Sunanda Mitra I I Department of Electrical and Computer Engineering,

More information

Histogram equalization

Histogram equalization Histogram equalization Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Elaborazione delle immagini (Image processing I) academic year 2011 2012 Histogram The histogram of an L-valued

More information

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES In addition to colour based estimation of apple quality, various models have been suggested to estimate external attribute based

More information

Introduction Approach Work Performed and Results

Introduction Approach Work Performed and Results Algorithm for Morphological Cancer Detection Carmalyn Lubawy Melissa Skala ECE 533 Fall 2004 Project Introduction Over half of all human cancers occur in stratified squamous epithelia. Approximately one

More information

Method to acquire regions of fruit, branch and leaf from image of red apple in orchard

Method to acquire regions of fruit, branch and leaf from image of red apple in orchard Modern Physics Letters B Vol. 31, Nos. 19 21 (2017) 1740039 (7 pages) c World Scientific Publishing Company DOI: 10.1142/S0217984917400395 Method to acquire regions of fruit, branch and leaf from image

More information

Detection of Defects in Glass Using Edge Detection with Adaptive Histogram Equalization

Detection of Defects in Glass Using Edge Detection with Adaptive Histogram Equalization Detection of Defects in Glass Using Edge Detection with Adaptive Histogram Equalization Nitin kumar 1, Ranjit kaur 2 M.Tech (ECE), UCoE, Punjabi University, Patiala, India 1 Associate Professor, UCoE,

More information

AUTOMATED MALARIA PARASITE DETECTION BASED ON IMAGE PROCESSING PROJECT REFERENCE NO.: 38S1511

AUTOMATED MALARIA PARASITE DETECTION BASED ON IMAGE PROCESSING PROJECT REFERENCE NO.: 38S1511 AUTOMATED MALARIA PARASITE DETECTION BASED ON IMAGE PROCESSING PROJECT REFERENCE NO.: 38S1511 COLLEGE : BANGALORE INSTITUTE OF TECHNOLOGY, BENGALURU BRANCH : COMPUTER SCIENCE AND ENGINEERING GUIDE : DR.

More information

The Classification of Gun s Type Using Image Recognition Theory

The Classification of Gun s Type Using Image Recognition Theory International Journal of Information and Electronics Engineering, Vol. 4, No. 1, January 214 The Classification of s Type Using Image Recognition Theory M. L. Kulthon Kasemsan Abstract The research aims

More information

Edge Detection of Sickle Cells in Red Blood Cells

Edge Detection of Sickle Cells in Red Blood Cells Edge Detection of Sickle Cells in Red Blood Cells Aruna N.S. *, Hariharan S. # * Research Scholar Electrical& Electronics Engineering Department, College of Engineering Trivandrum. University of Kerala.

More information

Main Subject Detection of Image by Cropping Specific Sharp Area

Main Subject Detection of Image by Cropping Specific Sharp Area Main Subject Detection of Image by Cropping Specific Sharp Area FOTIOS C. VAIOULIS 1, MARIOS S. POULOS 1, GEORGE D. BOKOS 1 and NIKOLAOS ALEXANDRIS 2 Department of Archives and Library Science Ionian University

More information

VARIOUS METHODS IN DIGITAL IMAGE PROCESSING. S.Selvaragini 1, E.Venkatesan 2. BIST, BIHER,Bharath University, Chennai-73

VARIOUS METHODS IN DIGITAL IMAGE PROCESSING. S.Selvaragini 1, E.Venkatesan 2. BIST, BIHER,Bharath University, Chennai-73 Volume 116 No. 16 2017, 265-269 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu VARIOUS METHODS IN DIGITAL IMAGE PROCESSING S.Selvaragini 1, E.Venkatesan

More information

Internet Based Artificial Neural Networks for the Interpretation of Medical Images

Internet Based Artificial Neural Networks for the Interpretation of Medical Images Internet Based Artificial Neural Networks for the Interpretation of Medical Images Andreas Järund, Lars Edenbrandt Department of Clinical Physiology, Lund University, Lund, Sweden andreas.järund@klinfys.lu.se

More information

CS 365 Project Report Digital Image Forensics. Abhijit Sharang (10007) Pankaj Jindal (Y9399) Advisor: Prof. Amitabha Mukherjee

CS 365 Project Report Digital Image Forensics. Abhijit Sharang (10007) Pankaj Jindal (Y9399) Advisor: Prof. Amitabha Mukherjee CS 365 Project Report Digital Image Forensics Abhijit Sharang (10007) Pankaj Jindal (Y9399) Advisor: Prof. Amitabha Mukherjee 1 Abstract Determining the authenticity of an image is now an important area

More information

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images A. Vadivel 1, M. Mohan 1, Shamik Sural 2 and A.K.Majumdar 1 1 Department of Computer Science and Engineering,

More information

Application of Machine Vision Technology in the Diagnosis of Maize Disease

Application of Machine Vision Technology in the Diagnosis of Maize Disease Application of Machine Vision Technology in the Diagnosis of Maize Disease Liying Cao, Xiaohui San, Yueling Zhao, and Guifen Chen * College of Information and Technology Science, Jilin Agricultural University,

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Part 2: Image Enhancement Digital Image Processing Course Introduction in the Spatial Domain Lecture AASS Learning Systems Lab, Teknik Room T26 achim.lilienthal@tech.oru.se Course

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Context-Based Image Segmentation of Radiography 1 W. Al-Hameed, 2 P.D. Picton, 3 Y. Mayali

More information

Target detection in side-scan sonar images: expert fusion reduces false alarms

Target detection in side-scan sonar images: expert fusion reduces false alarms Target detection in side-scan sonar images: expert fusion reduces false alarms Nicola Neretti, Nathan Intrator and Quyen Huynh Abstract We integrate several key components of a pattern recognition system

More information

A new method for segmentation of retinal blood vessels using morphological image processing technique

A new method for segmentation of retinal blood vessels using morphological image processing technique A new method for segmentation of retinal blood vessels using morphological image processing technique Roya Aramesh Faculty of Computer and Information Technology Engineering,Qazvin Branch,Islamic Azad

More information

A Review on Image Enhancement Technique for Biomedical Images

A Review on Image Enhancement Technique for Biomedical Images A Review on Image Enhancement Technique for Biomedical Images Pankaj V.Gosavi 1, Prof. V. T. Gaikwad 2 M.E (Pursuing) 1, Associate Professor 2 Dept. Information Technology 1, 2 Sipna COET, Amravati, India

More information

17th World Conference on Nondestructive Testing, Oct 2008, Shanghai, China

17th World Conference on Nondestructive Testing, Oct 2008, Shanghai, China 17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China Real-time Radiographic Non-destructive Inspection for Aircraft Maintenance Xin Wang 1, B. Stephen Wong 1, Chen Guan Tui

More information

Digital Chest Radiography with an Amorphous Silicon Flat-Panel-Detector Versus a Storage-Phosphor System:

Digital Chest Radiography with an Amorphous Silicon Flat-Panel-Detector Versus a Storage-Phosphor System: Digital Chest Radiography with an Amorphous Silicon Flat-Panel-Detector Versus a Storage-Phosphor System: Comparison of Soft-Copy Images 1 Hyun Ju Lee, M.D., Jung-Gi Im, M.D., Jin Mo Goo, M.D., Chang Hyun

More information

An Algorithm for Fingerprint Image Postprocessing

An Algorithm for Fingerprint Image Postprocessing An Algorithm for Fingerprint Image Postprocessing Marius Tico, Pauli Kuosmanen Tampere University of Technology Digital Media Institute EO.BOX 553, FIN-33101, Tampere, FINLAND tico@cs.tut.fi Abstract Most

More information

Keyword: Morphological operation, template matching, license plate localization, character recognition.

Keyword: Morphological operation, template matching, license plate localization, character recognition. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automatic

More information

A New Method to Remove Noise in Magnetic Resonance and Ultrasound Images

A New Method to Remove Noise in Magnetic Resonance and Ultrasound Images Available Online Publications J. Sci. Res. 3 (1), 81-89 (2011) JOURNAL OF SCIENTIFIC RESEARCH www.banglajol.info/index.php/jsr Short Communication A New Method to Remove Noise in Magnetic Resonance and

More information

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 2, Number 3 (2012), pp. 173-180 International Research Publications House http://www. irphouse.com Automatic Morphological

More information

OPTIC DISC LOCATION IN DIGITAL FUNDUS IMAGES

OPTIC DISC LOCATION IN DIGITAL FUNDUS IMAGES OPTIC DISC LOCATION IN DIGITAL FUNDUS IMAGES Miss. Tejaswini S. Mane 1,Prof. D. G. Chougule 2 1 Department of Electronics, Shivaji University Kolhapur, TKIET,Wrananagar (India) 2 Department of Electronics,

More information

Tan-Hsu Tan Dept. of Electrical Engineering National Taipei University of Technology Taipei, Taiwan (ROC)

Tan-Hsu Tan Dept. of Electrical Engineering National Taipei University of Technology Taipei, Taiwan (ROC) Munkhjargal Gochoo, Damdinsuren Bayanduuren, Uyangaa Khuchit, Galbadrakh Battur School of Information and Communications Technology, Mongolian University of Science and Technology Ulaanbaatar, Mongolia

More information

LAB MANUAL SUBJECT: IMAGE PROCESSING BE (COMPUTER) SEM VII

LAB MANUAL SUBJECT: IMAGE PROCESSING BE (COMPUTER) SEM VII LAB MANUAL SUBJECT: IMAGE PROCESSING BE (COMPUTER) SEM VII IMAGE PROCESSING INDEX CLASS: B.E(COMPUTER) SR. NO SEMESTER:VII TITLE OF THE EXPERIMENT. 1 Point processing in spatial domain a. Negation of an

More information

Extraction of Features for Diagnosing Pneumoconiosis from Chest Radiographs Obtained with a CCD Scanner

Extraction of Features for Diagnosing Pneumoconiosis from Chest Radiographs Obtained with a CCD Scanner Extraction of Features for Diagnosing Pneumoconiosis from Chest Radiographs Obtained with a CCD Scanner Munehiro Nakamura, Koji Abe, Masahide Minami 3 Graduate School of Natural Science and Technology

More information

AUTOMATIC DETECTION OF HEDGES AND ORCHARDS USING VERY HIGH SPATIAL RESOLUTION IMAGERY

AUTOMATIC DETECTION OF HEDGES AND ORCHARDS USING VERY HIGH SPATIAL RESOLUTION IMAGERY AUTOMATIC DETECTION OF HEDGES AND ORCHARDS USING VERY HIGH SPATIAL RESOLUTION IMAGERY Selim Aksoy Department of Computer Engineering, Bilkent University, Bilkent, 06800, Ankara, Turkey saksoy@cs.bilkent.edu.tr

More information

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT:

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: IJCE January-June 2012, Volume 4, Number 1 pp. 59 67 NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: A COMPARATIVE STUDY Prabhdeep Singh1 & A. K. Garg2

More information

Background Pixel Classification for Motion Detection in Video Image Sequences

Background Pixel Classification for Motion Detection in Video Image Sequences Background Pixel Classification for Motion Detection in Video Image Sequences P. Gil-Jiménez, S. Maldonado-Bascón, R. Gil-Pita, and H. Gómez-Moreno Dpto. de Teoría de la señal y Comunicaciones. Universidad

More information