CHAPTER 5 DECISION TREE APPROACH FOR BONE AGE ASSESSMENT

Size: px
Start display at page:

Download "CHAPTER 5 DECISION TREE APPROACH FOR BONE AGE ASSESSMENT"

Transcription

1 53 CHAPTER 5 DECISION TREE APPROACH FOR BONE AGE ASSESSMENT The decision tree approach for BAA makes use of the radius and ulna wrist bones to estimate the bone age. From the radius and ulna bones, 11 epiphyseal features, that reflect the degree of maturation of the bones, are extracted. They are fed into the new decision tree classifier (different for males and females), which outputs the bone age class of the input image. 5.1 INTRODUCTION For a computerized system to have accuracy over the entire 0-19 year age range, the radius and ulna bone information have to be integrated with the BAA system. The difficulty lies in the fact that at lower age ranges, the ulna bone maturation information will not be sufficient to determine bone age. This is because the ulna bones do not ossify until the age of 6-7 years in males and 4-5 years in females. For the age group below the above specified range, the ulna bones do not contribute toward BAA. But for those age groups, the information from radius bone can be utilized in assessing bone age. Therefore, a reliable method has to be developed to cover the whole range by efficiently integrating information from each of the different regions. This chapter presents one such proposed system for BAA by incorporating the features from the radius and ulna wrist bones. possible 5.2 GROWTH PATTERN OF RADIUS AND ULNA BONES The radiographic appearance of the carpal bones and growth plates of the distal radius and ulna begin progressively from birth. Figure 5.1 shows the TW stages of maturation from stage B to stage I for the radius and ulna bones. The initial stage A is characterized by the absence of the epiphysis. Stage B is demonstrated by

2 the ossification of the epiphysis as a small circular deposit of calcium. In stage C, the epiphysis becomes elongated and non-circular. During stage D, its diameter becomes half or more the width if the metaphysis. In stage E, the surface becomes rough and concave, and in stage F the epiphysis becomes as wide as the metaphysis. During stage G, the epiphysis begins to cap the metaphysis. Stage F is distinguished by the beginning of fusion of the epiphysis and metaphysis. Stage I is recognized by the completion of the fusion. 54 Figure 5.1 TW stages of the radius bone 5.3 MATERIALS AND METHODS Dataset The common dataset of 220 images with 110 male and 110 female images are used for this approach too (as given in section 3.3.4) Pre-processing The input radiograph is initially thresholded (Gonzalez and Woods 2009) to detect the foreground and background pixels. A threshold image partitions the image into two regions, foreground and background, based on the intensity values. The thresholded image is superimposed on the input image to remove the hand borders in the image. Then the epiphyseal ROI of radius and ulna bones are cropped and isolated. The cropped ROI are pre-processed for noise reduction using anisotropic diffusion filter. Figure 5.2 shows a sample input, thresholded and superimposed image

3 during preprocessing. Figure 5.3 depicts samples for cropped and filtered radius ROI (RROI) and ulna ROI (UROI) for feature extraction. 55 (a) (b) (c) Figure 5.2 Pre-processing results for Decision Tree approach (a) Input image (b) Thresholded image (c) Superimposed image (a) (b) (c) (d) (e) (f) (g) Figure 5.3 Cropped RROI/ UROI for various age groups (a) 1 year (b) 2 years (c) 3 years (d) 5 years (e) 7 years (f) 9 years (g) 10 years ( a to d are samples of RROI and e to g are samples of UROI respectively)

4 Feature set For both radius and ulna bones, the degree of maturity is based on the extent of ossification of their epiphysis. So, for both the categories, the same five epiphyseal features given below are considered for feature extraction. i) Presence whether the epiphysis of the bone is present or absent ii) Circularity whether the epiphysis is circular in shape or not iii) Roughness whether the epiphysis surface is smooth or irregular iv) Capping whether the epiphysis capping has begun or not v) Fusion whether the epiphysis fusion has begun or not. The features are extracted from the radius and ulna epiphysis as given below. i) Presence The presence of the radius or ulna epiphysis is marked by a TRUE value for Presence and returning a FALSE value if absent. ii) Circularity Circularity is defined as a simple shape factor based on the projected area of the sample and the overall perimeter of the projection given by, 4 A Circularit y 2 (5.1) P where A is the area and P is the perimeter of the epiphysis sample. Values for Circularity range from 1 for a perfect circle to 0 for a line. The Circularity value of the bone is checked. If it is greater than or equal to 0.5, it returns a TRUE value. In the FALSE case, when it is non-circular, the diameter of the epiphysis, R_diameter is calculated and checked if it is above or below the threshold (which is calculated as the mean of the R_diameter values of both the extreme age classes) and assigned a class to it accordingly.

5 57 iii) Roughness Roughness of the bone is measured by employing Fractal dimension. Fractal dimension is found to be a measure of roughness and is given by, log N Roughness 1 (5.2) log r where, N is the number of copies of a self similar set, which has been scaled down and r is the scaled ratio of the self similar set. If Roughness is above the threshold value (which is calculated as the mean of the Roughness values of both the extremes), it returns TRUE. iv) Capping This is calculated as the difference between the horizontal diameter of the sample bone and the horizontal diameter of the corresponding epiphysis, as given in equation (5.3). If Capping value is negative, then it returns TRUE. v) Fusion Capping Diameter Bone Diameter Epiphysis (5.3) Fusion is computed by simply measuring the Euclidean distance between the bone and the epiphysis. If it is negative, then it returns TRUE. The above features are extracted from the radius and ulna bones, leading to the following features, R_Presence, U_Presence, R_Diameter, R_Circularity, U_Circularity, R_Roughness, U_Roughness, R_Capping, U_Capping, R_Fusion, and U_Fusion. Thus the feature extraction phase results in 11 morphological features for further processing.

6 Bone Age Estimation Feature extraction is followed by either the training phase or testing phase. In case of training, the classifier is trained with the range of values taken by each feature with respect to each age class. During testing, the extracted features are translated into corresponding skeletal bone age. The selected features occupy positions in the decision tree based on the order of ossification of the bones, which influence their contribution towards the bone age estimation procedure Decision Tree classifier The morphological features extracted from the wrist bones have a certain degree of overlapping between them, since the growth pattern is gradual. But the features can fall into only any one of the categories, since they are mutually exclusive. So the decision tree classifier is more suitable for this proposed BAA method. Decision trees have proved to be simple and robust method to divide the space in attributes and to make decisions based on symbolic inputs (Liu et al 2000). They are by nature readily interpretable and well suited to classification problems. A decision tree consists of nodes for testing attributes, edges for branching by values of symbols and leaves for deciding class names to be classified. Fig 5.3 (a) shows the decision tree constructed for males and Figure 5.4 (b) for females. The inputs to the decision tree are the 11 features modeled as Boolean values, and the output will be the skeletal class or category. The selected class is then mapped onto the skeletal bone age, based on the criteria shown in Table 5.1 for males and Table 5.2 for females. 5.4 RESULTS AND DISCUSSION The performance of the proposed decision tree method in estimating the bone age was evaluated using a dataset consisting of 100 radiographs (50 for boys and 50 for girls). The ease and accuracy of feature extraction for the UROI were slightly imprecise when compared to the RROI, the reason being that the epiphysis of the

7 ulna bone was smaller in size and less contributing. Also, the accuracy of feature extraction tend to decline slightly as the age increases, since at later stages the system relied much on the ulna ROI. On the other hand, the accuracy of feature extraction from RROI was outstanding, thus improving age estimation during early stages. The accuracy of the classification was measured in terms of four metrics, precision, recall, specificity and accuracy. The above four metrics were measured for each class A J, using True Positive(TP), False Negative(FN), False Positive(FP), and True Negative(TN) cases, as done in the previous chapters. 59 (a) (b) Figure 5.4 Decision Tree (a) Males (b) Females

8 60 Table 5.1 Criteria Selection for Male in Decision Tree approach Age Class Age Value v (Years) Table 5.2 Criteria Selection for Female in Decision Tree approach Age Class Age Value v (Years) A 1 month < v < 1 year A 1 month < v < 3 months B 1 year < v < 2 year B 3 months < v < 6 months C 2 year < v < 3 year C 7 months < v < 1 year D 3 year < v < 4 year D 1 year < v < 2 year E 4 year < v < 5 year E 2 year < v < 4 year F 5 year < v < 6 year F 4 year < v < 5 year G 6 year < v < 7 year G 5 year < v < 5 year 5 months H 7 year < v < 8 year H 5 year 5 months < v < 6 year I 8 year < v < 9 year I 6 year < v < 7 year J 9 year < v < 10 year J 7 year < v < 8 year The performance metrics were calculated using the following formulae: TP precision TP FP (5.4) recall TP TP FN (5.5) TN specificit y (5.6) TN FP accuracy TP TP TN TN FP FN (5.7)

9 61 Table 5.3 Classification Metrics for Decision Tree approach Class A B C D E F G H I J Confusion Matrix precision recall specificity accuracy The performance of the system was validated by using the diagnosis results obtained for the data set from two skilled radiologists and the values obtained for the performance metrics are tabulated in Table 5.3. It is found that the minimum value of precision is 78% and obtained for the class H and that of recall is 80% obtained for classes F and G. The minimal value obtained for specificity is 98% obtained for classes F, G and H and that of accuracy is 96% obtained for the classes F and G. Classes F and G found to downgrade the overall performance of the classifier, the reason being the less contribution of UROI or poor ossification of the

10 epiphysis of the ulna bone for those two age classes. Best performance was found in the earlier classes A and B, since the high contributing RROI are the only bones considered and also due to good inter-class difference. The class-wise performance of the proposed decision tree method is depicted in the graph shown in Figure Values of Performance Metrics in % A B C D E F G H I J Classes precision recall specificity accuracy Figure 5.5 Performance Metrics Graph for Decision Tree approach The overall accuracy was 98%, specificity was 99%, precision was 90%, and recall was 91%. By applying the alternate partition of 160 train images and 60 test images, the proposed decision tree approach for BAA scored 99% for accuracy, 100% for specificity, 92% for precision and 93% for recall. To achieve further more improvement in the results, yet another partition was introduced with 180 train images and 40 test images and the performance of the system was analyzed. The proposed decision tree method showed much better results for this partition with 100% in all the four performance metrics. The performance of the proposed BAA system using decision tree is compared with the existing BAA methods. Figure 5.6 shows the graphical comparison of the developed new decision tree method with the existing systems using the four performance metrics accuracy, specificity, precision and recall.

11 63 Values of Performance Metrics in % Zhang et al (2007) Tristan & Arribas (2008) Giordano et al (2010) BAA Systems Somkantha et al (2011) Proposed Decision Tree Approach accuracy% specificity% precision% recall% Figure 5.6 Comparison of Decision Tree approach with existing systems Based on the results obtained for the proposed decision tree method, a paper entitled Computerized Skeletal Bone Age Assessment from Radius and Ulna bones has been published in International Journal of Systems, Algorithms and Applications, Vol. 2, Issue 5, May 2012, pp CONCLUSION An efficient computerized approach to estimate the skeletal bone age by deploying decision tree classifier was proposed. The proposed technique utilized features extracted from the radius and ulna bones and their epiphysis. Different decision trees were constructed for males and females, since the growth pattern of the above mentioned bones show variations between males and females. The inputs to the decision tree were the features extracted from the bones and the output was the skeletal age class which corresponds to the final bone age. The system results were validated with the diagnosis results obtained from two radiologists. From the results it is apparent that the developed decision tree approach for BAA was robust and appropriate for the age group of 0-10 years for males and 0-8 years for females. The proposed BAA system using decision tree achieved nearest to 100% in accuracy, specificity, precision and recall.

Efficient skeletal bone age estimation method using carpal and radius bone features

Efficient skeletal bone age estimation method using carpal and radius bone features 474 Journal of Scientific & Industrial Research J SCI IND RES VOL 71 JULY 2012 Vol. 71, July 2012, pp. 474-479 Efficient skeletal bone age estimation method using carpal and radius bone features P Thangam

More information

A Semi-Automated Method for Measuring Fels Indicators for Skeletal Maturity Assessment in Children

A Semi-Automated Method for Measuring Fels Indicators for Skeletal Maturity Assessment in Children A Semi-Automated Method for Measuring Fels Indicators for Skeletal Maturity Assessment in Children Sara Gharabaghi, Thomas Wischgoll; Wright State University; Dayton, OH Abstract The Fels method is a well-known

More information

Bone Development. V. Gilsanz and O. Ratib, Hand Bone Age, DOI / _2, Springer-Verlag Berlin Heidelberg 2012

Bone Development. V. Gilsanz and O. Ratib, Hand Bone Age, DOI / _2, Springer-Verlag Berlin Heidelberg 2012 Bone Development 2 Skeletal maturity is a measure of development incorporating the size, shape and degree of mineralization of bone to define its proximity to full maturity. The assessment of skeletal

More information

INTRODUCTION TO MACHINE LEARNING. Decision tree learning

INTRODUCTION TO MACHINE LEARNING. Decision tree learning INTRODUCTION TO MACHINE LEARNING Decision tree learning Task of classification Automatically assign class to observations with features Observation: vector of features, with a class Automatically assign

More information

Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation

Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation L Uma Maheshwari Department of ECE, Stanley College of Engineering and Technology for Women, Hyderabad - 500001, India. Udayini

More information

ROI DETECTION AND VESSEL SEGMENTATION IN RETINAL IMAGE

ROI DETECTION AND VESSEL SEGMENTATION IN RETINAL IMAGE ROI DETECTION AND VESSEL SEGMENTATION IN RETINAL IMAGE F. Sabaz a, *, U. Atila a a Karabuk University, Dept. of Computer Engineering, 78050, Karabuk, Turkey - (furkansabaz, umitatila)@karabuk.edu.tr KEY

More information

CHAPTER 6 HUMAN BEHAVIOR UNDERSTANDING MODEL

CHAPTER 6 HUMAN BEHAVIOR UNDERSTANDING MODEL 127 CHAPTER 6 HUMAN BEHAVIOR UNDERSTANDING MODEL 6.1 INTRODUCTION Analyzing the human behavior in video sequences is an active field of research for the past few years. The vital applications of this field

More information

Detection of Glaucoma and Diabetic Retinopathy from Fundus Images by Bloodvessel Segmentation

Detection of Glaucoma and Diabetic Retinopathy from Fundus Images by Bloodvessel Segmentation International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 8958, Volume-5, Issue-5, June 2016 Detection of Glaucoma and Diabetic Retinopathy from Fundus Images by Bloodvessel Segmentation

More information

COMPUTERIZED SYSTEM DESIGN FOR THE DETECTION AND DIAGNOSIS OF LUNG NODULES IN CT IMAGES 1

COMPUTERIZED SYSTEM DESIGN FOR THE DETECTION AND DIAGNOSIS OF LUNG NODULES IN CT IMAGES 1 ISSN 258-8739 3 st August 28, Volume 3, Issue 2, JSEIS, CAOMEI Copyright 26-28 COMPUTERIZED SYSTEM DESIGN FOR THE DETECTION AND DIAGNOSIS OF LUNG NODULES IN CT IMAGES ALI ABDRHMAN UKASHA, 2 EMHMED SAAID

More information

CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION

CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION 9 CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION 2.1 INTRODUCTION This chapter provides an introduction to mammogram and a description of the computer aided detection methods of mammography. This discussion

More information

Diagnosis of Breast Cancer Using Ensemble of Data Mining Classification Methods

Diagnosis of Breast Cancer Using Ensemble of Data Mining Classification Methods International Journal of Bioinformatics and Biomedical Engineering Vol. 1, No. 3, 2015, pp. 318-322 http://www.aiscience.org/journal/ijbbe ISSN: 2381-7399 (Print); ISSN: 2381-7402 (Online) Diagnosis of

More information

Predicting Breast Cancer Survivability Rates

Predicting Breast Cancer Survivability Rates Predicting Breast Cancer Survivability Rates For data collected from Saudi Arabia Registries Ghofran Othoum 1 and Wadee Al-Halabi 2 1 Computer Science, Effat University, Jeddah, Saudi Arabia 2 Computer

More information

Classification of Mammograms using Gray-level Co-occurrence Matrix and Support Vector Machine Classifier

Classification of Mammograms using Gray-level Co-occurrence Matrix and Support Vector Machine Classifier Classification of Mammograms using Gray-level Co-occurrence Matrix and Support Vector Machine Classifier P.Samyuktha,Vasavi College of engineering,cse dept. D.Sriharsha, IDD, Comp. Sc. & Engg., IIT (BHU),

More information

Detection of Lung Cancer Using Marker-Controlled Watershed Transform

Detection of Lung Cancer Using Marker-Controlled Watershed Transform 2015 International Conference on Pervasive Computing (ICPC) Detection of Lung Cancer Using Marker-Controlled Watershed Transform Sayali Satish Kanitkar M.E. (Signal Processing), Sinhgad College of engineering,

More information

Copyright 2008 Society of Photo Optical Instrumentation Engineers. This paper was published in Proceedings of SPIE, vol. 6915, Medical Imaging 2008:

Copyright 2008 Society of Photo Optical Instrumentation Engineers. This paper was published in Proceedings of SPIE, vol. 6915, Medical Imaging 2008: Copyright 2008 Society of Photo Optical Instrumentation Engineers. This paper was published in Proceedings of SPIE, vol. 6915, Medical Imaging 2008: Computer Aided Diagnosis and is made available as an

More information

DETECTING DIABETES MELLITUS GRADIENT VECTOR FLOW SNAKE SEGMENTED TECHNIQUE

DETECTING DIABETES MELLITUS GRADIENT VECTOR FLOW SNAKE SEGMENTED TECHNIQUE DETECTING DIABETES MELLITUS GRADIENT VECTOR FLOW SNAKE SEGMENTED TECHNIQUE Dr. S. K. Jayanthi 1, B.Shanmugapriyanga 2 1 Head and Associate Professor, Dept. of Computer Science, Vellalar College for Women,

More information

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System T.Manikandan 1, Dr. N. Bharathi 2 1 Associate Professor, Rajalakshmi Engineering College, Chennai-602 105 2 Professor, Velammal Engineering

More information

Classification of benign and malignant masses in breast mammograms

Classification of benign and malignant masses in breast mammograms Classification of benign and malignant masses in breast mammograms A. Šerifović-Trbalić*, A. Trbalić**, D. Demirović*, N. Prljača* and P.C. Cattin*** * Faculty of Electrical Engineering, University of

More information

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION 1 R.NITHYA, 2 B.SANTHI 1 Asstt Prof., School of Computing, SASTRA University, Thanjavur, Tamilnadu, India-613402 2 Prof.,

More information

Bone (2) Chapter 8. The bone is surrounded by the periosteum, the periosteum consists of two layers: a fibrous outer layer and an innercellular layer.

Bone (2) Chapter 8. The bone is surrounded by the periosteum, the periosteum consists of two layers: a fibrous outer layer and an innercellular layer. Bone (2) Chapter 8 The bone is surrounded by the periosteum, the periosteum consists of two layers: a fibrous outer layer and an innercellular layer. The innercellular layer contains osteoprogenitor cells,

More information

Lung Tumour Detection by Applying Watershed Method

Lung Tumour Detection by Applying Watershed Method International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 5 (2017), pp. 955-964 Research India Publications http://www.ripublication.com Lung Tumour Detection by Applying

More information

NAÏVE BAYESIAN CLASSIFIER FOR ACUTE LYMPHOCYTIC LEUKEMIA DETECTION

NAÏVE BAYESIAN CLASSIFIER FOR ACUTE LYMPHOCYTIC LEUKEMIA DETECTION NAÏVE BAYESIAN CLASSIFIER FOR ACUTE LYMPHOCYTIC LEUKEMIA DETECTION Sriram Selvaraj 1 and Bommannaraja Kanakaraj 2 1 Department of Biomedical Engineering, P.S.N.A College of Engineering and Technology,

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

Cancer Cells Detection using OTSU Threshold Algorithm

Cancer Cells Detection using OTSU Threshold Algorithm Cancer Cells Detection using OTSU Threshold Algorithm Nalluri Sunny 1 Velagapudi Ramakrishna Siddhartha Engineering College Mithinti Srikanth 2 Velagapudi Ramakrishna Siddhartha Engineering College Kodali

More information

Semi-Automatic Construction of Thyroid Cancer Intervention Corpus from Biomedical Abstracts

Semi-Automatic Construction of Thyroid Cancer Intervention Corpus from Biomedical Abstracts jsci2016 Semi-Automatic Construction of Thyroid Cancer Intervention Corpus from Biomedical Wutthipong Kongburan, Praisan Padungweang, Worarat Krathu, Jonathan H. Chan School of Information Technology King

More information

7.1 Grading Diabetic Retinopathy

7.1 Grading Diabetic Retinopathy Chapter 7 DIABETIC RETINOPATHYGRADING -------------------------------------------------------------------------------------------------------------------------------------- A consistent approach to the

More information

The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms

The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms Angayarkanni.N 1, Kumar.D 2 and Arunachalam.G 3 1 Research Scholar Department of

More information

Primary Level Classification of Brain Tumor using PCA and PNN

Primary Level Classification of Brain Tumor using PCA and PNN Primary Level Classification of Brain Tumor using PCA and PNN Dr. Mrs. K.V.Kulhalli Department of Information Technology, D.Y.Patil Coll. of Engg. And Tech. Kolhapur,Maharashtra,India kvkulhalli@gmail.com

More information

Automatic Early Diagnosis of Diabetic Retinopathy Using Retina Fundus Images

Automatic Early Diagnosis of Diabetic Retinopathy Using Retina Fundus Images EUROPEAN ACADEMIC RESEARCH Vol. II, Issue 9/ December 2014 ISSN 2286-4822 www.euacademic.org Impact Factor: 3.1 (UIF) DRJI Value: 5.9 (B+) Automatic Early Diagnosis of Diabetic Retinopathy Using Retina

More information

A Web based Computer aided Diagnosis Tool for Bone Age Assessment:

A Web based Computer aided Diagnosis Tool for Bone Age Assessment: Society of Pediatric Radiology 2009 A Web based Computer aided Diagnosis Tool for Bone Age Assessment: Clinical Implementation and Lessons Learned K Ma*; P Moin, MD*; M Fleshman*; L Vachon, MD**; A Zhang,

More information

Mammography is a most effective imaging modality in early breast cancer detection. The radiographs are searched for signs of abnormality by expert

Mammography is a most effective imaging modality in early breast cancer detection. The radiographs are searched for signs of abnormality by expert Abstract Methodologies for early detection of breast cancer still remain an open problem in the Research community. Breast cancer continues to be a significant problem in the contemporary world. Nearly

More information

Detection of architectural distortion using multilayer back propagation neural network

Detection of architectural distortion using multilayer back propagation neural network Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2015, 7(2):292-297 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Detection of architectural distortion using multilayer

More information

A NARRATIVE APPROACH FOR ANALYZING DIABETES MELLITUS AND NON PROLIFERATIVE DIABETIC RETINOPATHY USING PSVM CLASSIFIER

A NARRATIVE APPROACH FOR ANALYZING DIABETES MELLITUS AND NON PROLIFERATIVE DIABETIC RETINOPATHY USING PSVM CLASSIFIER A NARRATIVE APPROACH FOR ANALYZING DIABETES MELLITUS AND NON PROLIFERATIVE DIABETIC RETINOPATHY USING CLASSIFIER Dr.S.SUJATHA HEAD OF THE DEPARTMENT School Of IT and Science Dr.G.R.Damodaran College of

More information

Threshold Based Segmentation Technique for Mass Detection in Mammography

Threshold Based Segmentation Technique for Mass Detection in Mammography Threshold Based Segmentation Technique for Mass Detection in Mammography Aziz Makandar *, Bhagirathi Halalli Department of Computer Science, Karnataka State Women s University, Vijayapura, Karnataka, India.

More information

Microcalcifications Segmentation using Three Edge Detection Techniques on Mammogram Images

Microcalcifications Segmentation using Three Edge Detection Techniques on Mammogram Images Microcalcifications Segmentation using Three Edge Detection Techniques on Mammogram Images Siti Salmah Yasiran, Abdul Kadir Jumaat, Aminah Abdul Malek, Fatin Hanani Hashim, Nordhaniah Nasrir, Syarifah

More information

Effect of Feedforward Back Propagation Neural Network for Breast Tumor Classification

Effect of Feedforward Back Propagation Neural Network for Breast Tumor Classification IJCST Vo l. 4, Is s u e 2, Ap r i l - Ju n e 2013 ISSN : 0976-8491 (Online) ISSN : 2229-4333 (Print) Effect of Feedforward Back Propagation Neural Network for Breast Tumor Classification 1 Rajeshwar Dass,

More information

Automatic Detection and Classification of Skin Cancer

Automatic Detection and Classification of Skin Cancer Received: March 1, 2017 444 Automatic Detection and Classification of Skin Cancer Akila Victor 1 * Muhammad Rukunuddin Ghalib 1 1 Vellore Institute of Technology, Vellore, Tamilnadu, India * Corresponding

More information

MEM BASED BRAIN IMAGE SEGMENTATION AND CLASSIFICATION USING SVM

MEM BASED BRAIN IMAGE SEGMENTATION AND CLASSIFICATION USING SVM MEM BASED BRAIN IMAGE SEGMENTATION AND CLASSIFICATION USING SVM T. Deepa 1, R. Muthalagu 1 and K. Chitra 2 1 Department of Electronics and Communication Engineering, Prathyusha Institute of Technology

More information

Conclusions and future directions

Conclusions and future directions Chapter 9 Conclusions and future directions This chapter summarises the findings within this thesis, examines its main contributions, and provides suggestions for further directions. 9.1 Thesis summary

More information

CLASSIFICATION OF ABNORMALITY IN B -MASS BY ARCHITECTURAL DISTORTION

CLASSIFICATION OF ABNORMALITY IN B -MASS BY ARCHITECTURAL DISTORTION CLASSIFICATION OF ABNORMALITY IN B -MASS BY ARCHITECTURAL DISTORTION #1 Venmathi.A.R., * 2 D.C.Jullie Josphine #1.Dept of ECE, Kings Engineering College * 2. Dept of CSE,Kings Engineering college Abstract-The

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

More information

LUNG NODULE DETECTION SYSTEM

LUNG NODULE DETECTION SYSTEM LUNG NODULE DETECTION SYSTEM Kalim Bhandare and Rupali Nikhare Department of Computer Engineering Pillai Institute of Technology, New Panvel, Navi Mumbai, India ABSTRACT: The Existing approach consist

More information

Automatic Hemorrhage Classification System Based On Svm Classifier

Automatic Hemorrhage Classification System Based On Svm Classifier Automatic Hemorrhage Classification System Based On Svm Classifier Abstract - Brain hemorrhage is a bleeding in or around the brain which are caused by head trauma, high blood pressure and intracranial

More information

An approach to classification of retinal vessels using neural network pattern recoginition

An approach to classification of retinal vessels using neural network pattern recoginition An approach to classification of retinal vessels using neural network pattern recoginition M. Divya 1, Dr C. Senthamarai 2, D. Chitra 3 1, 2, 3 PG and Research Department of Computer Science, Government

More information

Computer based delineation and follow-up multisite abdominal tumors in longitudinal CT studies

Computer based delineation and follow-up multisite abdominal tumors in longitudinal CT studies Research plan submitted for approval as a PhD thesis Submitted by: Refael Vivanti Supervisor: Professor Leo Joskowicz School of Engineering and Computer Science, The Hebrew University of Jerusalem Computer

More information

BREAST CANCER EARLY DETECTION USING X RAY IMAGES

BREAST CANCER EARLY DETECTION USING X RAY IMAGES Volume 119 No. 15 2018, 399-405 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ BREAST CANCER EARLY DETECTION USING X RAY IMAGES Kalaichelvi.K 1,Aarthi.R

More information

Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature

Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature Shraddha P. Dhumal 1, Ashwini S Gaikwad 2 1 Shraddha P. Dhumal 2 Ashwini S. Gaikwad ABSTRACT In this paper, we propose

More information

Mammographic Mass Detection Using a Mass Template

Mammographic Mass Detection Using a Mass Template Mammographic Mass Detection Using a Mass Template Serhat Ozekes, MSc 1 Onur Osman, PhD 1 A.Yilmaz Çamurcu, PhD 2 Index terms: Mass detection Computer aided detection Mammography Objective: The purpose

More information

Papsmear Image based Detection of Cervical Cancer

Papsmear Image based Detection of Cervical Cancer Papsmear Image based Detection of Cervical Cancer Sreedevi M T Dept. of ECE RNS Institute of Technology Bangalore-61 Usha B S Dept. of ECE RNS Institute of Technology Bangalore-61 Sandya S Dept. of ECE

More information

Ossification = Osteogenesis

Ossification = Osteogenesis Ossification = Osteogenesis Ossification = Osteogenesis Parts of the fetal skeleton form during the first few weeks after conception By the end of the 8 th week, the skeletal pattern is formed : cartilage

More information

Detection of Breast Masses in Digital Mammograms using SVM

Detection of Breast Masses in Digital Mammograms using SVM IJCTA, 8(3), 2015, pp. 899-906 International Science Press Detection of Breast Masses in Digital Mammograms using SVM Abstract: Breast Cancer stands to be the most deadly disease among women caused due

More information

Early Detection of Lung Cancer

Early Detection of Lung Cancer Early Detection of Lung Cancer Aswathy N Iyer Dept Of Electronics And Communication Engineering Lymie Jose Dept Of Electronics And Communication Engineering Anumol Thomas Dept Of Electronics And Communication

More information

Chapter 6 & 7 The Skeleton

Chapter 6 & 7 The Skeleton Chapter 6 & 7 The Skeleton Try this Make clockwise circles with your RIGHT foot, while doing this, draw the number 6 in the air with you RIGHT hand what happens to your foot???? Bony Background Adult body

More information

Review Article. Skeletal Bone Age Assessment Research Directions. Akshaya College of Engineering and Technology, Coimbatore , Tamilnadu, India.

Review Article. Skeletal Bone Age Assessment Research Directions. Akshaya College of Engineering and Technology, Coimbatore , Tamilnadu, India. Jestr Journal of Engineering Science and Technology Review 5 (1) (2012) 90 96 Review Article Skeletal Bone Age Assessment Research Directions JOURNAL OF Engineering Science and Technology Review www.jestr.org

More information

Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata

Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata D.Mohanapriya 1 Department of Electronics and Communication Engineering, EBET Group of Institutions, Kangayam,

More information

Meta-analysis of diagnostic research. Karen R Steingart, MD, MPH Chennai, 15 December Overview

Meta-analysis of diagnostic research. Karen R Steingart, MD, MPH Chennai, 15 December Overview Meta-analysis of diagnostic research Karen R Steingart, MD, MPH karenst@uw.edu Chennai, 15 December 2010 Overview Describe key steps in a systematic review/ meta-analysis of diagnostic test accuracy studies

More information

Detection of Glaucoma using Cup-to-Disc Ratio and Blood Vessels Orientation

Detection of Glaucoma using Cup-to-Disc Ratio and Blood Vessels Orientation International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue1 ISSN : 2456-3307 Detection of Glaucoma using Cup-to-Disc Ratio and

More information

Cartilaginous Joints

Cartilaginous Joints OpenStax-CNX module: m46381 1 Cartilaginous Joints OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 By the end of this section, you

More information

Learning Classifier Systems (LCS/XCSF)

Learning Classifier Systems (LCS/XCSF) Context-Dependent Predictions and Cognitive Arm Control with XCSF Learning Classifier Systems (LCS/XCSF) Laurentius Florentin Gruber Seminar aus Künstlicher Intelligenz WS 2015/16 Professor Johannes Fürnkranz

More information

Vicente Gilsanz Osman Ratib. Hand Bone Age. A Digital Atlas of Skeletal Maturity. Second Edition

Vicente Gilsanz Osman Ratib. Hand Bone Age. A Digital Atlas of Skeletal Maturity. Second Edition Hand Bone Age Vicente Gilsanz Osman Ratib Hand Bone Age A Digital Atlas of Skeletal Maturity Second Edition Prof. Vicente Gilsanz Department of Radiology Childrens Hospital Los Angeles 4650 Sunset Blvd.,

More information

Age estimation by using radiological methods and its. Comparison with clinical examination.

Age estimation by using radiological methods and its. Comparison with clinical examination. Age estimation by using radiological methods and its Comparison with clinical examination. Dr. Nagi Abdul-Wahab Abdullah M.Sc. (Forensic pathology) Forensic medicine unit - Paraclinic department Faculty

More information

Lung Cancer Detection using CT Scan Images

Lung Cancer Detection using CT Scan Images Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 125 (2018) 107 114 6th International Conference on Smart Computing and Communications, ICSCC 2017, 7-8 December 2017, Kurukshetra,

More information

Research Article. Automated grading of diabetic retinopathy stages in fundus images using SVM classifer

Research Article. Automated grading of diabetic retinopathy stages in fundus images using SVM classifer Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2016, 8(1):537-541 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Automated grading of diabetic retinopathy stages

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011

Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011 Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011 Electrical and Computer Engineering Department Volgenau School of Engineering George

More information

Brain Tumor Segmentation Based On a Various Classification Algorithm

Brain Tumor Segmentation Based On a Various Classification Algorithm Brain Tumor Segmentation Based On a Various Classification Algorithm A.Udhaya Kunam Research Scholar, PG & Research Department of Computer Science, Raja Dooraisingam Govt. Arts College, Sivagangai, TamilNadu,

More information

Probability Revision. MED INF 406 Assignment 5. Golkonda, Jyothi 11/4/2012

Probability Revision. MED INF 406 Assignment 5. Golkonda, Jyothi 11/4/2012 Probability Revision MED INF 406 Assignment 5 Golkonda, Jyothi 11/4/2012 Problem Statement Assume that the incidence for Lyme disease in the state of Connecticut is 78 cases per 100,000. A diagnostic test

More information

NAÏVE BAYES CLASSIFIER AND FUZZY LOGIC SYSTEM FOR COMPUTER AIDED DETECTION AND CLASSIFICATION OF MAMMAMOGRAPHIC ABNORMALITIES

NAÏVE BAYES CLASSIFIER AND FUZZY LOGIC SYSTEM FOR COMPUTER AIDED DETECTION AND CLASSIFICATION OF MAMMAMOGRAPHIC ABNORMALITIES NAÏVE BAYES CLASSIFIER AND FUZZY LOGIC SYSTEM FOR COMPUTER AIDED DETECTION AND CLASSIFICATION OF MAMMAMOGRAPHIC ABNORMALITIES 1 MARJUN S. SEQUERA, 2 SHERWIN A. GUIRNALDO, 3 ISIDRO D. PERMITES JR. 1 Faculty,

More information

An efficient method for Segmentation and Detection of Brain Tumor in MRI images

An efficient method for Segmentation and Detection of Brain Tumor in MRI images An efficient method for Segmentation and Detection of Brain Tumor in MRI images Shubhangi S. Veer (Handore) 1, Dr. P.M. Patil 2 1 Research Scholar, Ph.D student, JJTU, Rajasthan,India 2 Jt. Director, Trinity

More information

Brain Tumour Detection of MR Image Using Naïve Beyer classifier and Support Vector Machine

Brain Tumour Detection of MR Image Using Naïve Beyer classifier and Support Vector Machine International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Brain Tumour Detection of MR Image Using Naïve

More information

Classification of Thyroid Nodules in Ultrasound Images using knn and Decision Tree

Classification of Thyroid Nodules in Ultrasound Images using knn and Decision Tree Classification of Thyroid Nodules in Ultrasound Images using knn and Decision Tree Gayana H B 1, Nanda S 2 1 IV Sem, M.Tech, Biomedical Signal processing & Instrumentation, SJCE, Mysuru, Karnataka, India

More information

BRAIN TUMOR DETECTION AND SEGMENTATION USING WATERSHED SEGMENTATION AND MORPHOLOGICAL OPERATION

BRAIN TUMOR DETECTION AND SEGMENTATION USING WATERSHED SEGMENTATION AND MORPHOLOGICAL OPERATION BRAIN TUMOR DETECTION AND SEGMENTATION USING WATERSHED SEGMENTATION AND MORPHOLOGICAL OPERATION Swe Zin Oo 1, Aung Soe Khaing 2 1 Demonstrator, Department of Electronic Engineering, Mandalay Technological

More information

Predictive Models for Healthcare Analytics

Predictive Models for Healthcare Analytics Predictive Models for Healthcare Analytics A Case on Retrospective Clinical Study Mengling Mornin Feng mfeng@mit.edu mornin@gmail.com 1 Learning Objectives After the lecture, students should be able to:

More information

NAILFOLD CAPILLAROSCOPY USING USB DIGITAL MICROSCOPE IN THE ASSESSMENT OF MICROCIRCULATION IN DIABETES MELLITUS

NAILFOLD CAPILLAROSCOPY USING USB DIGITAL MICROSCOPE IN THE ASSESSMENT OF MICROCIRCULATION IN DIABETES MELLITUS NAILFOLD CAPILLAROSCOPY USING USB DIGITAL MICROSCOPE IN THE ASSESSMENT OF MICROCIRCULATION IN DIABETES MELLITUS PROJECT REFERENCE NO. : 37S0841 COLLEGE BRANCH GUIDE : DR.AMBEDKAR INSTITUTE OF TECHNOLOGY,

More information

Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier.

Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier. Biomedical Research 2016; Special Issue: S310-S313 ISSN 0970-938X www.biomedres.info Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier.

More information

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 5, Ver. I (Sept - Oct. 2016), PP 20-24 www.iosrjournals.org Segmentation of Tumor Region from Brain

More information

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) DETECTION OF ACUTE LEUKEMIA USING WHITE BLOOD CELLS SEGMENTATION BASED ON BLOOD SAMPLES

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) DETECTION OF ACUTE LEUKEMIA USING WHITE BLOOD CELLS SEGMENTATION BASED ON BLOOD SAMPLES International INTERNATIONAL Journal of Electronics JOURNAL and Communication OF ELECTRONICS Engineering & Technology AND (IJECET), COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print)

More information

Detection of suspicious lesion based on Multiresolution Analysis using windowing and adaptive thresholding method.

Detection of suspicious lesion based on Multiresolution Analysis using windowing and adaptive thresholding method. Detection of suspicious lesion based on Multiresolution Analysis using windowing and adaptive thresholding method. Ms. N. S. Pande Assistant Professor, Department of Computer Science and Engineering,MGM

More information

Week 2 Video 3. Diagnostic Metrics

Week 2 Video 3. Diagnostic Metrics Week 2 Video 3 Diagnostic Metrics Different Methods, Different Measures Today we ll continue our focus on classifiers Later this week we ll discuss regressors And other methods will get worked in later

More information

Diagnosis System for the Detection of Abnormal Tissues from Brain MRI.

Diagnosis System for the Detection of Abnormal Tissues from Brain MRI. Diagnosis System for the Detection of Abnormal Tissues from Brain MRI Arshad Javed 1, 2, Abdulhameed Rakan Alenezi 1, Wang Yin Chai 2, Narayanan Kulathuramaiyer 2 1 Faculty of Computer Science and Information,

More information

International Journal of Engineering Trends and Applications (IJETA) Volume 4 Issue 2, Mar-Apr 2017

International Journal of Engineering Trends and Applications (IJETA) Volume 4 Issue 2, Mar-Apr 2017 RESEARCH ARTICLE OPEN ACCESS Knowledge Based Brain Tumor Segmentation using Local Maxima and Local Minima T. Kalaiselvi [1], P. Sriramakrishnan [2] Department of Computer Science and Applications The Gandhigram

More information

AUTOMATIC BRAIN TUMOR DETECTION AND CLASSIFICATION USING SVM CLASSIFIER

AUTOMATIC BRAIN TUMOR DETECTION AND CLASSIFICATION USING SVM CLASSIFIER AUTOMATIC BRAIN TUMOR DETECTION AND CLASSIFICATION USING SVM CLASSIFIER 1 SONU SUHAG, 2 LALIT MOHAN SAINI 1,2 School of Biomedical Engineering, National Institute of Technology, Kurukshetra, Haryana -

More information

IJREAS Volume 2, Issue 2 (February 2012) ISSN: LUNG CANCER DETECTION USING DIGITAL IMAGE PROCESSING ABSTRACT

IJREAS Volume 2, Issue 2 (February 2012) ISSN: LUNG CANCER DETECTION USING DIGITAL IMAGE PROCESSING ABSTRACT LUNG CANCER DETECTION USING DIGITAL IMAGE PROCESSING Anita Chaudhary* Sonit Sukhraj Singh* ABSTRACT In recent years the image processing mechanisms are used widely in several medical areas for improving

More information

Change in Femur Shape during Postnatal Development and Growth of C57BL/6 Mice

Change in Femur Shape during Postnatal Development and Growth of C57BL/6 Mice Change in Femur Shape during Postnatal Development and Growth of C57BL/6 Mice Introduction: Disorders of skeletal development, including hip dysplasia, slipped capital femoral epiphysis, and Legg-Calve-Perthes

More information

Segmentation and Analysis of Cancer Cells in Blood Samples

Segmentation and Analysis of Cancer Cells in Blood Samples Segmentation and Analysis of Cancer Cells in Blood Samples Arjun Nelikanti Assistant Professor, NMREC, Department of CSE Hyderabad, India anelikanti@gmail.com Abstract Blood cancer is an umbrella term

More information

Edge Detection Techniques Using Fuzzy Logic

Edge Detection Techniques Using Fuzzy Logic Edge Detection Techniques Using Fuzzy Logic Essa Anas Digital Signal & Image Processing University Of Central Lancashire UCLAN Lancashire, UK eanas@uclan.a.uk Abstract This article reviews and discusses

More information

Algorithms in Nature. Pruning in neural networks

Algorithms in Nature. Pruning in neural networks Algorithms in Nature Pruning in neural networks Neural network development 1. Efficient signal propagation [e.g. information processing & integration] 2. Robust to noise and failures [e.g. cell or synapse

More information

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES International Journal of Civil Engineering and Technology (IJCIET) Volume 10, Issue 02, February 2019, pp. 96-105, Article ID: IJCIET_10_02_012 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=10&itype=02

More information

Available online Journal of Scientific and Engineering Research, 2015, 2(4): Research Article

Available online  Journal of Scientific and Engineering Research, 2015, 2(4): Research Article Available online www.jsaer.com, 2015, 2(4):40-44 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR Age Estimation from Human Face for Crime Investigation Sayantani Ghosh, Samir Kumar Bandyopadhyay Department

More information

ACCELERATING EMPHYSEMA DIAGNOSIS ON LUNG CT IMAGES USING EMPHYSEMA PRE-DETECTION METHOD

ACCELERATING EMPHYSEMA DIAGNOSIS ON LUNG CT IMAGES USING EMPHYSEMA PRE-DETECTION METHOD ACCELERATING EMPHYSEMA DIAGNOSIS ON LUNG CT IMAGES USING EMPHYSEMA PRE-DETECTION METHOD 1 KHAIRUL MUZZAMMIL BIN SAIPULLAH, 2 DEOK-HWAN KIM, 3 NURUL ATIQAH ISMAIL 1 Lecturer, 3 Student, Faculty of Electronic

More information

In-hospital Intensive Care Unit Mortality Prediction Model

In-hospital Intensive Care Unit Mortality Prediction Model In-hospital Intensive Care Unit Mortality Prediction Model COMPUTING FOR DATA SCIENCES GROUP 6: MANASWI VELIGATLA (24), NEETI POKHARNA (27), ROBIN SINGH (36), SAURABH RAWAL (42) Contents Impact Problem

More information

Publisher: Pearson Education, Inc. publishing as Prentice Hall

Publisher: Pearson Education, Inc. publishing as Prentice Hall Section I. Correlation with the Mathematics 2009 SOL and Curriculum Framework Rating 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9 6.10 6.11 6.12 6.13 6.14 6.15 6.16 6.17 6.18 6.19 6.20 Section II. Additional Criteria:

More information

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE SAKTHI NEELA.P.K Department of M.E (Medical electronics) Sengunthar College of engineering Namakkal, Tamilnadu,

More information

COMPUTER AIDED DIAGNOSIS SYSTEM FOR THE IDENTIFICATION AND CLASSIFICATION OF LESSIONS IN LUNGS

COMPUTER AIDED DIAGNOSIS SYSTEM FOR THE IDENTIFICATION AND CLASSIFICATION OF LESSIONS IN LUNGS COMPUTER AIDED DIAGNOSIS SYSTEM FOR THE IDENTIFICATION AND CLASSIFICATION OF LESSIONS IN LUNGS B.MAGESH, PG Scholar, Mrs.P.VIJAYALAKSHMI, Faculty, Ms. M. ABIRAMI, Faculty, Abstract --The Computer Aided

More information

CLASSFICATION OF MALARIAL PARASITE AND ITS LIFE-CYCLE- STAGES IN BLOOD SMEAR

CLASSFICATION OF MALARIAL PARASITE AND ITS LIFE-CYCLE- STAGES IN BLOOD SMEAR CLASSFICATION OF MALARIAL PARASITE AND ITS LIFE-CYCLE- STAGES IN BLOOD SMEAR 1 SRI HARTATI, 2 AGUS HARJOKO, 3 RIKA ROSNELLY, 4 IKA CANDRADEWI 1,2,3 Department of Computer Science and Electronics, Universitas

More information

Computerized Detection System for Acute Myelogenous Leukemia in Blood Microscopic Images

Computerized Detection System for Acute Myelogenous Leukemia in Blood Microscopic Images Computerized Detection System for Acute Myelogenous Leukemia in Blood Microscopic Images Yogesh Ambadas Gajul 1, Rupali Shelke 2 P.G. Student, Department of Electronics Engineering, Walchand Institute

More information

Time-to-Recur Measurements in Breast Cancer Microscopic Disease Instances

Time-to-Recur Measurements in Breast Cancer Microscopic Disease Instances Time-to-Recur Measurements in Breast Cancer Microscopic Disease Instances Ioannis Anagnostopoulos 1, Ilias Maglogiannis 1, Christos Anagnostopoulos 2, Konstantinos Makris 3, Eleftherios Kayafas 3 and Vassili

More information

Skeletal Bone Age Analysis Using Emroi Technique

Skeletal Bone Age Analysis Using Emroi Technique IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 12, Issue 3 (Jul. - Aug. 2013), PP 06-13 Skeletal Bone Age Analysis Using Emroi Technique Dr. Shubhangi D. C

More information