Echogenicity measuring of ultrasound images based on multi-agent system to appraisal of diagnosis

Size: px
Start display at page:

Download "Echogenicity measuring of ultrasound images based on multi-agent system to appraisal of diagnosis"

Transcription

1 Echogenicity measuring of ultrasound images based on multi-agent system to appraisal of diagnosis JIŘÍ BLAHUTA, TOMÁŠ SOUKUP, PETR ČERMÁK, DALIBOR HULA Department of Informatics Silesian University in Opava Bezručovo nám. 13, Opava CZECH REPUBLIC MICHAL VEČEREK Faculty of Electrical Engineering and Computer Science VŠB-TUO Ostrava Tř. 17. listopadu 15, Ostrava CZECH REPUBLIC Abstract: - This presented paper is focused on image processing of transcranial sonography (TCS) images to Parkinson s disease recognition by means of own developed MATLAB application, more precisely on the first phase of pre-processing of TCS images. This phase is realized by using multi-agent (MAS) system which analyze brightness inside ROI substantia nigra, more precisely echogenicity substantia nigra to potential risk of parkinsonism. Firstly, we detect global brightness of cut with ROI and subsequently only locally inside substantia nigra to detect lesions. Furthermore, paper also briefly presents phase of the main processing with exact measuring SN area and post-processing with saving the measured values to further analysis. Key-Words: - MATLAB, ultrasound, substantia nigra, agent, Parkinson, percentile, blocks, submatrix, diagnosis 1 Introduction Medical imaging is very important in modern medicine. The main benefit is using of DICOM format for all used modalities; such as ultrasound, CT, etc. We developed a MATLAB-based application with GUI for processing of ultrasound TCS images to potential Parkinson s disease (PD) detection. This application is focused on ROI-based processing with artificial intelligence elements, more precisely using of a multi-agent system. This application has been tested for different US devices and artificial intelligence elements which help to semi-automatic detection. In the text below we will present the first phase of the processing; using of MAS to local echogenicity detection. This phase is useful as the first warning that are detected suspicious lesions in ROI which may means PD. This warning can be confirmed in the main phase of the processing where we measure SN area depend on binary threshold, see below. 2 Loading an image and cut Generally, this application is useful to potential detection of PD which is generally characterized by damaging substantia nigra (SN) area. SN is an elongated nucleus situated in each cerebral peduncle lateral to the red nucleus with cells containing melanin 1 and produce dopamine to correct function of the CNS. The main criterion is the area of SN, risk threshold is cm 2. So, we will measure risk threshold area to detection PD and non-pd cases. Critical analysis of PD is described in details in [14]. PD is caused by the death of dopaminergic neurons. It is a degenerative disease of basal ganglias inside the brain. The main symptoms of PD include muscle rigidity, tremor and changes in 1 bstantia_nigra.aspx?s=substantia+nigra&mode=1&syn=&scope = This research has been supported by grants SGS 6/2011. ISBN:

2 speech and gait, bradykinesia, sleep disorders and more. 2 Detailed information about SN and PD symptoms and US background are available in [5], [7], [9] and [11]. The following figure shows the brain-stem area 3 and corresponding TCS image with mm window to cut. Furthermore, application automatically converts RGB input into grayscale by means of the following equation (1). (2) So, we consider an image in form of the discrete matrix DI as follows:, (3) and each pixel p is represented as p(x, y) up to p(m, n) with gray level intensity I. It is necessary to further processing by MAS and also to measuring of the area. The following flowchart introduces the main steps of our designed processing. 3 Using of multi-agent system to lesions detection Multi-agent systems (MAS) 5 are strong tool of distributed artificial intelligence for different branches which include image processing. MAS are interdisciplinary science based on cognitive science robotics and related disciplines of artificial intelligence. Generally we can describe MAS as a finite set of n autonomous agents:, (4) Fig. 1 Substantia nigra in the brain and corresponding TCS image To further processing we will need 50x50 mm area only which is highlighted on Fig. 1. Application also provides automatically cut the input image depend on device preset set of images from the same device has the same resolution and we can simply cut mm area from axis which is computed from Euclidean distance for two points with coordinates (x 1, y 1 ) and (x 2, x 2 ) in case of 2-D space, therefore in 2-D discrete image is given by the Pythagorean theorem 4 as follows: (1) which can communicate and cooperate and are situated in appropriate environment, in our case agents are situated in 2-D image, more precisely image matrix. Each agent is autonomous and can communicate with other agents within MAS and solve the problem together. In our research we use software agents only, thus MAS is represented as an autonomous source code. More information about MAS and using are available in [8]. After the initial processing including load of the input image and cut, we need the second part which is applicable for MAS. We can use MAS to checking intensity in two steps, more precisely with using of 2 agents which communicate. In accordance with the fact that B-MODE 6 is static ultrasound imaging which is primarily based on gray-level intensity according to tissue density, /b_mode.aspx?s=b-mode&mode=1&syn=&scope= ISBN:

3 checking of image quality and subsequently detection of lesions in SN is based on intensity of gray. The brightness of each dot is determined by the echo amplitude. The following flow-chart describes using of the agents in this instance: Each submatrix DI i contains finite number of pixels depend on image resolution. For our work are not decisive the number of pixels, we need to work with real dimensions from native US axis in DICOM image. Each submatrix (block) is represented by 1 intensity value computed from intensities of pixels inside the block. Fig. 3 Block processing of the input image 50x50 mm to image quality detection Each block DI i for i=1 to n (in this instance n=64) (submatrix) is represent as average value of the pixels inside the block. We consider the submatrix DI i which contains the pixels with coordinates p(x,y) as follows:. (6) Indexes u, v represent resolution of the block DI i, thus number of pixels in the block. For each DI i was computed average value of intensity which represents the block:. (7) Fig. 2 Flow chart of MAS processing 3.1 Agent to global analysis We will work with image mm as we described in the previous chapter. We divide input image, thus matrix DI, into 8 8 subregions. Each block represents the average intensity value of pixels which are inside block, thus we get 64 values. Mathematically, we divided image matrix DI into 8 submatrices DI 1, DI 2,,DI 64 (8 8) as follows:. (5) So, agent has environment represented by 2-D block from image. Inside each region (block) we constructed independently an agent which must detect if inside region average intensity exceeds 25, moreover is computed minimal value of intensity. This value has been MAS is composed by these agents which operate inside each block independently. The following figure shows an original input mm and divided into blocks for agent detection. Subsequently is determined block with minimal intensity from the blocks (5): (8) where DI i is i-th block (submatrix DI i ). ISBN:

4 In other words, we must check that minimal intensity from blocks does not exceed 25. If this minimal intensity exceeds 25, input image may be corrupted by manual set of intensity and lesions may be judged as pathology in spite of that patient is physiological (non-pd). 3.2 Agent to local SN analysis Agent which detects global intensity of the input image and its average in blocks, is useful to global properties of image. In other words, this agent detect that input image is not corrupted by over-brightness. Agent to local SN analysis is similar to previously described but now agent will operate only inside SN ROI. In other words, agent will not detect intensity globally from whole image mm but only for SN area. Firstly, with regard to smaller area of SN than the whole image mm, we must change division into blocks from 8x8 into blocks (submatrices), thus we get 1024 blocks. In MATLAB is given by blockproc function: fun mean2(block_struct.data)* ones(size(block_struct.data)); relg2 = blockproc(greyimage,[d/32 d/32],fun); Fig. 4 Blocks 32x32 to local analysis of the average intensity values in ROI SN only Where x is x-resolution of image and y represents y- resolution. From variables xc and yc which represent center c(xc,yc) we measured where is SN located in consideration of c. Hence, SN area was computed: wsnl = imcrop(relg2,[xc-40 yc ]); In case of using of different set of images will be variables xc and yc different in consideration of image resolution; different mm window. In the previous case of the global image analysis we found block with minimal intensity value (8). Computing of minimal value of intensity is nonobjective regard to SN area. In the previous case we computed global brightness of image to determination if an input image is corrupted or not. In case of local SN intensity we will compute average value from all 1024 blocks where each of them is represented by average value (6) of pixel intensity, see the previous chapter. We distinguished 3 cases of detected average value to suspicion on PD: if ag2 < 20 msgbox(int2str(ag2) 'is the average intensity value in SN, No lesions with high gray-level intensity, there is no risk of PD') elseif 20 < ag2 < 25 msgbox(int2str(ag2) 'is the average intensity value in SN => potential risk of PD') else > 30 msgbox('is the average intensity value in SN => patient with risk of PD') end and subsequently we will get one from the message about average value inside ROI SN: The agent work only in presented cut of SN area area; will be eliminated neighboring blocks which may be undesirable to local brightness level. Thus, this agent computes average value (3) inside SN area to potential occurrence of lesions inside SN. Due to equal resolution of used set of images we know where is SN located. We computed the center c of the image with coordinates xc and yc: (9) Fig. 5 Dialog with the average gray-level intensity and risk of PD For different images, where the global gray-level intensity, agent may be modified for a new set of images and rules to distinction of PD and non-pd ISBN:

5 may have different values of the gray-level intensity. The algorithm is based on the following steps: create image divided into 32x32 blocks; each of them represents average intensity of pixels agent go through the blocks and checks average intensity in ROI SN the result of potential PD is given by the previous IF-ELSEIF-ELSE condition depend on average intensity value This method to find the average value of graylevel intensity efficiently eliminates isolated pixels (4 or less). It is very important to the correct detection. If in SN will be an isolated pixel with high intensity (T > 30) and another will be very dark down to T = 0, the average value does not exceed 30 and this isolated pixel will not be considered as the lesion to PD. If the first agent, which detect minimal intensity value on image divided into blocks 8 8, detect minimal intensity exceeds T = 25, the second agent will not continue for local intensity detection in SN. The first agent hands information about global intensity to the second agent. 4 ROI-based main processing To further processing after MAS-based detection we need ROI-based processing. We require the elliptical ROI with area A = 50 mm 2 with rake angle of 60, which is needed to ROI definition. Shape, size and rake angle of ROI were assigned by neurologist. The following figure shows the example of used ROI. block processing 1 1 mm. The area has been computed from binary image number of blocks to get the real area in mm 2. The main goal of this ROI processing is computing of area inside ROI to detection pathology or physiology which is depending on black or light regions inside ROI and we will get the following graph with 90 th percentile curve which has been computed from a set of non-pd patients. Fig. 7 Measuring of the SN area in mm 2 depending on the intensity T with referential curve of 90 th percentile Shape of these curves depends on decreasing area in ROI depending on intensity. Firstly, from a set of 100 images, we computed 90 th percentile from ROI-based area measurement as we described. This curve of 90 th percentile represents the border between non-pd and PD patients. Subsequently is computed difference between 90 th percentile as border and curve which represents measuring of examined patient (10). This difference was computed by sum of measuring values of ROI area (256 values for intensity T = 0,1,2, 255) for an examined patient and referential curve of 90 th percentile. The referential curve was computed by once and is fixed., (10) where ap is the ROI SN area of the examined patient and ar is the ROI SN area for the referential 90 th percentile curve. More information about reproducibility of the used method are available in [3] and [4]. Fig. 6 Used ROI to the main processing This phase is based on binary thresholding in ROI area and computing of area of defects in this ROI for all intensity levels T 0; 255. We will get a graph with computed area which is computed from 5 Conclusion In the presented paper has been showed and described using of MAS to medical image processing. This MAS has been designated for preprocessing phase of ultrasound TCS images. The MAS has two main goals. Firstly, checking of image quality on input based on block-processing with 8 8 blocks (grid) with average values of ISBN:

6 intensity and subsequently finding of minimal intensity in the image. If minimal intensity exceeds 25, the input image might be corrupted. The second part of the MAS is used to finding of average value of intensity only in ROI SN area to potential PD diagnosis. With regard to smaller area was designed the grid with smaller blocks 32x32. This agent which checks average value only in ROI SN communicates with the first agent which checks global quality of the input TCS image. If the first agent detects that input image may be corrupted due to badly setup of ultrasound gain, the second does not work; in ROI SN will be find incorrect values due to incorrect input. The agents are designed as isolated part of the source code in our developed MATLAB application. These agents work before the main processing and secure a fast basic image analysis. The second agent has 3 different states which determine that patient is probably diseased or not. After this phase pre-processing based on MAS for testing of the image quality and local average intensity follows the main processing based on ROIbased computing of the area in mm 2 in ROI SN depending on the intensity T and subsequently is appraised that examined patient has PD features (lesions in SN) or not by the referential curve as border of non-pd patients. The future work will be focused on improving of MAS. Agents should be adaptable with learning of the gray-level intensity by re-inforcement learning method from different sets of ultrasound images. Thus, agents would learn to recognize different gray-level intensity of the lesions depending on global average level of intensity, resolution and position of SN area. The detection of the lesions in SN will be more accurate and intelligent depending on input image with different global gray-level intensity. Moreover, number of the agents should be higher and each of them should find different criterion such as number of isolated pixels, relative gray-level intensity according to the image, etc. References: [1] Becker, G.: Degeneration of substantia nigra in chronic Parkinson s disease visualized by transcranial color-coded real-time sonography, 1995, Journal of Neuroimaging 45. [2] Blahuta J., Soukup T., Čermák P., The image recognition of brain-stem ultrasound images with using a neural network based on PCA, Medical Measurements and Applications Proceedings (MeMeA), 2011 IEEE International Workshop on BARI, 2011, ISBN: [3] Blahuta J., Soukup T., Čermák P., The ROI defect statistical analysis of substantia nigra to reproducibility of designed experimental algorithm for potential PD diagnosis, Mathematical Methods and Techniques in Engineering, Catania,Wseas Press, ISBN: [4] Blahuta J., Soukup T., Čermák P., Automatic ROI positioning in ultrasound TCS image using artificial intelligence to Parkinson s disease risk, Recent Researches in Applied Information Science, 2012, Faro, Wseas Press, ISBN: , pp [5] Gelb, D., O. E. G.-S.: Diagnostic criteria for Parkinson s dinase, Archives of Neurology 56(1), 1999, pp [6] Principe J. C., Euliano N. R., Lefebvre W. C., Neural and Adaptive Systems: Fundamentals Through Simulations, 2000, John Wiley & Sons, Inc. [7] Schreiber, J., Sojka, E., Ličev, L., Škňouřilová, P., Gaura, J., Školoudík, D.: A new method for the detection of brain stem in transcranial ultrasound images, Proceedings of Biosignals 2008, [8] Shoham Y., Leiton-Brown K.: Multiagent Systems: Algorithmic, Game-Theoretic, and Logical Foundations, Cambridge University Press, 2008, ISBN [9] Školoudík, D.: Reproducibility of sonographic measurement of the substantia nigra, Ultrasound in Medicine & Biology (9), 2007, pp [10] Walter U, Wittstock M, Benecke R, Dressler D: Substantia nigra echogenicity is normal in nonextrapyramidal cerebral disorders but increased in Parkinson's dinase, J Neural Transm. 2002, 109:, pp [11] Webster DD: Critical analysis of the disability in Parkinson's disease, Mod Treat, 1968, 5:, pp ISBN:

MICROCHIP PATTERN RECOGNITION BASED ON OPTICAL CORRELATOR

MICROCHIP PATTERN RECOGNITION BASED ON OPTICAL CORRELATOR 38 Acta Electrotechnica et Informatica, Vol. 17, No. 2, 2017, 38 42, DOI: 10.15546/aeei-2017-0014 MICROCHIP PATTERN RECOGNITION BASED ON OPTICAL CORRELATOR Dávid SOLUS, Ľuboš OVSENÍK, Ján TURÁN Department

More information

Computer Assisted Image Analysis 1 GW 1, Filip Malmberg Centre for Image Analysis Deptartment of Information Technology Uppsala University

Computer Assisted Image Analysis 1 GW 1, Filip Malmberg Centre for Image Analysis Deptartment of Information Technology Uppsala University Computer Assisted Image Analysis 1 GW 1, 2.1-2.4 Filip Malmberg Centre for Image Analysis Deptartment of Information Technology Uppsala University 2 Course Overview 9+1 lectures (Filip, Damian) 5 computer

More information

Feature analysis of EEG signals using SOM

Feature analysis of EEG signals using SOM 1 Portál pre odborné publikovanie ISSN 1338-0087 Feature analysis of EEG signals using SOM Gráfová Lucie Elektrotechnika, Medicína 21.02.2011 The most common use of EEG includes the monitoring and diagnosis

More information

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

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

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

More information

THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION

THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION Aufa Zin, Kamarul Hawari and Norliana Khamisan Faculty of Electrical and Electronics Engineering, Universiti Malaysia Pahang, Pekan,

More information

White Paper. The Advantages of Hybrid Gamma PXL. 1 Introduction Outline of Hybrid Gamma PXL Study Results...

White Paper. The Advantages of Hybrid Gamma PXL. 1 Introduction Outline of Hybrid Gamma PXL Study Results... White Paper The Advantages of Hybrid Gamma PXL CONTENTS 1 Introduction... 2 2 Outline of Hybrid Gamma PXL... 4 3 Study... 5 4 Results... 7 5 Conclusions... 10 No.17-001 Revision A November 2017 Product

More information

A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter

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

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

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

More information

Segmentation of Liver CT Images

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

More information

Medical Application of Digital Image Processing Based on MATLAB

Medical Application of Digital Image Processing Based on MATLAB Medical Application of Digital Image Processing Based on MATLAB Li Yang School of Civil Engineering and Architecture, Southwest Petroleum University, Chengdu, 610500,China ABSTRACT Image is the main source

More information

AN AUDIO SEPARATION SYSTEM BASED ON THE NEURAL ICA METHOD

AN AUDIO SEPARATION SYSTEM BASED ON THE NEURAL ICA METHOD AN AUDIO SEPARATION SYSTEM BASED ON THE NEURAL ICA METHOD MICHAL BRÁT, MIROSLAV ŠNOREK Czech Technical University in Prague Faculty of Electrical Engineering Department of Computer Science and Engineering

More information

Sanjivani Bhande 1, Dr. Mrs.RanjanaRaut 2

Sanjivani Bhande 1, Dr. Mrs.RanjanaRaut 2 Intelligent Decision Support System for Parkinson Diseases Using Softcomputing Sanjivani Bhande 1, Dr. Mrs.RanjanaRaut 2 1 Dept. of Electronics Engg.,B.D.C.E., Wardha, Maharashtra, India 2 Head CIC, SGB,

More information

Digital image processing vs. computer vision Higher-level anchoring

Digital image processing vs. computer vision Higher-level anchoring Digital image processing vs. computer vision Higher-level anchoring Václav Hlaváč Czech Technical University in Prague Faculty of Electrical Engineering, Department of Cybernetics Center for Machine Perception

More information

Implementation of Text to Speech Conversion

Implementation of Text to Speech Conversion Implementation of Text to Speech Conversion Chaw Su Thu Thu 1, Theingi Zin 2 1 Department of Electronic Engineering, Mandalay Technological University, Mandalay 2 Department of Electronic Engineering,

More information

Modelling and simulation of complex human physiology systems

Modelling and simulation of complex human physiology systems Modelling and simulation of complex human physiology systems Tomáš Kulhánek Institute of Pathological Physiology, First Faculty of Medicine, Charles Univerzity in Prague, Czech Republic CESNET z.s.p.o.

More information

Automatic Locating the Centromere on Human Chromosome Pictures

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

More information

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

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

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

Conglomeration for color image segmentation of Otsu method, median filter and Adaptive median filter

Conglomeration for color image segmentation of Otsu method, median filter and Adaptive median filter Conglomeration for color image segmentation of Otsu method, median and Adaptive median Puneet Ranout 1, Anubhooti Papola 2 and Devesh Mishra 3 1 PG Student, Department of computer science and engineering,

More information

APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE

APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE Najirah Umar 1 1 Jurusan Teknik Informatika, STMIK Handayani Makassar Email : najirah_stmikh@yahoo.com

More information

Foundations of recommender system for STN localization during DBS surgery in Parkinson s patients

Foundations of recommender system for STN localization during DBS surgery in Parkinson s patients Foundations of recommender system for STN localization during DBS surgery in Parkinson s patients Konrad Ciecierski 1, Zbigniew W. Raś 2,1, and Andrzej W. Przybyszewski 3 1 Warsaw Univ. of Technology,

More information

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

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

More information

Digital Image Processing. Lecture # 3 Image Enhancement

Digital Image Processing. Lecture # 3 Image Enhancement Digital Image Processing Lecture # 3 Image Enhancement 1 Image Enhancement Image Enhancement 3 Image Enhancement 4 Image Enhancement Process an image so that the result is more suitable than the original

More information

Analysis and simulation of EEG Brain Signal Data using MATLAB

Analysis and simulation of EEG Brain Signal Data using MATLAB Chapter 4 Analysis and simulation of EEG Brain Signal Data using MATLAB 4.1 INTRODUCTION Electroencephalogram (EEG) remains a brain signal processing technique that let gaining the appreciative of the

More information

Vision Defect Identification System (VDIS) using Knowledge Base and Image Processing Framework

Vision Defect Identification System (VDIS) using Knowledge Base and Image Processing Framework Vishal Dahiya* et al. / (IJRCCT) INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER AND COMMUNICATION TECHNOLOGY Vol No. 1, Issue No. 1 Vision Defect Identification System (VDIS) using Knowledge Base and Image

More information

BME 599a Applied Electrophysiology Midterm (Thursday 10/12/00 09:30)

BME 599a Applied Electrophysiology Midterm (Thursday 10/12/00 09:30) 1 BME 599a Applied Electrophysiology Midterm (Thursday 10/12/00 09:30) Time : 45 minutes Name : MARKING PRECEDENT Points : 70 USC ID : Note : When asked for short written answers please pay attention to

More information

The Classification of Gun s Type Using Image Recognition Theory

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

More information

A Module for Visualisation and Analysis of Digital Images in DICOM File Format

A Module for Visualisation and Analysis of Digital Images in DICOM File Format A Module for Visualisation and Analysis of Digital Images in DICOM File Format Rumen Rusev Abstract: This paper deals with design and realisation of software module for visualisation and analysis of digital

More information

Weaving Density Evaluation with the Aid of Image Analysis

Weaving Density Evaluation with the Aid of Image Analysis Lenka Techniková, Maroš Tunák Faculty of Textile Engineering, Technical University of Liberec, Studentská, 46 7 Liberec, Czech Republic, E-mail: lenka.technikova@tul.cz. maros.tunak@tul.cz. Weaving Density

More information

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

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

More information

Pure Versus Applied Informatics

Pure Versus Applied Informatics Pure Versus Applied Informatics A. J. Cowling Department of Computer Science University of Sheffield Structure of Presentation Introduction The structure of mathematics as a discipline. Analysing Pure

More information

SCIENCE & TECHNOLOGY

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

More information

THEORY AND APPROACHES TO AUTOMATED IMAGE ANALYSIS IN DIGITAL PATHOLOGY

THEORY AND APPROACHES TO AUTOMATED IMAGE ANALYSIS IN DIGITAL PATHOLOGY THEORY AND APPROACHES TO AUTOMATED IMAGE ANALYSIS IN DIGITAL PATHOLOGY Kyle Takayama, MS Charles River Laboratories EVERY STEP OF THE WAY EVERY STEP OF THE WAY MORPHOMETRY Measurements or counts performed

More information

IMPROVEMENT USING WEIGHTED METHOD FOR HISTOGRAM EQUALIZATION IN PRESERVING THE COLOR QUALITIES OF RGB IMAGE

IMPROVEMENT USING WEIGHTED METHOD FOR HISTOGRAM EQUALIZATION IN PRESERVING THE COLOR QUALITIES OF RGB IMAGE 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. 5, May 2014, pg.913

More information

Received on: Accepted on:

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

More information

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images

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

More information

Image Extraction using Image Mining Technique

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

More information

Advanced Maximal Similarity Based Region Merging By User Interactions

Advanced Maximal Similarity Based Region Merging By User Interactions Advanced Maximal Similarity Based Region Merging By User Interactions Nehaverma, Deepak Sharma ABSTRACT Image segmentation is a popular method for dividing the image into various segments so as to change

More information

Master Artificial Intelligence

Master Artificial Intelligence Master Artificial Intelligence Appendix I Teaching outcomes of the degree programme (art. 1.3) 1. The master demonstrates knowledge, understanding and the ability to evaluate, analyze and interpret relevant

More information

NEUROIMAGING DATA ANALYSIS SOFTWARE

NEUROIMAGING DATA ANALYSIS SOFTWARE NEUROIMAGING DATA ANALYSIS SOFTWARE Emilia Dana SELEŢCHI Abstract: Recent advanced in neuroimaging have significantly improved understanding of the brain and the mind. A variety of image analysis software

More information

30 lesions. 30 lesions. false positive fraction

30 lesions. 30 lesions. false positive fraction Solutions to the exercises. 1.1 In a patient study for a new test for multiple sclerosis (MS), thirty-two of the one hundred patients studied actually have MS. For the data given below, complete the two-by-two

More information

Non Linear Image Enhancement

Non Linear Image Enhancement Non Linear Image Enhancement SAIYAM TAKKAR Jaypee University of information technology, 2013 SIMANDEEP SINGH Jaypee University of information technology, 2013 Abstract An image enhancement algorithm based

More information

Face Detection System on Ada boost Algorithm Using Haar Classifiers

Face Detection System on Ada boost Algorithm Using Haar Classifiers Vol.2, Issue.6, Nov-Dec. 2012 pp-3996-4000 ISSN: 2249-6645 Face Detection System on Ada boost Algorithm Using Haar Classifiers M. Gopi Krishna, A. Srinivasulu, Prof (Dr.) T.K.Basak 1, 2 Department of Electronics

More information

NEW HIERARCHICAL NOISE REDUCTION 1

NEW HIERARCHICAL NOISE REDUCTION 1 NEW HIERARCHICAL NOISE REDUCTION 1 Hou-Yo Shen ( 沈顥祐 ), 1 Chou-Shann Fuh ( 傅楸善 ) 1 Graduate Institute of Computer Science and Information Engineering, National Taiwan University E-mail: kalababygi@gmail.com

More information

Learning Algorithms for Servomechanism Time Suboptimal Control

Learning Algorithms for Servomechanism Time Suboptimal Control Learning Algorithms for Servomechanism Time Suboptimal Control M. Alexik Department of Technical Cybernetics, University of Zilina, Univerzitna 85/, 6 Zilina, Slovakia mikulas.alexik@fri.uniza.sk, ABSTRACT

More information

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

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

More information

Computational Intelligence Introduction

Computational Intelligence Introduction Computational Intelligence Introduction Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Neural Networks 1/21 Fuzzy Systems What are

More information

Live Hand Gesture Recognition using an Android Device

Live Hand Gesture Recognition using an Android Device Live Hand Gesture Recognition using an Android Device Mr. Yogesh B. Dongare Department of Computer Engineering. G.H.Raisoni College of Engineering and Management, Ahmednagar. Email- yogesh.dongare05@gmail.com

More information

Things you may want to know

Things you may want to know Things you may want to know 1 / 9 Last updated 18-Nov-05 Why medical monitors are special? Unlike commercial displays, Medical displays are used in the hospital and they are displaying contain life critical

More information

Brain Tumor Segmentation of MRI Images Using SVM Classifier Abstract: Keywords: INTRODUCTION RELATED WORK A UGC Recommended Journal

Brain Tumor Segmentation of MRI Images Using SVM Classifier Abstract: Keywords: INTRODUCTION RELATED WORK A UGC Recommended Journal Brain Tumor Segmentation of MRI Images Using SVM Classifier Vidya Kalpavriksha 1, R. H. Goudar 1, V. T. Desai 2, VinayakaMurthy 3 1 Department of CNE, VTU Belagavi 2 Department of CSE, VSMIT, Nippani 3

More information

Traffic Sign Recognition Senior Project Final Report

Traffic Sign Recognition Senior Project Final Report Traffic Sign Recognition Senior Project Final Report Jacob Carlson and Sean St. Onge Advisor: Dr. Thomas L. Stewart Bradley University May 12th, 2008 Abstract - Image processing has a wide range of real-world

More information

Biomedical Signal Processing and Applications

Biomedical Signal Processing and Applications Proceedings of the 2010 International Conference on Industrial Engineering and Operations Management Dhaka, Bangladesh, January 9 10, 2010 Biomedical Signal Processing and Applications Muhammad Ibn Ibrahimy

More information

Application of Machine Vision Technology in the Diagnosis of Maize Disease

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

More information

Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals

Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals Aarti 1, Dr. Neetu Sharma 2 1 DEPArtment Of Computer Science

More information

Computational approach for diagnosis of malaria through classification of malaria parasite from microscopic image of blood smear.

Computational approach for diagnosis of malaria through classification of malaria parasite from microscopic image of blood smear. Biomedical Research 2018; 29 (18): 3464-3468 ISSN 0970-938X www.biomedres.info Computational approach for diagnosis of malaria through classification of malaria parasite from microscopic image of blood

More information

INTEGRATED APPROACH TO ECG SIGNAL PROCESSING

INTEGRATED APPROACH TO ECG SIGNAL PROCESSING International Journal on Information Sciences and Computing, Vol. 5, No.1, January 2011 13 INTEGRATED APPROACH TO ECG SIGNAL PROCESSING Manpreet Kaur 1, Ubhi J.S. 2, Birmohan Singh 3, Seema 4 1 Department

More information

Deblurring Image and Removing Noise from Medical Images for Cancerous Diseases using a Wiener Filter

Deblurring Image and Removing Noise from Medical Images for Cancerous Diseases using a Wiener Filter Deblurring and Removing Noise from Medical s for Cancerous Diseases using a Wiener Filter Iman Hussein AL-Qinani 1 1Teacher at the University of Mustansiriyah, Dept. of Computer Science, Education College,

More information

Answer: TGC is needed to amplify echoes from deeper structures so that they appear as bright as similar structures located at more shallow depths.

Answer: TGC is needed to amplify echoes from deeper structures so that they appear as bright as similar structures located at more shallow depths. Q47. When performing a sonogram why the sonographer needs to use the TGC? TGC is needed to amplify echoes from deeper structures so that they appear as bright as similar structures located at more shallow

More information

Application of Artificial Intelligence in Mechanical Engineering. Qi Huang

Application of Artificial Intelligence in Mechanical Engineering. Qi Huang 2nd International Conference on Computer Engineering, Information Science & Application Technology (ICCIA 2017) Application of Artificial Intelligence in Mechanical Engineering Qi Huang School of Electrical

More information

Filtering and Processing IR Images of PV Modules

Filtering and Processing IR Images of PV Modules European Association for the Development of Renewable Energies, Environment and Power Quality (EA4EPQ) International Conference on Renewable Energies and Power Quality (ICREPQ 11) Las Palmas de Gran Canaria

More information

Detection of License Plates of Vehicles

Detection of License Plates of Vehicles 13 W. K. I. L Wanniarachchi 1, D. U. J. Sonnadara 2 and M. K. Jayananda 2 1 Faculty of Science and Technology, Uva Wellassa University, Sri Lanka 2 Department of Physics, University of Colombo, Sri Lanka

More information

Booklet of teaching units

Booklet of teaching units International Master Program in Mechatronic Systems for Rehabilitation Booklet of teaching units Third semester (M2 S1) Master Sciences de l Ingénieur Université Pierre et Marie Curie Paris 6 Boite 164,

More information

Image Interpretation System for Informed Consent to Patients by Use of a Skeletal Tracking

Image Interpretation System for Informed Consent to Patients by Use of a Skeletal Tracking Image Interpretation System for Informed Consent to Patients by Use of a Skeletal Tracking Naoki Kamiya 1, Hiroki Osaki 2, Jun Kondo 2, Huayue Chen 3, and Hiroshi Fujita 4 1 Department of Information and

More information

Journal Title ISSN 5. MIS QUARTERLY BRIEFINGS IN BIOINFORMATICS

Journal Title ISSN 5. MIS QUARTERLY BRIEFINGS IN BIOINFORMATICS List of Journals with impact factors Date retrieved: 1 August 2009 Journal Title ISSN Impact Factor 5-Year Impact Factor 1. ACM SURVEYS 0360-0300 9.920 14.672 2. VLDB JOURNAL 1066-8888 6.800 9.164 3. IEEE

More information

AI MAGAZINE AMER ASSOC ARTIFICIAL INTELL UNITED STATES English ANNALS OF MATHEMATICS AND ARTIFICIAL

AI MAGAZINE AMER ASSOC ARTIFICIAL INTELL UNITED STATES English ANNALS OF MATHEMATICS AND ARTIFICIAL Title Publisher ISSN Country Language ACM Transactions on Autonomous and Adaptive Systems ASSOC COMPUTING MACHINERY 1556-4665 UNITED STATES English ACM Transactions on Intelligent Systems and Technology

More information

Edge Detection of Sickle Cells in Red Blood Cells

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

More information

RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS

RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS Ming XING and Wushan CHENG College of Mechanical Engineering, Shanghai University of Engineering Science,

More information

Motion Detection Keyvan Yaghmayi

Motion Detection Keyvan Yaghmayi Motion Detection Keyvan Yaghmayi The goal of this project is to write a software that detects moving objects. The idea, which is used in security cameras, is basically the process of comparing sequential

More information

Iris based Human Identification using Median and Gaussian Filter

Iris based Human Identification using Median and Gaussian Filter Iris based Human Identification using Median and Gaussian Filter Geetanjali Sharma 1 and Neerav Mehan 2 International Journal of Latest Trends in Engineering and Technology Vol.(7)Issue(3), pp. 456-461

More information

Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for feature extraction

Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for feature extraction International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for

More information

Automatic Licenses Plate Recognition System

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

More information

A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol. Qinghua Wang

A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol. Qinghua Wang International Conference on Artificial Intelligence and Engineering Applications (AIEA 2016) A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol Qinghua Wang Fuzhou Power

More information

Finger rotation detection using a Color Pattern Mask

Finger rotation detection using a Color Pattern Mask Finger rotation detection using a Color Pattern Mask V. Shishir Reddy 1, V. Raghuveer 2, R. Hithesh 3, J. Vamsi Krishna 4,, R. Pratesh Kumar Reddy 5, K. Chandra lohit 6 1,2,3,4,5,6 Electronics and Communication,

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

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

More information

Service Availability Classification for Trunked Radio Network Used in Municipal Transport

Service Availability Classification for Trunked Radio Network Used in Municipal Transport Service Availability Classification for Trunked Radio Network Used in Municipal Transport Dan Komosny, Milan Simek Department of Telecommunications, Technical University of Brno, Purkynova 118, 612 00

More information

IEEE Systems, Man, and Cybernetics Society s Perspectives and Brain-Related Technical Activities

IEEE Systems, Man, and Cybernetics Society s Perspectives and Brain-Related Technical Activities IEEE, Man, and Cybernetics Society s Perspectives and Brain-Related Technical Activities Michael H. Smith IEEE Brain Initiative New York City Three Broad Categories that Span IEEE Development of: novel

More information

Advanced Intracardial Biosignal Processing

Advanced Intracardial Biosignal Processing Advanced Intracardial Biosignal Processing Marek Penhaker 1, Petr Klimes 1, Jakub Pindor 1, and David Korpas 2 1 VSB - Technical University of Ostrava, Faculty of Electrical Engineering and Computer Science,

More information

Keywords: Thermography, Diagnosis, Image analysis, Chronic wound, Burns

Keywords: Thermography, Diagnosis, Image analysis, Chronic wound, Burns Blucher Mechanical Engineering Proceedings May 2014, vol. 1, num. 1 www.proceedings.blucher.com.br/evento/10wccm THE APPLICATION OF PASSIVE THERMOGRAPHY AND MEASUREMENT OF BURN SURFACE AREA FOR THE ASSESSMENT

More information

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 9 (September 2014), PP.57-68 Combined Approach for Face Detection, Eye

More information

Appendices master s degree programme Artificial Intelligence

Appendices master s degree programme Artificial Intelligence Appendices master s degree programme Artificial Intelligence 2015-2016 Appendix I Teaching outcomes of the degree programme (art. 1.3) 1. The master demonstrates knowledge, understanding and the ability

More information

Breaking the Wall of Neurological Disorder. How Brain-Waves Can Steer Prosthetics.

Breaking the Wall of Neurological Disorder. How Brain-Waves Can Steer Prosthetics. Miguel Nicolelis Professor and Co-Director of the Center for Neuroengineering, Department of Neurobiology, Duke University Medical Center, Duke University Medical Center, USA Breaking the Wall of Neurological

More information

Fault Detection and Diagnosis-A Review

Fault Detection and Diagnosis-A Review Fault Detection and Diagnosis-A Review Karan Mehta 1, Dinesh Kumar Sharma 2 1 IV year Student, Department of Electronic Instrumentation and Control, Poornima College of Engineering 2 Assistant Professor,

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

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

More information

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network Controlling Cost and Time of Construction Projects Using Neural Network Li Ping Lo Faculty of Computer Science and Engineering Beijing University China Abstract In order to achieve optimized management,

More information

Lecture 1: image display and representation

Lecture 1: image display and representation Learning Objectives: General concepts of visual perception and continuous and discrete images Review concepts of sampling, convolution, spatial resolution, contrast resolution, and dynamic range through

More information

Neural Network with Median Filter for Image Noise Reduction

Neural Network with Median Filter for Image Noise Reduction Available online at www.sciencedirect.com IERI Procedia 00 (2012) 000 000 2012 International Conference on Mechatronic Systems and Materials Neural Network with Median Filter for Image Noise Reduction

More information

Automatic Transcription of Monophonic Audio to MIDI

Automatic Transcription of Monophonic Audio to MIDI Automatic Transcription of Monophonic Audio to MIDI Jiří Vass 1 and Hadas Ofir 2 1 Czech Technical University in Prague, Faculty of Electrical Engineering Department of Measurement vassj@fel.cvut.cz 2

More information

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise 51 Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise F. Katircioglu Abstract Works have been conducted recently to remove high intensity salt & pepper noise by virtue

More information

Automatic Detection Of Optic Disc From Retinal Images. S.Sherly Renat et al.,

Automatic Detection Of Optic Disc From Retinal Images. S.Sherly Renat et al., International Journal of Technology and Engineering System (IJTES) Vol 7. No.3 2015 Pp. 203-207 gopalax Journals, Singapore available at : www.ijcns.com ISSN: 0976-1345 AUTOMATIC DETECTION OF OPTIC DISC

More information

Biomechatronic Systems

Biomechatronic Systems Biomechatronic Systems Unit 4: Control Mehdi Delrobaei Spring 2018 Open-Loop, Closed-Loop, Feed-Forward Control Open-Loop - Walking with closed eyes - Changing sitting position Feed-Forward - Visual balance

More information

Biomechatronic Systems

Biomechatronic Systems Biomechatronic Systems Unit 4: Control Mehdi Delrobaei Spring 2018 Open-Loop, Closed-Loop, Feed-Forward Control Open-Loop - Walking with closed eyes - Changing sitting position Feed-Forward - Visual balance

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 10, October -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 REVIEW

More information

Experimental Images Analysis with Linear Change Positive and Negative Degree of Brightness

Experimental Images Analysis with Linear Change Positive and Negative Degree of Brightness Experimental Images Analysis with Linear Change Positive and Negative Degree of Brightness 1 RATKO IVKOVIC, BRANIMIR JAKSIC, 3 PETAR SPALEVIC, 4 LJUBOMIR LAZIC, 5 MILE PETROVIC, 1,,3,5 Department of Electronic

More information

Malignancy Detection of Candidate for Basal Cell Carcinoma Using Image Processing and Artificial Neural Network

Malignancy Detection of Candidate for Basal Cell Carcinoma Using Image Processing and Artificial Neural Network DLSU Engineering e-journal Vol. 1 No. 1, March 2007, pp.70-79 Malignancy Detection of Candidate for Basal Cell Carcinoma Using Image Processing and Artificial Neural Network Armida R. Bayot Louise Ann

More information

An Approach to Detect QRS Complex Using Backpropagation Neural Network

An Approach to Detect QRS Complex Using Backpropagation Neural Network An Approach to Detect QRS Complex Using Backpropagation Neural Network MAMUN B.I. REAZ 1, MUHAMMAD I. IBRAHIMY 2 and ROSMINAZUIN A. RAHIM 2 1 Faculty of Engineering, Multimedia University, 63100 Cyberjaya,

More information

A Novel 12-bit Grayscale Topology PACSmate Revolutionary GrayBoost Technology

A Novel 12-bit Grayscale Topology PACSmate Revolutionary GrayBoost Technology A Novel 12-bit Grayscale Topology PACSmate Revolutionary GrayBoost Technology Author: Kenny Jan Date: August 3, 2009 Presented by PACSmate Technology Inc. Table of Contents 1. Introduction... 2 2. GrayBoost

More information

Acute Lymphocytic Leukemia Detection and Classification (ALLDC) System

Acute Lymphocytic Leukemia Detection and Classification (ALLDC) System Acute Lymphocytic Leukemia Detection and Classification (ALLDC) System Jamila Harbi, PhD Computer Science Dept. College of Science Al- Mustansiriyah University Baghdad, Iraq Rana Ali Computer Science Dept.

More information

Outline. What is AI? A brief history of AI State of the art

Outline. What is AI? A brief history of AI State of the art Introduction to AI Outline What is AI? A brief history of AI State of the art What is AI? AI is a branch of CS with connections to psychology, linguistics, economics, Goal make artificial systems solve

More information

Chapter 17. Shape-Based Operations

Chapter 17. Shape-Based Operations Chapter 17 Shape-Based Operations An shape-based operation identifies or acts on groups of pixels that belong to the same object or image component. We have already seen how components may be identified

More information