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

Size: px
Start display at page:

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

Transcription

1 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, BANGALORE : MEDICAL ELECTRONICS : A.P.MANJUNATHA STUDENTS : NITHISHI.M MEGHANA.S PRATHIBHA.N Keywords: Diabetes Mellitus, Nailfold Capillaroscopy, Otsu s Method, Segmentation, Template matching, Correlation Introduction: Nailfold capillaroscopy is a simple, non-invasive technique used to assess microcirculation in various diseases such as Systemic Sclerosis, Dermatomyositis, Diabetes Mellitus, and Hypertension etc. Microcirculation is the part of the circulation where oxygen, nutrients, hormones, and waste products are exchanged between circulating blood and parenchyma cells through the blood vessels with a diameter less than 100 μm such as capillaries. In a healthy person, capillaries are hair-pin shaped placed parallel to each other in a fairly uniform distribution. Capillaries exhibit various morphological as well as hemodynamic parameters which vary with the health condition of a person. Important morphological parameters are capillary density, distance between capillaries and capillary dimensions namely length, width and height while Red blood Cell velocity is an important Hemodynamic parameter. Diabetes Mellitus is characterized by the capillary architectures such as tortuosity, avasculature, enlargement and elongation as well as reduction in capillary density. Diabetes is a metabolic disease associated with multiple complications has been a 1

2 major contributor to morbidity and hence has been considered for the study. Most of the studies have employed a high resolution videocapillaroscope to capture the video of microcirculation in capillaries. Panoramic mosaic of video frames is employed for image stabilization. Skeleton extraction is employed to extract the edges of the capillary and later utilized for parameterization of capillary. In Indian context, NC is yet to gain popularity, the probable reasons being the high cost of Video capillaroscope, lack of operational knowledge etc. We have used a USB digital microscope for imaging as suggested by Vivek Vasdev et al which has a convenient image as well as video capture facility. But the image suffers from lowcontrast which needs to be corrected. USB Digital microscope having electronic magnification of 00x, optical magnification of 4.5, and resolution of 104x968, adjustable light intensity generated by eight LEDs embedded in the device and powered by the USB port is used. This study involves image enhancement, segmentation and classification of capillaries for Diabetes in Indian population. A capillary is a microvessel where the actual exchange of nutrients, gases and waste products happen in a circulatory system. Arteries and veins branch out into arterioles and venules which further branch into capillaries. Capillaries have three limbs namely arteriolar, venular and apical limb, each of them having different dimensions as shown in Fig 1(a). In a healthy person as in Fig 1(b), the capillaries are hair-pin shaped appearing parallel to each other with uniform space between them and typically of similar length. But, in a diabetic patient, some capillaries could be extra-ordinarily enlarged as much as five times that of a normal capillary. They are referred to as giant capillaries or sometimes as mega capillaries. In some cases few capillaries can be much longer than others. As the severity of the disease increases some of the capillaries could be missing. This condition is referred to as avasculature. Presence of avascular regions results in capillary density reduction. Another infrequent capillary shape is a twisted or bent capillary called as tortuous capillary which is shown in Fig 1(c). We propose a methodology of classifying the above four capillary structures in a given nailfold capillary image using Template matching.

3 (a) (b) (c) Fig 1: Images from USB digital microscope (a) Single capillary image, (b) Parallel capillary loops as observed in capillary images from a healthy control (c) Tortuous capillaries as observed in capillary images from a diabetic patient Objectives: Nailfold capillaroscopy (NC) has been used popularly for study of microcirculation in various diseases including diabetes mellitus. Capillary images of diabetic patients show a wide range of architecture namely tortuosity, avasculature, enlargement and elongation apart from other characteristics such as reduced capillary density and haemorrhages. A computer assisted classification of various capillary architectures is an important step towards automated diabetes detection. The capillary images are obtained from a USB digital microscope. Gaussian filter followed by Otsu s method of thresholding is used for removal of noise, background and image enhancement. Edge detection on enhanced image is done using the Laplacian filter followed by Template matching using correlation between reference and test samples. The performance is discussed using mean correlation values, confusion matrix and the recognition rate for each of the capillary structure. Methodology: IMAGE IMAGE IMAGE CLASSIFICATION ACQUISITION & ENHANCEMENT SEGMENTATION PROCESSING Fig : Methodology of the proposed framework Methodology of the proposed framework seen in Fig is as explained below; 3

4 Image Acquisition & Processing: The person is placed in sitting position with hands at heart level, immersion oil is applied to the base of the 4th finger of non-dominant hand and the beam of light is focused vertically so that the capillaries could be seen. The room temperature was maintained at 5 degree Celsius, while collecting the images. Fig 3 shows how an image is being acquired from a person. The image acquired from the digital microscope has low contrast with low differentiation between the capillaries and the background. Hence these images have to be processed before classification. Fig 3: Image acquisition from a person with hands placed at heart level. Image Enhancement: The RGB color image of the capillaries obtained from microscope is converted to gray images. This does not alter the quality of the morphological features of interest namely the capillary density, avascular region, enlarged capillary and disorganized capillaries. The nailfold capillary images are low on contrast as well as lighting, with poor demarcation between background and foreground. The histogram of the images showed the pixels of both background and foreground crowded in a narrow region near pixel value of 140. Gaussian filter with the following impulse response given by equation1 is employed a g( x) = e π ax (1) Equation 1. can also be expressed with the standard deviation as parameter and is given by Equation. g ( x) 1 x σ e = () π. σ 4

5 In Equation, x is the distance from the origin in the horizontal axis, and σ is the standard deviation of the Gaussian distribution. We used a rotationally symmetric Gaussian filter of size 5x5 and standard deviations of 0.5.Gaussian filter has the advantages of removing Gaussian noise, rotationally symmetric and also reduce edge blurring. Image Segmentation: Capillary image thresholding is performed using Otsu s method which converts a gray level image to binary image. The algorithm assumes that the image to be segmented contains two classes of pixels and calculates the optimum threshold separating those two classes so that their combined spread (intra-class variance) is minimal. The intra-class variance (the variance within the class), is defined as a weighted sum of variances of the two classes as in Equation 3: σ ω = ω ( t) σ ( t) + ω ( t) σ ( ) (3) ( t) 1 1 t In Equation 3, weights ω i are the probabilities of the two classes separated by a threshold t and σ i, the variances of these classes. The class probability is computed from the histogram as in Equation 4. t ω 1 ( t) = p( i) (4) 0 While the class mean μi (t) is given by Equation 5. µ t [ p( i) x( i) ] 0 1( t ) = (5) ω1 In Equation 5, x(i) is the value at the center of the i th histogram bin of the image. A second derivative filter is used for edge detection on the thresholded NC images. The Laplacian of a segmented image ƒ is defined by Equation 6, f = f =. f (6) = x,..., 1 Equivalently, the Laplacian of ƒ is the sum of all the unmixed second partial derivatives in the Cartesian coordinates x i as defined by Equation 7. x n 5

6 f = n x i= 1 i (7) Fig 4(a) shows original cropped image and Gaussian filtered image is shown in Fig 4(b). Segmented and edge detected image using Otsu s and Laplacian filter is shown in Fig 4(c) and (d) Fig 4 (a) Cropped image (b) Filtered image (c) Segmented image (d) Edge detected image Classification by Template Matching using Correlation: A major task after segmentation is to classify a test sample as healthy or diabetic using Template matching. Template matching is a classical approach of classifying a pattern using Cross Correlation. Template matching involves determining similarities between a given template and windows of the same size in an image and identifying the window that produces the highest similarity measure. For classification, the test sample is compared with each template and exact match is obtained using the correlation function. Correlation is a measure of degree to which the two variables agree, not necessary in actual values but in general behaviour. The two variables are the corresponding pixel values in two images test and reference. The correlation coefficient between a test image A and reference image B is calculated using Equation 8. r( A, B) = ( m n ( A ( A mn A)( B A ) ( mn mn m n m n B) ( B mn B ) (8) Where A is the mean of the test pattern A and B _ is the mean of the reference pattern B. Templates are normalized to 100X65 pixels for single capillary and 100X150 for double capillary and then stored in the database. The database consists of six reference templates of Normal (single capillary), Enlarged, Tortuous, Normal (double capillary), and Avascular and elongated as shown in Table 1. There are 0 samples in each category with a 6

7 total of 100 test samples. Correlation values between the different reference template and test samples are calculated and the mean correlation values are tabulated in Table. Performance of the classifier is analysed using the classification rate as defined in Equation 9. Number of samples correctly classified Classificat ion Rate = (9) Total number of Test samples Normal Enlarged Tortuous Normal Avascular Elongated (a) (b) Table 1. Reference templates for (a) single capillary and (b) double capillary Normal Enlarged Tortuous Normal Enlarged Tortuous (a) Normal Elongated Avascular Normal Elongated Avascular (b) Table. Mean Correlation values between reference templates and test samples (a) Single capillary (b) Double capillary 7

8 Experimental Results: Test sample from the database is cropped and processed using Gaussian filter of 5x5 with a standard deviation of 0.5. Segmentation is performed using Otsu s method with a threshold of Edges are detected using Laplacian filter. The segmented image is then classified as Normal, Enlarged, Tortuous, Avascular, and Elongated using Template matching by correlation. The confusion matrix for each category are tabulated in Table 3. The classification rate for each category is calculated using Equation 9 and tabulated in Table 4. From Table 3 few normal test samples closely resemble enlarged and tortuous samples and hence the classification rate for normal sample is 80%. Few of enlarged and tortuous sample resemble each other and also resemble to a small extent with normal and hence the classification rate for Enlarged sample and tortuous sample is 65% and 70% respectively. Similarly, Avascular and Elongated sample resemble each other and also resemble with normal and hence classification rate for Avascular and Elongated sample is 70 % and 80%. Conclusion & Future Work: Nailfold capillary image having low contrast requires intensity adjustments and this is done using Gaussian filter which remove the noise but retain the edges with great contrast. Thresholding applied on Gaussian filtered images using Otsu s method followed by edge detection gives a proper segmentation of capillary tubular structure standing out against the white background. This segmented image is classified using reference template by correlation. Test samples with the capillary may have slightly different dimensions and slight variation in shape. Hence template matching may not give accurate classification. In future work we will try to extract features from segmented image and then classify using neural network. This, together with measurement of capillary dimension could result in automated nailfold capillaroscopy using digital microscope. 8

9 Normal Enlarged Tortuous Avascular Elongated Normal 16 Enlarged Tortuous 4 14 Avascular 14 4 Elongated 16 Table 3.Confusion Matrix Test sample Normal Enlarged Tortuous Avascular Elongated Classification Rate(%) Table 4. Classification results 9

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

Automated Detection of Vascular Abnormalities in Diabetic Retinopathy using Morphological Entropic Thresholding with Preprocessing Median Fitter

Automated Detection of Vascular Abnormalities in Diabetic Retinopathy using Morphological Entropic Thresholding with Preprocessing Median Fitter IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 3 September 2014 ISSN(online) : 2349-784X Automated Detection of Vascular Abnormalities in Diabetic Retinopathy using Morphological

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

Study And Development Of Digital Image Processing Tool For Application Of Diabetic Retinopathy

Study And Development Of Digital Image Processing Tool For Application Of Diabetic Retinopathy Study And Development O Digital Image Processing Tool For Application O Diabetic Retinopathy Name: Ms. Jyoti Devidas Patil mail ID: jyot.physics@gmail.com Outline 1. Aims & Objective 2. Introduction 3.

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

BLOOD VESSEL DIAMETER MEASUREMENT ON RETINAL IMAGE

BLOOD VESSEL DIAMETER MEASUREMENT ON RETINAL IMAGE Journal of Computer Science 10 (5): 879-883, 2014 ISSN: 1549-3636 2014 doi:10.3844/jcssp.2014.879.883 Published Online 10 (5) 2014 (http://www.thescipub.com/jcs.toc) BLOOD VESSEL DIAMETER MEASUREMENT ON

More information

Cardiovascular System

Cardiovascular System Cardiovascular System Cardiovascular System - Function The cardiovascular system transports, from one part of the body to another: nutrients, oxygen, ions, proteins, hormones and other signaling molecules,

More information

EXTRACTION OF RETINAL BLOOD VESSELS USING IMAGE PROCESSING TECHNIQUES

EXTRACTION OF RETINAL BLOOD VESSELS USING IMAGE PROCESSING TECHNIQUES EXTRACTION OF RETINAL BLOOD VESSELS USING IMAGE PROCESSING TECHNIQUES T.HARI BABU 1, Y.RATNA KUMAR 2 1 (PG Scholar, Dept. of Electronics and Communication Engineering, College of Engineering(A), Andhra

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

Brain Tumor Detection using Watershed Algorithm

Brain Tumor Detection using Watershed Algorithm Brain Tumor Detection using Watershed Algorithm Dawood Dilber 1, Jasleen 2 P.G. Student, Department of Electronics and Communication Engineering, Amity University, Noida, U.P, India 1 P.G. Student, Department

More information

South Asian Journal of Engineering and Technology Vol.3, No.9 (2017) 17 22

South Asian Journal of Engineering and Technology Vol.3, No.9 (2017) 17 22 South Asian Journal of Engineering and Technology Vol.3, No.9 (07) 7 Detection of malignant and benign Tumors by ANN Classification Method K. Gandhimathi, Abirami.K, Nandhini.B Idhaya Engineering College

More information

A New Approach For an Improved Multiple Brain Lesion Segmentation

A New Approach For an Improved Multiple Brain Lesion Segmentation A New Approach For an Improved Multiple Brain Lesion Segmentation Prof. Shanthi Mahesh 1, Karthik Bharadwaj N 2, Suhas A Bhyratae 3, Karthik Raju V 4, Karthik M N 5 Department of ISE, Atria Institute of

More information

Edge detection. Gradient-based edge operators

Edge detection. Gradient-based edge operators Edge detection Gradient-based edge operators Prewitt Sobel Roberts Laplacian zero-crossings Canny edge detector Hough transform for detection of straight lines Circle Hough Transform Digital Image Processing:

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

Extraction of Blood Vessels and Recognition of Bifurcation Points in Retinal Fundus Image

Extraction of Blood Vessels and Recognition of Bifurcation Points in Retinal Fundus Image International Journal of Research Studies in Science, Engineering and Technology Volume 1, Issue 5, August 2014, PP 1-7 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Extraction of Blood Vessels and

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 Tumor Segmentation of Noisy MRI Images using Anisotropic Diffusion Filter

Brain Tumor Segmentation of Noisy MRI Images using Anisotropic Diffusion Filter Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 7, July 2014, pg.744

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

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

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Ritu Verma, Sujeet Tiwari, Naazish Rahim Abstract Tumor is a deformity in human body cells which, if not detected and treated,

More information

This is the published version of a paper published in BioMed Research International. Citation for the original published paper (version of record):

This is the published version of a paper published in BioMed Research International. Citation for the original published paper (version of record): http://www.diva-portal.org This is the published version of a paper published in BioMed Research International. Citation for the original published paper (version of record): Etehad Tavakol, M., Fatemi,

More information

AUTOMATIC DIABETIC RETINOPATHY DETECTION USING GABOR FILTER WITH LOCAL ENTROPY THRESHOLDING

AUTOMATIC DIABETIC RETINOPATHY DETECTION USING GABOR FILTER WITH LOCAL ENTROPY THRESHOLDING AUTOMATIC DIABETIC RETINOPATHY DETECTION USING GABOR FILTER WITH LOCAL ENTROPY THRESHOLDING MAHABOOB.SHAIK, Research scholar, Dept of ECE, JJT University, Jhunjhunu, Rajasthan, India Abstract: The major

More information

TRANSPORTATION AND CIRCULATION THE CIRCULATORY SYSTEM

TRANSPORTATION AND CIRCULATION THE CIRCULATORY SYSTEM TRANSPORTATION AND CIRCULATION THE CIRCULATORY SYSTEM 1 1. Moves nutrients to and waste from cells 2. Pathway for disease fighting agents and hormones 3. Control of body temperature homeostasis 2 The Circulatory

More information

Object Localization Procedure for Intratumoral Microvessel Density Estimation

Object Localization Procedure for Intratumoral Microvessel Density Estimation Object Localization Procedure for Intratumoral Microvessel Density Estimation OVIDIU GRIGORE ANDRE PUGA Telecommunications and Multimedia Department INESC Porto Praça da Republica 93, 4050-497 Porto PORTUGAL

More information

MRI Image Processing Operations for Brain Tumor Detection

MRI Image Processing Operations for Brain Tumor Detection MRI Image Processing Operations for Brain Tumor Detection Prof. M.M. Bulhe 1, Shubhashini Pathak 2, Karan Parekh 3, Abhishek Jha 4 1Assistant Professor, Dept. of Electronics and Telecommunications Engineering,

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

Performance evaluation of the various edge detectors and filters for the noisy IR images

Performance evaluation of the various edge detectors and filters for the noisy IR images Performance evaluation of the various edge detectors and filters for the noisy IR images * G.Padmavathi ** P.Subashini ***P.K.Lavanya Professor and Head, Lecturer (SG), Research Assistant, ganapathi.padmavathi@gmail.com

More information

Numerical Integration of Bivariate Gaussian Distribution

Numerical Integration of Bivariate Gaussian Distribution Numerical Integration of Bivariate Gaussian Distribution S. H. Derakhshan and C. V. Deutsch The bivariate normal distribution arises in many geostatistical applications as most geostatistical techniques

More information

Automatic finger bone joint space width measurement and analysis

Automatic finger bone joint space width measurement and analysis Automatic finger bone joint space width measurement and analysis Swati Bhisikar, Priyanka Bagule, Geetanjali Bhoir, Priyanka Fernando Abstract Arthritis is a form of joint disorder that involves inflammation

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

Diabetic Retinopathy Detection Using Eye Images

Diabetic Retinopathy Detection Using Eye Images CS365:Artificial Intelligence Course Project Diabetic Retinopathy Detection Using Eye Images Mohit Singh Solanki 12419 mohitss@iitk.ac.in Supervisor: Dr. Amitabha Mukherjee April 18, 2015 Abstract Diabetic

More information

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection Y.-H. Wen, A. Bainbridge-Smith, A. B. Morris, Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection, Proceedings of Image and Vision Computing New Zealand 2007, pp. 132

More information

A Hierarchical Artificial Neural Network Model for Giemsa-Stained Human Chromosome Classification

A Hierarchical Artificial Neural Network Model for Giemsa-Stained Human Chromosome Classification A Hierarchical Artificial Neural Network Model for Giemsa-Stained Human Chromosome Classification JONGMAN CHO 1 1 Department of Biomedical Engineering, Inje University, Gimhae, 621-749, KOREA minerva@ieeeorg

More information

A Survey on Localizing Optic Disk

A Survey on Localizing Optic Disk International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 14 (2014), pp. 1355-1359 International Research Publications House http://www. irphouse.com A Survey on Localizing

More information

1 Introduction. Abstract: Accurate optic disc (OD) segmentation and fovea. Keywords: optic disc segmentation, fovea detection.

1 Introduction. Abstract: Accurate optic disc (OD) segmentation and fovea. Keywords: optic disc segmentation, fovea detection. Current Directions in Biomedical Engineering 2017; 3(2): 533 537 Caterina Rust*, Stephanie Häger, Nadine Traulsen and Jan Modersitzki A robust algorithm for optic disc segmentation and fovea detection

More information

Development of novel algorithm by combining Wavelet based Enhanced Canny edge Detection and Adaptive Filtering Method for Human Emotion Recognition

Development of novel algorithm by combining Wavelet based Enhanced Canny edge Detection and Adaptive Filtering Method for Human Emotion Recognition International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 12, Issue 9 (September 2016), PP.67-72 Development of novel algorithm by combining

More information

Identification of Sickle Cells using Digital Image Processing. Academic Year Annexure I

Identification of Sickle Cells using Digital Image Processing. Academic Year Annexure I Academic Year 2014-15 Annexure I 1. Project Title: Identification of Sickle Cells using Digital Image Processing TABLE OF CONTENTS 1.1 Abstract 1-1 1.2 Motivation 1-1 1.3 Objective 2-2 2.1 Block Diagram

More information

Analogization of Algorithms for Effective Extraction of Blood Vessels in Retinal Images

Analogization of Algorithms for Effective Extraction of Blood Vessels in Retinal Images Analogization of Algorithms for Effective Extraction of Blood Vessels in Retinal Images P.Latha Research Scholar, Department of Computer Science, Presidency College (Autonomous), Chennai-05, India. Abstract

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

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

A dynamic approach for optic disc localization in retinal images

A dynamic approach for optic disc localization in retinal images ISSN 2395-1621 A dynamic approach for optic disc localization in retinal images #1 Rutuja Deshmukh, #2 Karuna Jadhav, #3 Nikita Patwa 1 deshmukhrs777@gmail.com #123 UG Student, Electronics and Telecommunication

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

EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY

EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY Namrata 1 and Shaveta Arora 2 1 Department of EECE, ITM University, Gurgaon, Haryana, India. 2 Department of EECE, ITM University, Gurgaon,

More information

Microaneurysm Detection in Digital Retinal Images Using Blood Vessel Segmentation and Profile Analysis

Microaneurysm Detection in Digital Retinal Images Using Blood Vessel Segmentation and Profile Analysis Microaneurysm Detection in Digital Retinal Images Using lood Vessel Segmentation and Profile Analysis Sylish S V 1, Anju V 2 Assistant Professor, Department of Electronics, College of Engineering, Karunagapally,

More information

Feasibility Study in Digital Screening of Inflammatory Breast Cancer Patients using Selfie Image

Feasibility Study in Digital Screening of Inflammatory Breast Cancer Patients using Selfie Image Feasibility Study in Digital Screening of Inflammatory Breast Cancer Patients using Selfie Image Reshma Rajan and Chang-hee Won CSNAP Lab, Temple University Technical Memo Abstract: Inflammatory breast

More information

ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES

ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES P.V.Rohini 1, Dr.M.Pushparani 2 1 M.Phil Scholar, Department of Computer Science, Mother Teresa women s university, (India) 2 Professor

More information

International Journal for Science and Emerging

International Journal for Science and Emerging International Journal for Science and Emerging ISSN No. (Online):2250-3641 Technologies with Latest Trends 8(1): 7-13 (2013) ISSN No. (Print): 2277-8136 Adaptive Neuro-Fuzzy Inference System (ANFIS) Based

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

DC-6. Diagnostic Ultrasound System

DC-6. Diagnostic Ultrasound System DC-6 Diagnostic Ultrasound System MINDRAY is proud to introduce DC-6, a color Doppler ultrasound system for general applications. DC-6 incorporates the latest digital ultrasound image processing technology

More information

International Journal of Advance Engineering and Research Development. Detection of Glaucoma Using Retinal Fundus Images with Gabor Filter

International Journal of Advance Engineering and Research Development. Detection of Glaucoma Using Retinal Fundus Images with Gabor Filter Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 6, June -2015 Detection of

More information

Supplementary Data Dll4-containing exosomes induce capillary sprout retraction ina 3D microenvironment

Supplementary Data Dll4-containing exosomes induce capillary sprout retraction ina 3D microenvironment Supplementary Data Dll4-containing exosomes induce capillary sprout retraction ina 3D microenvironment Soheila Sharghi-Namini 1, Evan Tan 1,2, Lee-Ling Sharon Ong 1, Ruowen Ge 2 * and H. Harry Asada 1,3

More information

Diabetic Retinopathy Classification using SVM Classifier

Diabetic Retinopathy Classification using SVM Classifier Diabetic Retinopathy Classification using SVM Classifier Vishakha Vinod Chaudhari 1, Prof. Pankaj Salunkhe 2 1 PG Student, Dept. Of Electronics and Telecommunication Engineering, Saraswati Education Society

More information

Bapuji Institute of Engineering and Technology, India

Bapuji Institute of Engineering and Technology, India Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Segmented

More information

Detection and Classification of Diabetic Retinopathy using Retinal Images

Detection and Classification of Diabetic Retinopathy using Retinal Images Detection and Classification of Diabetic Retinopathy using Retinal Images Kanika Verma, Prakash Deep and A. G. Ramakrishnan, Senior Member, IEEE Medical Intelligence and Language Engineering Lab Department

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

Daniel da Silva Diogo Lara. Arnaldo Albuquerque de Araújo

Daniel da Silva Diogo Lara. Arnaldo Albuquerque de Araújo A Semi-Automatic Me ethodology for Segmentation of the Coron nary Artery Tree from An ngiography Daniel da Silva Diogo Lara David Menotti Gomes Arnaldo Albuquerque de Araújo Sum mmary Introduction Definitions

More information

ANALYSIS OF MALIGNANT NEOPLASTIC USING IMAGE PROCESSING TECHNIQUES

ANALYSIS OF MALIGNANT NEOPLASTIC USING IMAGE PROCESSING TECHNIQUES ANALYSIS OF MALIGNANT NEOPLASTIC USING IMAGE PROCESSING TECHNIQUES N.R.Raajan, R.Vijayalakshmi, S.Sangeetha School of Electrical & Electronics Engineering, SASTRA University Thanjavur, India nrraajan@ece.sastra.edu,

More information

BLOOD VESSELS SEGMENTATION BASED ON THREE RETINAL IMAGES DATASETS

BLOOD VESSELS SEGMENTATION BASED ON THREE RETINAL IMAGES DATASETS BLOOD VESSELS SEGMENTATION BASED ON THREE RETINAL IMAGES DATASETS Sara Bilal 1, Fatin Munir 2 and Mostafa Karbasi 3 1 Department of Science, International Islamic University Malaysia, Malaysia 2 Department

More information

Physiology of Circulation

Physiology of Circulation Physiology of Circulation Dr. Ali Ebneshahidi Blood vessels Arteries: Blood vessels that carry blood away from the heart to the lungs and tissues. Arterioles are small arteries that deliver blood to the

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

CHAPTER 2 LITERATURE REVIEW

CHAPTER 2 LITERATURE REVIEW CHAPTER 2 LITERATURE REVIEW 2.1 Introduction The retina is a light-sensitive tissue lining the inner surface of the eye. The optics of the eye create an image of the visual world on the retina, which serves

More information

Health Science 20 Circulatory System Notes

Health Science 20 Circulatory System Notes Health Science 20 Circulatory System Notes Functions of the Circulatory System The circulatory system functions mainly as the body s transport system. It transports: o Oxygen o Nutrients o Cell waste o

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

Earlier Detection of Cervical Cancer from PAP Smear Images

Earlier Detection of Cervical Cancer from PAP Smear Images , pp.181-186 http://dx.doi.org/10.14257/astl.2017.147.26 Earlier Detection of Cervical Cancer from PAP Smear Images Asmita Ray 1, Indra Kanta Maitra 2 and Debnath Bhattacharyya 1 1 Assistant Professor

More information

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION 2018 IJSRSET Volume 4 Issue 2 Print ISSN: 2395-1990 Online ISSN : 2394-4099 National Conference on Advanced Research Trends in Information and Computing Technologies (NCARTICT-2018), Department of IT,

More information

Science 8 Unit 1 Pack:

Science 8 Unit 1 Pack: Science 8 Unit 1 Pack: Name Section 1: Observing Living Things Living things have characteristics that help them survive in their environment Small organisms can observed with the help of microscopes Words

More information

AUTOMATIC RETINAL VESSEL TORTUOSITY MEASUREMENT

AUTOMATIC RETINAL VESSEL TORTUOSITY MEASUREMENT Journal of Computer Science 9 (11): 1456-1460, 2013 ISSN: 1549-3636 2013 doi:10.3844/jcssp.2013.1456.1460 Published Online 9 (11) 2013 (http://www.thescipub.com/jcs.toc) AUTOMATIC RETINAL VESSEL TORTUOSITY

More information

Comparison of qualitative and quantitative analysis of capillaroscopic findings in patients with rheumatic diseases

Comparison of qualitative and quantitative analysis of capillaroscopic findings in patients with rheumatic diseases DOI 10.1007/s00296-011-2222-2 ORIGINAL ARTICLE Comparison of qualitative and quantitative analysis of capillaroscopic findings in patients with rheumatic diseases Sevdalina Nikolova Lambova Walter Hermann

More information

Design and Implementation System to Measure the Impact of Diabetic Retinopathy Using Data Mining Techniques

Design and Implementation System to Measure the Impact of Diabetic Retinopathy Using Data Mining Techniques International Journal of Innovative Research in Electronics and Communications (IJIREC) Volume 4, Issue 1, 2017, PP 1-6 ISSN 2349-4042 (Print) & ISSN 2349-4050 (Online) DOI: http://dx.doi.org/10.20431/2349-4050.0401001

More information

Information Processing During Transient Responses in the Crayfish Visual System

Information Processing During Transient Responses in the Crayfish Visual System Information Processing During Transient Responses in the Crayfish Visual System Christopher J. Rozell, Don. H. Johnson and Raymon M. Glantz Department of Electrical & Computer Engineering Department of

More information

Microvascular Changes in Patients with Psoriatic Arthritis as Shown in Nail Fold Capillaroscopy

Microvascular Changes in Patients with Psoriatic Arthritis as Shown in Nail Fold Capillaroscopy International Journal of Sciences: Basic and Applied Research (IJSBAR) ISSN 2307-4531 (Print & Online) http://gssrr.org/index.php?journal=journalofbasicandapplied ---------------------------------------------------------------------------------------------------------------------------

More information

ISSN (Online): International Journal of Advanced Research in Basic Engineering Sciences and Technology (IJARBEST) Vol.4 Issue.

ISSN (Online): International Journal of Advanced Research in Basic Engineering Sciences and Technology (IJARBEST) Vol.4 Issue. This work by IJARBEST is licensed under a Creative Commons Attribution 4.0 International License. Available at https://www.ijarbest.com ISSN (Online): 2456-5717 SVM based Diabetic Retinopthy Classification

More information

ARTERY/VEIN CLASSIFICATION AND DETECTION OF NEW VESSELS

ARTERY/VEIN CLASSIFICATION AND DETECTION OF NEW VESSELS ARTERY/VEIN CLASSIFICATION AND DETECTION OF NEW VESSELS Neethu M Nair Dept. of Computer Science & Engg, SBCEW Pathanamthitta Abstract The classification of retinal vessels into artery/vein (A/V) is an

More information

The Photoplethysmography Imaging Device for Non-contact Monitoring of Sympathetic Blocks

The Photoplethysmography Imaging Device for Non-contact Monitoring of Sympathetic Blocks The Photoplethysmography Imaging Device for Non-contact Monitoring of Sympathetic Blocks U.Rubins 1, A.Miscuks 2, I.Golubovska 2, M.Aron 3 and J.Spigulis 1 1 Institute of Atomic Physics and Spectroscopy,

More information

AUTOMATIC FUNDUS IMAGE FIELD DETECTION AND QUALITY ASSESSMENT

AUTOMATIC FUNDUS IMAGE FIELD DETECTION AND QUALITY ASSESSMENT AUTOMATIC FUNDUS IMAGE FIELD DETECTION AND QUALITY ASSESSMENT Gajendra Jung Katuwal 1, John Kerekes 1, Rajeev Ramchandran 3, Christye Sisson 2, and Navalgund Rao 1 1 Chester F. Carlson Center for Imaging

More information

C3, 4, 5, 6, & 7 Worksheet. C3 Describe the inter-relationships of the structures of the heart

C3, 4, 5, 6, & 7 Worksheet. C3 Describe the inter-relationships of the structures of the heart Name: Date: C3, 4, 5, 6, & 7 Worksheet C3 Describe the inter-relationships of the structures of the heart 1. Label and give the functions of the following: a. left and right atrium: b. left and right ventricle:

More information

OpticDiscandBloodVesselsScreeninginDiabetesMellitususingOtsusMethod

OpticDiscandBloodVesselsScreeninginDiabetesMellitususingOtsusMethod : Radiology, iagnostic Imaging and Instrumentation Volume 16 Issue 1 Version 1.0 Year 2016 Type: ouble Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN:

More information

Clustering of MRI Images of Brain for the Detection of Brain Tumor Using Pixel Density Self Organizing Map (SOM)

Clustering of MRI Images of Brain for the Detection of Brain Tumor Using Pixel Density Self Organizing Map (SOM) IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 6, Ver. I (Nov.- Dec. 2017), PP 56-61 www.iosrjournals.org Clustering of MRI Images of Brain for the

More information

A Review of Techniques for Lung Cancer Detection

A Review of Techniques for Lung Cancer Detection International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Review Article A Review

More information

AALBORG UNIVERSITY, SEMCON, 21. DECEMBER

AALBORG UNIVERSITY, SEMCON, 21. DECEMBER AALBORG UNIVERSITY, SEMCON, 21. DECEMBER 2007 1 Automatic algorithm for segmentation, registration, and fusion of digital fundus retinal images from patients suffering from diabetic retinopathy Mads Bo

More information

Keywords Fuzzy Logic, Fuzzy Rule, Fuzzy Membership Function, Fuzzy Inference System, Edge Detection, Regression Analysis.

Keywords Fuzzy Logic, Fuzzy Rule, Fuzzy Membership Function, Fuzzy Inference System, Edge Detection, Regression Analysis. 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 Modified Fuzzy

More information

Chapter 1: Exploring Data

Chapter 1: Exploring Data Chapter 1: Exploring Data Key Vocabulary:! individual! variable! frequency table! relative frequency table! distribution! pie chart! bar graph! two-way table! marginal distributions! conditional distributions!

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

Blood Vessels and Our Pulse

Blood Vessels and Our Pulse Blood Vessels and Our Pulse Blood Vessels in Your Body All the blood vessels in your body joined together in a straight line would reach from St. John s, Newfoundland, to Victoria, British Columbia, and

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

I. Adaptations for Transport Figure 1: Open Circulation. Open Circulation:

I. Adaptations for Transport Figure 1: Open Circulation. Open Circulation: I. Adaptations for Transport Figure 1: Open Circulation Open Circulation: Arthropods have an Open Circulatory System. The circulatory fluid does not contain hemoglobin (Hb) & therefore does not function

More information

International Journal of Computer Sciences and Engineering. Review Paper Volume-5, Issue-12 E-ISSN:

International Journal of Computer Sciences and Engineering. Review Paper Volume-5, Issue-12 E-ISSN: International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-5, Issue-12 E-ISSN: 2347-2693 Different Techniques for Skin Cancer Detection Using Dermoscopy Images S.S. Mane

More information

PERFORMANCE EVALUATION OF CURVILINEAR STRUCTURE REMOVAL METHODS IN MAMMOGRAM IMAGE ANALYSIS

PERFORMANCE EVALUATION OF CURVILINEAR STRUCTURE REMOVAL METHODS IN MAMMOGRAM IMAGE ANALYSIS 1-02 Performance Evaluation Of Curvilinear Structure Removal Methods In Mammogram Image Analysis PERFORMANCE EVALUATION OF CURVILINEAR STRUCTURE REMOVAL METHODS IN MAMMOGRAM IMAGE ANALYSIS Setiawan Hadi

More information

A Novel Method for Automatic Optic Disc Elimination from Retinal Fundus Image Hetal K 1

A Novel Method for Automatic Optic Disc Elimination from Retinal Fundus Image Hetal K 1 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 01, 2015 ISSN (online): 2321-0613 A Novel Method for Automatic Optic Disc Elimination from Retinal Fundus Image Hetal K

More information

Natural Scene Statistics and Perception. W.S. Geisler

Natural Scene Statistics and Perception. W.S. Geisler Natural Scene Statistics and Perception W.S. Geisler Some Important Visual Tasks Identification of objects and materials Navigation through the environment Estimation of motion trajectories and speeds

More information

BraTS : Brain Tumor Segmentation Some Contemporary Approaches

BraTS : Brain Tumor Segmentation Some Contemporary Approaches BraTS : Brain Tumor Segmentation Some Contemporary Approaches Mahantesh K 1, Kanyakumari 2 Assistant Professor, Department of Electronics & Communication Engineering, S. J. B Institute of Technology, BGS,

More information

Mr. Ulrich Circulatory Review Name: Regents Biology

Mr. Ulrich Circulatory Review Name: Regents Biology Mr. Ulrich Circulatory Review Name: Regents Biology 1. The muscular nature of the walls of ventricles is most closely associated with their function of A) storing blood from the body B) producing red blood

More information

DIFFERENCE-BASED PARAMETER SET FOR LOCAL HEARTBEAT CLASSIFICATION: RANKING OF THE PARAMETERS

DIFFERENCE-BASED PARAMETER SET FOR LOCAL HEARTBEAT CLASSIFICATION: RANKING OF THE PARAMETERS DIFFERENCE-BASED PARAMETER SET FOR LOCAL HEARTBEAT CLASSIFICATION: RANKING OF THE PARAMETERS Irena Ilieva Jekova, Ivaylo Ivanov Christov, Lyudmila Pavlova Todorova Centre of Biomedical Engineering Prof.

More information

Circulation. Sinoatrial (SA) Node. Atrioventricular (AV) Node. Cardiac Conduction System. Cardiac Conduction System. Linked to the nervous system

Circulation. Sinoatrial (SA) Node. Atrioventricular (AV) Node. Cardiac Conduction System. Cardiac Conduction System. Linked to the nervous system Circulation Cardiac Conduction System AHS A H S Your body resembles a large roadmap. There are routes or arteries that take you downtown to the heart of the city and veins that take you to the outskirts

More information

Reliability of dermoscopy in the assessment of patients with Raynaud s phenomenon

Reliability of dermoscopy in the assessment of patients with Raynaud s phenomenon RHEUMATOLOGY Rheumatology 2010;49:542 547 doi:10.1093/rheumatology/kep408 Advance Access publication 22 December 2009 Original article Reliability of dermoscopy in the assessment of patients with Raynaud

More information

[Solunke, 5(12): December2018] ISSN DOI /zenodo Impact Factor

[Solunke, 5(12): December2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES SKIN CANCER DETECTION USING MATLAB AND IMAGE PROCESSING TOOLSBOX Solunke Ganesh S. Institute of Management Studies and Information Technology, Aurangabad,

More information

Localization of cancerous changes in images of breast tissue

Localization of cancerous changes in images of breast tissue Proceedings of the International Multiconference on Computer Science and Information Technology pp. 413 417 ISBN 978-83-60810-22-4 ISSN 1896-7094 Localization of cancerous changes in images of breast tissue

More information

Gabor Wavelet Approach for Automatic Brain Tumor Detection

Gabor Wavelet Approach for Automatic Brain Tumor Detection Gabor Wavelet Approach for Automatic Brain Tumor Detection Akshay M. Malviya 1, Prof. Atul S. Joshi 2 1 M.E. Student, 2 Associate Professor, Department of Electronics and Tele-communication, Sipna college

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

Physics of the Cardiovascular System

Physics of the Cardiovascular System Dentistry College Medical Physics Physics of the Cardiovascular System The cells of the body act like individual engines. In order for them to function they must have: - 1. Fuel from our food to supply

More information