Morphology Based Automatic Disease Analysis Through Evaluation of Red Blood Cells

Size: px
Start display at page:

Download "Morphology Based Automatic Disease Analysis Through Evaluation of Red Blood Cells"

Transcription

1 2014 Fifth International Conference on Intelligent Systems, Modelling and Simulation Morphology Based Automatic Disease Analysis Through Evaluation of Red Blood Cells Sanjeevi Chandrasiri Department of Information Technology Sri Lanka Institute of Information Technology Colombo, Sri Lanka Pradeepa Samarasinghe Department of Information Technology Sri Lanka Institute of Information Technology Colombo, Sri Lanka Abstract Cell morphology has been an active area in the field of bio-medical research. In this paper, we introduce an automatic, cost effective and accurate way of red blood cell analysis and evaluation through Blob detection, Morphology operations and Hough circle transformation techniques for identification of four common types of anemia. Our research has filled the gaps in the existing literature by developing an integrated system to Count RBC, Diagnose Elliptocytes, Microcytic, Macrocyte and Spherocytes Anemia, Detect abnormalities and Separate overlapped cells, automatically, accurately and efficiently. The result shows an insight in the manually processed results with % accuracy of RBC count. Each sub method is closely running in the range 91%-97% of accuracy. The achievements are highlighted as efficiency through automation, cost effective, elimination of human error and easy to manipulate. Keywords- Morphology; Hemocytometer; Blob detection; Hough circle transformation; I. INTRODUCTION Blood related diseases are widespread and are considered as the root causes of much health related issues nowadays [1]. In the field of medical research it is known that various parameters such as the number of red blood cells, Hemoglobin level, Hematocrit level and Mean Volume Corpuscle are used for classifying diseases such as Anemia, Thalassaemia and Cancer [2]. In general, microscopic images are inspected visually and blood cells are counted manually by the Hematologist for measuring several parameters on diagnosis of diseases. But the process is time consuming and physically tiring for the Hematologists and it is also prone to errors due to emotional disturbance and human physical capability [1]. When compared with the manual process, though the automated analyzers give fast and reliable results regarding the number, average size, and variation in size of blood cells, they cannot reliably count the abnormal cells, overlapped cells and do not detect cell shapes [1]. In the literature, segmentation, extraction and estimation of red blood cells (RBC) have been addressed based on morphology approaches. J. Poomcokrak et. al [3] discussed a process of extraction of a single blood cell from sickle RBC and white blood cells from an image by consuming a neural network to search for RBC and count them using the morphological features of RBC. Their system has an accuracy level of 74% of automating the red blood count. N. Mahmood et. al [4] performed counting the number of red blood cells using a Hough transformation technique and produced close to 96% accuracy to manual counting. A major drawback of their system was the time taken by the user to determine the red blood cell parameters for drawing the Hough circles. An approach to detect normal and abnormal blood cells using morphological operations and neural network was presented by M. Veluchamy et. al [5]. The classification efficiency was declared as 80% and 66.6% for normal and abnormal RBC respectively. In [6] red blood cell classification was done using morphological image processing with several features relating to shape, internal central pallor configuration of red blood cells and their circularity and elongation was extracted and various types of RBCs were classified into several categories. All the studies above show that morphological approaches are utilized for segmentation, extraction and estimation of RBC but are not used to identify blood disorders and to evaluate the accuracy of the classification in recognizing the blood cell parameters associated with morphological features of RBC. For some of these approaches, the morphological operators, dilation, erosion, opening and closing have been used for better separation points of the objects, fill holes in the processed image and to eliminate the distortions. But none of the approaches mentioned in the literature have considered the use the morphological operators for separation of abnormal cells from the normal cells. In the classification of blood cells, some researches adopt geometric features such as Area, Perimeter, Roundness, Rectangle Factor and Elongation in their study. But none of them attempted to model an algorithm that combines the morphological features with compound blood cell parameters. In the research we carried out, in addition to filling the gaps mentioned above, we develop a software solution with an efficient algorithm to evaluate several types of disorders affected to RBC in a single unit of research with image processing techniques. To overcome the prevailing constraints in the process of identifying RBC and classifying diseases, a novel application /14 $ IEEE DOI /ISMS

2 is developed through research. The application designed and developed through research is able to 1) Perform an accurate and consistent blood cell count automatically 2) Generate blood count reports based on standard routine 3) Diagnose the following diseases automatically, efficiently and accurately Elliptocytes Hypochromic Microcytic (Iron Deficiency Anemia) Macrocyte Anemia Hereditary Spherocytes 4) Detect shapes of the abnormal red blood cells automatically 5) Separate overlapped cells from red blood cells In this paper, we detail out the application we developed through research. The outline of the paper is organized as follows. Section II details out the research methodology used in carrying out our research, Section III elaborates research findings related to Image processing of Blood Cell Images, results and evidence to evaluate the importance to the research aim. Section IV summarizes the results and the choice made in order to obtain a final outcome effectively and also discusses the further improvements with respect to the research that is carried out. We conclude this paper in the Section V. II. RESEARCH METHODOLOGY This work aims to apply image processing to extract and automatically count red blood cells from blood images taken from a digital blood smear microscope. As counting the exact number of decease cells in a given region of image will lead to early detection of the disease, we perform the RBC count in a series of steps as given in Fig. 1. A. Image Pre-processing Cellular bodies like Red blood cells have their own characteristics in shape and size. To uniquely identify cells various pre-processing techniques can be used on the basis of the input image [7]. The image is prepared by performing binary conversation with an estimated threshold value. This automatic value is generated using Otsu Thresholding [8] algorithm and the decision is taken based on the shape of the histogram. B. Red Blood Cell Identification To count the exact number of cells (normal or abnormal), Blob detection [7] technique is one of the fast and simple method that can be used where connected components are uniquely labeled based on a given heuristic. A variety of blob properties can be accessed to get information about the blob and to compute Statistics such as Area, Perimeter, Aspect ratio, Center of the mass, Average color etc [2]. All these can be used to classify blobs and decide if they hold objects that the application is interested in. The color scale image of the Red Blood Cell Microscopic Image Image Rendering and Labeling Compute Centroid Property Compute Area Property Blob Detection Remove Border Cells Count Red Blood Cells Figure 1. Overall Steps in Blob Detection Once the Blob detection process is finalized for the input image, the image is further processed to remove the cells or the objects that touch the image border. This verifies that accurate cells are remaining in the output and the red blood cells can be computed. In order to overcome the overlapped and irregular shaped cells the following equation is formed. C ( x, OIF = (1) A( x, where OIF is defined as Overlapped Irregular Factor, C (x, and R(x, represent pixels enclosed by cell boundary and bounded by the rectangle covering the cell respectively. In general we have calculated parameter values for the classification of blood cells using 20 samples and the equations and values are further justified by Shiraz E- Medical Journal paper titled New Approach to Red Blood Classification using Morphological Image Processing [6]. The maximum value of the sample set computed is 0.684, therefore if the OIF < 0.68 overlapped or irregular shaped 319

3 cells are being found otherwise regular cells are being counted. After the RBC counting process is finalized, the type of anemia is decided based on the further processing of the blood cell images. To achieve that, we have extracted several features as area, shape, center polar and rectangular factor of the RBC to classify them. After labeling using the blob detection, the area of the cell and the properties of the rectangle (area, height, width) were calculated for each red blood cell. The steps followed for identification and classification are given in Fig. 2. Process each Blood Cell SAF < 1.2 Yes No Elliptocyte Step 1 - Elliptocytes Identification: A new factor was calculated to differentiate between the oval and circular shapes of the cell. The factor was defined as Shape Area Factor (SAF). It is a proportion of larger length of the rectangular bounded cell to smaller length of the same cell as given in equation 2. Ll SAF = (2) L s where L l is the larger Length of Rect, L s is the smaller Length of Rect and Rect is referred as the bounded rectangle drawn closer to the edges of the blood cell. This factor helps in defining the circularity and elongation for each red blood cell. The circular cells were determined by taking the maximum value for circular cells as If SAF > 1.20 the cells are considered to have elongation in shape and if SAF < 1.20 they are identified as in circular shape. Step 2 - Macrocyte Identification: In the next phase, diameter was lead with area of cell as a factor as Diameter Area Factor (DAF) for classifying circular shaped cells defined by equation 4. CD DAF = (3) C ( x, where C D is the Diameter of the Cell denoted by: DAF>0.024 No Macrocyte 4 C ( x, C D = C P (4) CP AP>0.30 Yes 0 Spherocyte 1 No Normal Microcyte Figure 2. Cell Identification and Classification where C P is the Perimeter which represent the sum of pixels of the line segment that passes through the center of the cell. By observing the calculated values, if the DAF < the cell was classified as macrocytic cells. Step 3 - Hereditary Spherocytes Identification: Next the Center Polar (CP) of the cell was examined and for each cell that has a center polar this factor is 1, otherwise it is taken as 0. 1 if CP Detected CP = (5) 0 otherwise Step 4 - Hypochromic Microcytic Identification: Based on the importance of the CP of the cell then surveyed with Area Proportion (AP). This factor describes the separation of microcytic cells for normal cells. Microcytic cells have a big center polar, if AP < 0.30 then would be classified as Normal cell, otherwise the cell was classified as Microcytic cell. This is defined in the equation 6. P ( x, AP = (6) C ( x, where P(x, is the Center Polar Area which represents pixels enclosed by cell boundary of the center of the cell. 320

4 C. Red Blood Cell Disorder Identification and Classification Identifying types of anemic conditions through morphology was a crucial step and the input images followed preprocessing phases in order to be ready for detection. 1) Elliptocytes Identification and Classification: Elliptocytes also known as ovalocytosis is an inherited blood disorder in which an abnormally large number of the patient s red blood cells are elliptical rather than the typical biconcave disc shape [3]. This was determined by applying Hough Circle Transformation [4] to draw the selected circles using the same color as the background with the values from the equation 2. Figure 3. Elliptocytes Detection Process 2) Macrocyte Identification and Classification: Macrocyte is a class of Anemia in which Red blood cells are larger than their normal volume [9]. The large cells can be identified as referenced to the Fig. 2 and the other remaining cells can be removed using morphological erosion and dilation [10] with a computed reference diameter of a normal cell, Ref D = fine tune the edges morphological operators erosion and dilation were used. Figure 5. Microcytic Detection Process 4) Hereditary Spherocytes Identification and Classification: Hereditary Spherocytes is a common disorder in which the body makes sphere-shaped red blood [11]. The detection of Sphere shaped cells in blood images are separated with the use of the CP factor referenced to the Fig. 2. By applying the absolute difference between the binary image and the interior gap filled image, can eliminate the unwanted background. This is defined as: c( x, = a( x, b( x, (9) where c(x, is the image after processing, a(x, is the binary image and b(x, is the interior gap filled image. Using the resulted image through subtraction, center polar of each cell can be extracted using the morphology operations erosion and dilation with much smaller structuring element [10]. Finally to isolate the sphere shaped cells Hough circle transformation [4] is applied. Figure 4. Macrocyte Detection Process Morphological operations are set of actions that process images based on shapes. Morphological techniques probe an image with a small shape or template called a structuring element [10]. In Morphology operations, the erosion of a binary image f by a structuring element s denoted by equation 7: f Θ s (7) The dilation of an image f by a structuring element s denoted by equation 8: f s (8) 3) Hypochromic Microcytic Identification and Classification: Hypochromic Microcytic also known as Iron Defi- ciency Anemia will show small than the normal, oval shaped cells with pale centers [4]. To Isolate the small cell from the input image CP and AP factors are used as referenced to Fig. 2 and to remove the remaining cells and Figure 6. Microcytic Detection Process III. DISCUSSION This section provides the results produced by the methods. Each method was executed using 10 sample images. The distribution of the subtypes did not impact the results because the images were converted with the Otsu [12] method into black and white images. A. Blood Disorder Detector Graphical User Interface The results are presented using a graphical user interface (GUI) which is developed in a user friendly way. The development environment is Microsoft.NET Framework 4.0 with Microsoft Visual Studio 2010 IDE. The images are 321

5 accessed and stored in Microsoft SQL Server 2008 and the Image Processing functions are done using OpenCV with OpenCVSharp wrapper. Figure 7. Main Interface to estimate number of Red Blood Cells The system implemented can accept multiple images and process in order to obtain the count of blood cells. Decisions can be taken by the Hematologist based on the total count to verify the patient is anemic or not. Then further processing can be applied exclusively to determine the exact type of anemia. where N C, A I, D C and D F represents the Number of RBC cells, Input Image Area, Depth of the height of the counting chamber [1] and the Dilution factor respectively. Blood Reports can be generated for each patient that has come for blood test and as a reference the processed images can be saved for further analysis. It is essential to have a reporting module so that it will give the ability to process information faster and cost effectively. C. Evidence For estimating the number of red blood cells in blood smear image and the computational time taken to process each image a comparison is taken place between manual counting and estimation by computer by 10 images samples. From these image samples, the average computational time is 1.05 seconds per sample. The average accuracy of these 10 image samples are %. D. Results The Fig. 9 below shows the result of 40 tests applied on RBC images. Four separate methods addressed in previous section were tested in order to check the accuracy and the goodness of each. The above comparison can be graphically visualized in a scatter chart with Manual (Blue color) vs. Automatic (Red Color) analysis on RBC disorders. Figure 8. Overlapped Red Blood Cell Count For accurate RBC count, the overlapped cells are separated within the collection of cells as in Fig. 8. B. Reporting Generally blood count reports are generated in order to examine and verify the health status of the patient. Here represents the volume of the blood sample by counting the red blood cells per cumm through computing a formula. The volume will be differed from the magnification in x and y direction and the dilution factor that uses to minimize the overlapped cells. Volumeof Re d Blood Cells per cumm = NC (10) DF A D I C Figure 9. Data Analysis between Manual and Automatic approaches The TABLE I summarize the values on the Fig. 9 by computing the accuracy of detecting correct anemia disorder by comparing the results done through visual inspection. Table I ACCURACY ON SUB METHODS Elliptocytes Macrocytes Microcytics Spherocytes 97.86% 91.53% 93.13% 94.95% The results presented to detect anemia disorders automatically produce high fitness value for all of the four methods. The accuracy level of each method is closely running in the range of 91%- 97%. The results were promising leads to further research on different aspects of blood cells. Testing were done by taking 10 images for each method (total 40 images) as E1-E10, HM1-HM10, M1-M10 and S1-S10 denoting Elliptocytes, Microcytic, Macrocyte, Spherocytes Red Blood Disorder Test Image respectively. 322

6 IV. CONCLUSION The result shows a very good insight between the two approaches manual and the automated. The analytical step involved with % red blood cells were computed correctly and in detecting subtypes with Hough Circle and Morphology operations, in some cases the targeting circles were overlapped and the counting process of subtypes were not able to detect accurately, and averagely anemic cells were detected as following. The accuracy was 97% for the classification of Elliptocytes and with the Macrocyte Anemia accuracy decrease to 91% and for Hereditary Spherocytes and Hypochromic Microcytic the accuracy was closely equal. The achievements that followed through this study are highlighted as efficiency through automation, cost effective, elimination of human error and easy to manipulate. For further study could possibly use of analysis on infected cells that are distinct in texture and complex in structure in blood cells. Also would be able to predict diseases related to white blood cells based on the high and low counts. The research work can be further developed to recognize other biological cells like cancer cells. [10] G. Bradski and A. Kaebl, Learning OpenCV: Computer Vision with the OpenCV Library, 1st ed. United States of Ameria: O Reilly Media, [11] E. Montseny, P. Sobrevilla, and S. Romani, A fuzzy approach to white blood cells segmentation in color bone marrow images, IEEE International Conference, vol. 1, pp , July [12] S. Rezatofighi, A. Roodaki, R. Zoroofi, R. Sharifian, and H. Soltanian-Zadeh, Automatic detection of red blood cells in hematological images using polar transformation and runlength matrix, ICSP Proceedings, pp , October ACKNOWLEDGMENT The researchers would like to thank all who have helped in this study. Special gratitude goes to Dr. Chandima Kulathilake from the Department of Pathology, University of Sri Jayawardenapura, Sri Lanka for the assistance given to collect blood sample images. REFERENCES [1] M. R. Amin and S. Reza, Laboratory manual for practical Physiology and Biochemistry, 1st ed. Azimpur Dhaka, India: Medicogist Medical, [2] F. Kasmin, A. Prabuwono, and A. Abdullah, Detection of leukemia in human blood sample based on microscopic images: a study, Journal of Theoretical and Applied Information Technology, vol. 46, no. 2, December [3] J. Poomcokrak and C. Neatpisarnvanit, Red blood cells extraction and counting, The 3rd International Symposium on Biomedical Engineering, pp , [4] N. Mahmood and M. Mansor, Red blood cells estimation using hough transform technique, Signal & Image Processing : An International Journal (SIPIJ), vol. 3, no. 2, April [5] M. Veluchamy, K. Perumal, and T. Ponuchamy, Feature extraction and classification of blood cells using artificial neural network, American Journal of Applied Sciences 9, pp , [6] M. Taherisadr, M. Nasirzonouzi, B. Baradaran, and A. Mehdizade, New approach to red blood classification using morphological image processing, Shiraz E-Medical Journal, vol. 14, no. 1, pp , January [7] M. Gupta, Cell identification by blob detection, UACEE International Journal of Advances in Electonics Engineering, vol. 2, pp [8] J. Zhang and J. Hu, Image segmentation based on 2d otsu method with histogram analysis, International Conference on Computer Science and Software Engineering, pp , [9] R. Castleman and Z. Zhu, Digital Image Processing. Beijing: Publishing House of Electronics Industry,

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Image Processing Based Automatic Visual Inspection System for PCBs

Image Processing Based Automatic Visual Inspection System for PCBs IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 6 (June 2012), PP 1451-1455 www.iosrjen.org Image Processing Based Automatic Visual Inspection System for PCBs Sanveer Singh 1, Manu

More information

ABO-Rh Blood Typing Using Neo/BLOOD

ABO-Rh Blood Typing Using Neo/BLOOD ABO-Rh Blood Typing Using Neo/BLOOD Objectives Determine the ABO and Rh blood type of unknown simulated blood samples. Prepare a simulated blood smear. Examine a prepared blood smear under the microscope

More information

Visual Structure Analysis of Flow Charts in Patent Images

Visual Structure Analysis of Flow Charts in Patent Images Visual Structure Analysis of Flow Charts in Patent Images Roland Mörzinger, René Schuster, András Horti, and Georg Thallinger JOANNEUM RESEARCH Forschungsgesellschaft mbh DIGITAL - Institute for Information

More information

STAINING OF PBF AND INTERPRETATION OF NORMAL AND ABNORMAL RED CELL MORPHOLOGY

STAINING OF PBF AND INTERPRETATION OF NORMAL AND ABNORMAL RED CELL MORPHOLOGY 9 STAINING OF PBF AND INTERPRETATION OF NORMAL AND ABNORMAL RED CELL MORPHOLOGY 9.1 INTRODUCTION A peripheral blood smear (peripheral blood film) is a glass microscope slide coated on one side with a thin

More information

RDW-- Interpreting the Full Blood Count

RDW-- Interpreting the Full Blood Count RDW-- Interpreting the Full Blood Count The most important components of a Full Blood Count report are, of course, the Haemoglobin, the White Cell Count and Differential and the Platelet Count. However,

More information

RED BLOOD CELLS ESTIMATION USING HOUGH TRANSFORM TECHNIQUE

RED BLOOD CELLS ESTIMATION USING HOUGH TRANSFORM TECHNIQUE RED BLOOD CELLS ESTIMATION USING HOUGH TRANSFORM TECHNIQUE Nasrul Humaimi Mahmood and Muhammad Asraf Mansor Department of Biomedical Instrumentation and Signal Processing, Faculty of Health Science and

More information

AUTOMATED CLASSIFICATION OF BLASTS IN ACUTE LEUKEMIA BLOOD SAMPLES USING HMLP NETWORK

AUTOMATED CLASSIFICATION OF BLASTS IN ACUTE LEUKEMIA BLOOD SAMPLES USING HMLP NETWORK AUTOMATED CLASSIFICATION OF BLASTS IN ACUTE LEUKEMIA BLOOD SAMPLES USING HMLP NETWORK N. H. Harun 1, M.Y.Mashor 1, A.S. Abdul Nasir 1 and H.Rosline 2 1 Electronic & Biomedical Intelligent Systems (EBItS)

More information

Automatic Detection of PCB Defects

Automatic Detection of PCB Defects IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 6 November 2014 ISSN (online): 2349-6010 Automatic Detection of PCB Defects Ashish Singh PG Student Vimal H.

More information

HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT

HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT International Journal of Scientific and Research Publications, Volume 2, Issue 4, April 2012 1 HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT Akhil Gupta, Akash Rathi, Dr. Y. Radhika

More information

Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras

Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras W3A.5 Douglas Chai and Florian Hock Visual Information Processing Research Group School of Engineering and Mathematics Edith

More information

Automatic 3D Reconstruction via Object Detection and 3D Transformable Model Matching CS 269 Class Project Report

Automatic 3D Reconstruction via Object Detection and 3D Transformable Model Matching CS 269 Class Project Report Automatic 3D Reconstruction via Object Detection and 3D Transformable Model Matching CS 69 Class Project Report Junhua Mao and Lunbo Xu University of California, Los Angeles mjhustc@ucla.edu and lunbo

More information

Colour Image Segmentation Technique for Screen Printing

Colour Image Segmentation Technique for Screen Printing 60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone

More information

ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME. by Alex Sirota, alex@elbrus.com

ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME. by Alex Sirota, alex@elbrus.com ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME by Alex Sirota, alex@elbrus.com Project in intelligent systems Computer Science Department Technion Israel Institute of Technology Under the

More information

A Method of Caption Detection in News Video

A Method of Caption Detection in News Video 3rd International Conference on Multimedia Technology(ICMT 3) A Method of Caption Detection in News Video He HUANG, Ping SHI Abstract. News video is one of the most important media for people to get information.

More information

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data.

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. MATHEMATICS: THE LEVEL DESCRIPTIONS In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. Attainment target

More information

Open Access A Facial Expression Recognition Algorithm Based on Local Binary Pattern and Empirical Mode Decomposition

Open Access A Facial Expression Recognition Algorithm Based on Local Binary Pattern and Empirical Mode Decomposition Send Orders for Reprints to reprints@benthamscience.ae The Open Electrical & Electronic Engineering Journal, 2014, 8, 599-604 599 Open Access A Facial Expression Recognition Algorithm Based on Local Binary

More information

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals The Role of Size Normalization on the Recognition Rate of Handwritten Numerals Chun Lei He, Ping Zhang, Jianxiong Dong, Ching Y. Suen, Tien D. Bui Centre for Pattern Recognition and Machine Intelligence,

More information

Signature Region of Interest using Auto cropping

Signature Region of Interest using Auto cropping ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 1 Signature Region of Interest using Auto cropping Bassam Al-Mahadeen 1, Mokhled S. AlTarawneh 2 and Islam H. AlTarawneh 2 1 Math. And Computer Department,

More information

An Algorithm for Classification of Five Types of Defects on Bare Printed Circuit Board

An Algorithm for Classification of Five Types of Defects on Bare Printed Circuit Board IJCSES International Journal of Computer Sciences and Engineering Systems, Vol. 5, No. 3, July 2011 CSES International 2011 ISSN 0973-4406 An Algorithm for Classification of Five Types of Defects on Bare

More information

Neural Network based Vehicle Classification for Intelligent Traffic Control

Neural Network based Vehicle Classification for Intelligent Traffic Control Neural Network based Vehicle Classification for Intelligent Traffic Control Saeid Fazli 1, Shahram Mohammadi 2, Morteza Rahmani 3 1,2,3 Electrical Engineering Department, Zanjan University, Zanjan, IRAN

More information

Handwritten Character Recognition from Bank Cheque

Handwritten Character Recognition from Bank Cheque International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-1 E-ISSN: 2347-2693 Handwritten Character Recognition from Bank Cheque Siddhartha Banerjee*

More information

MetaMorph Software Basic Analysis Guide The use of measurements and journals

MetaMorph Software Basic Analysis Guide The use of measurements and journals MetaMorph Software Basic Analysis Guide The use of measurements and journals Version 1.0.2 1 Section I: How Measure Functions Operate... 3 1. Selected images... 3 2. Thresholding... 3 3. Regions of interest...

More information

Hematology Morphology Critique

Hematology Morphology Critique Survey Slide: History: 60-year-old female presenting with pneumonia Further Laboratory Data: Hgb : 90 g/l RBC : 2.92 10 12 /L Hct : 0.25 L/L MCV : 87 fl MCH : 30.8 pg MCHC : 355 g/l RDW : 17.7 % WBC :

More information

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014 Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College

More information

Circle Object Recognition Based on Monocular Vision for Home Security Robot

Circle Object Recognition Based on Monocular Vision for Home Security Robot Journal of Applied Science and Engineering, Vol. 16, No. 3, pp. 261 268 (2013) DOI: 10.6180/jase.2013.16.3.05 Circle Object Recognition Based on Monocular Vision for Home Security Robot Shih-An Li, Ching-Chang

More information

Keywords image processing, signature verification, false acceptance rate, false rejection rate, forgeries, feature vectors, support vector machines.

Keywords image processing, signature verification, false acceptance rate, false rejection rate, forgeries, feature vectors, support vector machines. International Journal of Computer Application and Engineering Technology Volume 3-Issue2, Apr 2014.Pp. 188-192 www.ijcaet.net OFFLINE SIGNATURE VERIFICATION SYSTEM -A REVIEW Pooja Department of Computer

More information

EDUCATIONAL COMMENTARY RED BLOOD CELLS AND WHITE BLOOD CELLS IN URINALYSIS

EDUCATIONAL COMMENTARY RED BLOOD CELLS AND WHITE BLOOD CELLS IN URINALYSIS URINALYSIS Educational commentary is provided through our affiliation with the American Society for Clinical Pathology (ASCP). To obtain FREE CME/CMLE credits click on Earn CE Credits under Continuing

More information

NEW MEXICO Grade 6 MATHEMATICS STANDARDS

NEW MEXICO Grade 6 MATHEMATICS STANDARDS PROCESS STANDARDS To help New Mexico students achieve the Content Standards enumerated below, teachers are encouraged to base instruction on the following Process Standards: Problem Solving Build new mathematical

More information

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 3 No. 1 May 2013, pp. 145-150 2013 Innovative Space of Scientific Research Journals http://www.issr-journals.org/ijias/ Detection

More information

Novel Automatic PCB Inspection Technique Based on Connectivity

Novel Automatic PCB Inspection Technique Based on Connectivity Novel Automatic PCB Inspection Technique Based on Connectivity MAURO HIROMU TATIBANA ROBERTO DE ALENCAR LOTUFO FEEC/UNICAMP- Faculdade de Engenharia Elétrica e de Computação/ Universidade Estadual de Campinas

More information

Drawing a histogram using Excel

Drawing a histogram using Excel Drawing a histogram using Excel STEP 1: Examine the data to decide how many class intervals you need and what the class boundaries should be. (In an assignment you may be told what class boundaries to

More information

Building an Advanced Invariant Real-Time Human Tracking System

Building an Advanced Invariant Real-Time Human Tracking System UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian

More information

AN EXPERT SYSTEM TO ANALYZE HOMOGENEITY IN FUEL ELEMENT PLATES FOR RESEARCH REACTORS

AN EXPERT SYSTEM TO ANALYZE HOMOGENEITY IN FUEL ELEMENT PLATES FOR RESEARCH REACTORS AN EXPERT SYSTEM TO ANALYZE HOMOGENEITY IN FUEL ELEMENT PLATES FOR RESEARCH REACTORS Cativa Tolosa, S. and Marajofsky, A. Comisión Nacional de Energía Atómica Abstract In the manufacturing control of Fuel

More information

DEVELOPMENT OF AN IMAGING SYSTEM FOR THE CHARACTERIZATION OF THE THORACIC AORTA.

DEVELOPMENT OF AN IMAGING SYSTEM FOR THE CHARACTERIZATION OF THE THORACIC AORTA. DEVELOPMENT OF AN IMAGING SYSTEM FOR THE CHARACTERIZATION OF THE THORACIC AORTA. Juan Antonio Martínez Mera Centro Singular de Investigación en Tecnoloxías da Información Universidade de Santiago de Compostela

More information

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

Image Analysis Using the Aperio ScanScope

Image Analysis Using the Aperio ScanScope Image Analysis Using the Aperio ScanScope Allen H. Olson, PhD Algorithm Development Engineer Aperio Technologies INTRODUCTION Why should I choose the Aperio ScanScope over competing systems for image analysis?

More information

Visualizing Data: Scalable Interactivity

Visualizing Data: Scalable Interactivity Visualizing Data: Scalable Interactivity The best data visualizations illustrate hidden information and structure contained in a data set. As access to large data sets has grown, so has the need for interactive

More information

NIS-Elements: Using Regions of Interest (ROIs) & ROI Statistics

NIS-Elements: Using Regions of Interest (ROIs) & ROI Statistics NIS-Elements: Using Regions of Interest (ROIs) & ROI Statistics Various ROI tools and functions NIS-Elements has several ROI functions designed for data analysis and image quantification. ROIs are a core

More information

Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network

Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network General Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Impelling

More information

MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA. Define and calculate 1st. moments of areas. Define and calculate 2nd moments of areas.

MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA. Define and calculate 1st. moments of areas. Define and calculate 2nd moments of areas. MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA The concepts of first and second moments of area fundamental to several areas of engineering including solid mechanics and fluid mechanics. Students who are

More information

How To Filter Spam Image From A Picture By Color Or Color

How To Filter Spam Image From A Picture By Color Or Color Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among

More information

Feature Vector Selection for Automatic Classification of ECG Arrhythmias

Feature Vector Selection for Automatic Classification of ECG Arrhythmias Feature Vector Selection for Automatic Classification of ECG Arrhythmias Ch.Venkanna 1, B. Raja Ganapathi 2 Assistant Professor, Dept. of ECE, G.V.P. College of Engineering (A), Madhurawada, A.P., India

More information

ModuMath Basic Math Basic Math 1.1 - Naming Whole Numbers Basic Math 1.2 - The Number Line Basic Math 1.3 - Addition of Whole Numbers, Part I

ModuMath Basic Math Basic Math 1.1 - Naming Whole Numbers Basic Math 1.2 - The Number Line Basic Math 1.3 - Addition of Whole Numbers, Part I ModuMath Basic Math Basic Math 1.1 - Naming Whole Numbers 1) Read whole numbers. 2) Write whole numbers in words. 3) Change whole numbers stated in words into decimal numeral form. 4) Write numerals in

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

Medical Image Segmentation of PACS System Image Post-processing *

Medical Image Segmentation of PACS System Image Post-processing * Medical Image Segmentation of PACS System Image Post-processing * Lv Jie, Xiong Chun-rong, and Xie Miao Department of Professional Technical Institute, Yulin Normal University, Yulin Guangxi 537000, China

More information

Student Outcomes. Lesson Notes. Classwork. Exercises 1 3 (4 minutes)

Student Outcomes. Lesson Notes. Classwork. Exercises 1 3 (4 minutes) Student Outcomes Students give an informal derivation of the relationship between the circumference and area of a circle. Students know the formula for the area of a circle and use it to solve problems.

More information

AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION

AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION Saurabh Asija 1, Rakesh Singh 2 1 Research Scholar (Computer Engineering Department), Punjabi University, Patiala. 2 Asst.

More information

SIGNATURE VERIFICATION

SIGNATURE VERIFICATION SIGNATURE VERIFICATION Dr. H.B.Kekre, Dr. Dhirendra Mishra, Ms. Shilpa Buddhadev, Ms. Bhagyashree Mall, Mr. Gaurav Jangid, Ms. Nikita Lakhotia Computer engineering Department, MPSTME, NMIMS University

More information

E27 SPRING 2013 ZUCKER PROJECT 2 PROJECT 2 AUGMENTED REALITY GAMING SYSTEM

E27 SPRING 2013 ZUCKER PROJECT 2 PROJECT 2 AUGMENTED REALITY GAMING SYSTEM PROJECT 2 AUGMENTED REALITY GAMING SYSTEM OVERVIEW For this project, you will implement the augmented reality gaming system that you began to design during Exam 1. The system consists of a computer, projector,

More information

User Recognition and Preference of App Icon Stylization Design on the Smartphone

User Recognition and Preference of App Icon Stylization Design on the Smartphone User Recognition and Preference of App Icon Stylization Design on the Smartphone Chun-Ching Chen (&) Department of Interaction Design, National Taipei University of Technology, Taipei, Taiwan cceugene@ntut.edu.tw

More information

ARTIFICIAL INTELLIGENCE METHODS IN EARLY MANUFACTURING TIME ESTIMATION

ARTIFICIAL INTELLIGENCE METHODS IN EARLY MANUFACTURING TIME ESTIMATION 1 ARTIFICIAL INTELLIGENCE METHODS IN EARLY MANUFACTURING TIME ESTIMATION B. Mikó PhD, Z-Form Tool Manufacturing and Application Ltd H-1082. Budapest, Asztalos S. u 4. Tel: (1) 477 1016, e-mail: miko@manuf.bme.hu

More information

Using MATLAB to Measure the Diameter of an Object within an Image

Using MATLAB to Measure the Diameter of an Object within an Image Using MATLAB to Measure the Diameter of an Object within an Image Keywords: MATLAB, Diameter, Image, Measure, Image Processing Toolbox Author: Matthew Wesolowski Date: November 14 th 2014 Executive Summary

More information

Galaxy Morphological Classification

Galaxy Morphological Classification Galaxy Morphological Classification Jordan Duprey and James Kolano Abstract To solve the issue of galaxy morphological classification according to a classification scheme modelled off of the Hubble Sequence,

More information

Morphological segmentation of histology cell images

Morphological segmentation of histology cell images Morphological segmentation of histology cell images A.Nedzved, S.Ablameyko, I.Pitas Institute of Engineering Cybernetics of the National Academy of Sciences Surganova, 6, 00 Minsk, Belarus E-mail abl@newman.bas-net.by

More information

VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION

VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION Mark J. Norris Vision Inspection Technology, LLC Haverhill, MA mnorris@vitechnology.com ABSTRACT Traditional methods of identifying and

More information

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree Predicting the Risk of Heart Attacks using Neural Network and Decision Tree S.Florence 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, K.Malathi 4 PG Scholar, Indian Institute of Information Technology, Srirangam,

More information

Collect and label sample according to standard protocols. Gently invert tube 8-10 times immediately after draw. DO NOT SHAKE. Do not centrifuge.

Collect and label sample according to standard protocols. Gently invert tube 8-10 times immediately after draw. DO NOT SHAKE. Do not centrifuge. Complete Blood Count CPT Code: CBC with Differential: 85025 CBC without Differential: 85027 Order Code: CBC with Differential: C915 Includes: White blood cell, Red blood cell, Hematocrit, Hemoglobin, MCV,

More information

Hybrid Lossless Compression Method For Binary Images

Hybrid Lossless Compression Method For Binary Images M.F. TALU AND İ. TÜRKOĞLU/ IU-JEEE Vol. 11(2), (2011), 1399-1405 Hybrid Lossless Compression Method For Binary Images M. Fatih TALU, İbrahim TÜRKOĞLU Inonu University, Dept. of Computer Engineering, Engineering

More information

LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. indhubatchvsa@gmail.com

LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. indhubatchvsa@gmail.com LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE 1 S.Manikandan, 2 S.Abirami, 2 R.Indumathi, 2 R.Nandhini, 2 T.Nanthini 1 Assistant Professor, VSA group of institution, Salem. 2 BE(ECE), VSA

More information

Multimodal Biometric Recognition Security System

Multimodal Biometric Recognition Security System Multimodal Biometric Recognition Security System Anju.M.I, G.Sheeba, G.Sivakami, Monica.J, Savithri.M Department of ECE, New Prince Shri Bhavani College of Engg. & Tech., Chennai, India ABSTRACT: Security

More information

A Study on M2M-based AR Multiple Objects Loading Technology using PPHT

A Study on M2M-based AR Multiple Objects Loading Technology using PPHT A Study on M2M-based AR Multiple Objects Loading Technology using PPHT Sungmo Jung, Seoksoo Kim * Department of Multimedia Hannam University 133, Ojeong-dong, Daedeok-gu, Daejeon-city Korea sungmoj@gmail.com,

More information

Vision based Vehicle Tracking using a high angle camera

Vision based Vehicle Tracking using a high angle camera Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu gramos@clemson.edu dshu@clemson.edu Abstract A vehicle tracking and grouping algorithm is presented in this work

More information

Poker Vision: Playing Cards and Chips Identification based on Image Processing

Poker Vision: Playing Cards and Chips Identification based on Image Processing Poker Vision: Playing Cards and Chips Identification based on Image Processing Paulo Martins 1, Luís Paulo Reis 2, and Luís Teófilo 2 1 DEEC Electrical Engineering Department 2 LIACC Artificial Intelligence

More information

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 10 April 2015 ISSN (online): 2349-784X Image Estimation Algorithm for Out of Focus and Blur Images to Retrieve the Barcode

More information

ESE498. Intruder Detection System

ESE498. Intruder Detection System 0 Washington University in St. Louis School of Engineering and Applied Science Electrical and Systems Engineering Department ESE498 Intruder Detection System By Allen Chiang, Jonathan Chu, Siwei Su Supervisor

More information

A secure face tracking system

A secure face tracking system International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 10 (2014), pp. 959-964 International Research Publications House http://www. irphouse.com A secure face tracking

More information

Volume of Right Prisms Objective To provide experiences with using a formula for the volume of right prisms.

Volume of Right Prisms Objective To provide experiences with using a formula for the volume of right prisms. Volume of Right Prisms Objective To provide experiences with using a formula for the volume of right prisms. www.everydaymathonline.com epresentations etoolkit Algorithms Practice EM Facts Workshop Game

More information

Simultaneous Gamma Correction and Registration in the Frequency Domain

Simultaneous Gamma Correction and Registration in the Frequency Domain Simultaneous Gamma Correction and Registration in the Frequency Domain Alexander Wong a28wong@uwaterloo.ca William Bishop wdbishop@uwaterloo.ca Department of Electrical and Computer Engineering University

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Demo: Real-time Tracking of Round Object

Demo: Real-time Tracking of Round Object Page 1 of 1 Demo: Real-time Tracking of Round Object by: Brianna Bikker and David Price, TAMU Course Instructor: Professor Deepa Kundur Introduction Our project is intended to track the motion of a round

More information

Mathematics. What to expect Resources Study Strategies Helpful Preparation Tips Problem Solving Strategies and Hints Test taking strategies

Mathematics. What to expect Resources Study Strategies Helpful Preparation Tips Problem Solving Strategies and Hints Test taking strategies Mathematics Before reading this section, make sure you have read the appropriate description of the mathematics section test (computerized or paper) to understand what is expected of you in the mathematics

More information

MAVIparticle Modular Algorithms for 3D Particle Characterization

MAVIparticle Modular Algorithms for 3D Particle Characterization MAVIparticle Modular Algorithms for 3D Particle Characterization version 1.0 Image Processing Department Fraunhofer ITWM Contents Contents 1 Introduction 2 2 The program 2 2.1 Framework..............................

More information

Crown Volume Estimates. Edward Forrest Frank. December 10, 2010. Eastern Native Tree Society

Crown Volume Estimates. Edward Forrest Frank. December 10, 2010. Eastern Native Tree Society Crown Volume Estimates By Edward Forrest Frank December 10, 2010 Eastern Native Tree Society CROWN VOLUME ESTIMATES Introduction This paper presents a simplified method for estimating the crown volumes

More information

NEW YORK STATE CYTOHEMATOLOGY PROFICIENCY TESTING PROGRAM Glass Slide Critique ~ November 2010

NEW YORK STATE CYTOHEMATOLOGY PROFICIENCY TESTING PROGRAM Glass Slide Critique ~ November 2010 NEW YORK STATE CYTOHEMATOLOGY PROFICIENCY TESTING PROGRAM Glass Slide Critique ~ November 2010 Slide 081 Available data: 72 year-old female Diagnosis: MDS to AML WBC 51.0 x 10 9 /L RBC 3.39 x 10 12 /L

More information

Appendix G STATISTICAL METHODS INFECTIOUS METHODS STATISTICAL ROADMAP. Prepared in Support of: CDC/NCEH Cross Sectional Assessment Study.

Appendix G STATISTICAL METHODS INFECTIOUS METHODS STATISTICAL ROADMAP. Prepared in Support of: CDC/NCEH Cross Sectional Assessment Study. Appendix G STATISTICAL METHODS INFECTIOUS METHODS STATISTICAL ROADMAP Prepared in Support of: CDC/NCEH Cross Sectional Assessment Study Prepared by: Centers for Disease Control and Prevention National

More information

Form Design Guidelines Part of the Best-Practices Handbook. Form Design Guidelines

Form Design Guidelines Part of the Best-Practices Handbook. Form Design Guidelines Part of the Best-Practices Handbook Form Design Guidelines I T C O N S U L T I N G Managing projects, supporting implementations and roll-outs onsite combined with expert knowledge. C U S T O M D E V E

More information

USE OF TEXTURES FOR MONITORING THE TREATMENT OF LEG ULCERS

USE OF TEXTURES FOR MONITORING THE TREATMENT OF LEG ULCERS USE OF TEXTURES FOR MONITORING THE TREATMENT OF LEG ULCERS Gilmar Caiado Fleury Medeiros a João Eduardo Borelli b Adilson Gonzaga c a, c University of São Paulo, São Carlos Engineering School, Electrical

More information

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin

More information

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 216 E-ISSN: 2347-2693 An Experimental Study of the Performance of Histogram Equalization

More information

Algebra Geometry Glossary. 90 angle

Algebra Geometry Glossary. 90 angle lgebra Geometry Glossary 1) acute angle an angle less than 90 acute angle 90 angle 2) acute triangle a triangle where all angles are less than 90 3) adjacent angles angles that share a common leg Example:

More information

LESSON 4 Missing Numbers in Multiplication Missing Numbers in Division LESSON 5 Order of Operations, Part 1 LESSON 6 Fractional Parts LESSON 7 Lines,

LESSON 4 Missing Numbers in Multiplication Missing Numbers in Division LESSON 5 Order of Operations, Part 1 LESSON 6 Fractional Parts LESSON 7 Lines, Saxon Math 7/6 Class Description: Saxon mathematics is based on the principle of developing math skills incrementally and reviewing past skills daily. It also incorporates regular and cumulative assessments.

More information

GAP CLOSING. 2D Measurement. Intermediate / Senior Student Book

GAP CLOSING. 2D Measurement. Intermediate / Senior Student Book GAP CLOSING 2D Measurement Intermediate / Senior Student Book 2-D Measurement Diagnostic...3 Areas of Parallelograms, Triangles, and Trapezoids...6 Areas of Composite Shapes...14 Circumferences and Areas

More information

Signature Segmentation from Machine Printed Documents using Conditional Random Field

Signature Segmentation from Machine Printed Documents using Conditional Random Field 2011 International Conference on Document Analysis and Recognition Signature Segmentation from Machine Printed Documents using Conditional Random Field Ranju Mandal Computer Vision and Pattern Recognition

More information

A Flexible Suite of Software Tools for Medical Image Analysis

A Flexible Suite of Software Tools for Medical Image Analysis A Flexible Suite of Software Tools for Medical Image Analysis Alexander Nedzved United Institute of Informatics Problems of the National Academy of Sciences of Belarus Minsk, Belarus Nedzveda@tut.by Valery

More information

2. MATERIALS AND METHODS

2. MATERIALS AND METHODS Difficulties of T1 brain MRI segmentation techniques M S. Atkins *a, K. Siu a, B. Law a, J. Orchard a, W. Rosenbaum a a School of Computing Science, Simon Fraser University ABSTRACT This paper looks at

More information

Impact angle analysis of bloodstains using a simple image processing technique

Impact angle analysis of bloodstains using a simple image processing technique Songklanakarin J. Sci. Technol. 32 (2), 169-173, Mar. - Apr. 2010 Original Article Impact angle analysis of bloodstains using a simple image processing technique Kittipat Boonkhong 1, Montri Karnjanadecha

More information

A System for Classification of Skin Lesions in Dermoscopic Images

A System for Classification of Skin Lesions in Dermoscopic Images International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 A System for Classification of Skin Lesions in Dermoscopic Images Prathamesh A

More information

Mathematics. Mathematical Practices

Mathematics. Mathematical Practices Mathematical Practices 1. Make sense of problems and persevere in solving them. 2. Reason abstractly and quantitatively. 3. Construct viable arguments and critique the reasoning of others. 4. Model with

More information

Overview. 1. Introduction. 2. Parts of the Project. 3. Conclusion. Motivation. Methods used in the project Results and comparison

Overview. 1. Introduction. 2. Parts of the Project. 3. Conclusion. Motivation. Methods used in the project Results and comparison Institute of Integrated Sensor Systems Dept. of Electrical Engineering and Information Technology An Image Processing Application on QuickCog and Matlab Door-Key Recognition System Lei Yang Oct, 2009 Prof.

More information

PCB DETECTION AND CLASSIFICATION USING DIGITAL IMAGEPROCESSING

PCB DETECTION AND CLASSIFICATION USING DIGITAL IMAGEPROCESSING PCB DETECTION AND CLASSIFICATION USING DIGITAL IMAGEPROCESSING 1 Shashikumar Vishwakarma, 2 SahilTikke, 3 Chinmay Manurkar, 4 Ankit Thanekar 1,2,3,4 Electronics and Telecommunication (B.E), KJSIEIT, (India)

More information

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013 A Short-Term Traffic Prediction On A Distributed Network Using Multiple Regression Equation Ms.Sharmi.S 1 Research Scholar, MS University,Thirunelvelli Dr.M.Punithavalli Director, SREC,Coimbatore. Abstract:

More information

Common Core Unit Summary Grades 6 to 8

Common Core Unit Summary Grades 6 to 8 Common Core Unit Summary Grades 6 to 8 Grade 8: Unit 1: Congruence and Similarity- 8G1-8G5 rotations reflections and translations,( RRT=congruence) understand congruence of 2 d figures after RRT Dilations

More information

Indoor Surveillance System Using Android Platform

Indoor Surveillance System Using Android Platform Indoor Surveillance System Using Android Platform 1 Mandar Bhamare, 2 Sushil Dubey, 3 Praharsh Fulzele, 4 Rupali Deshmukh, 5 Dr. Shashi Dugad 1,2,3,4,5 Department of Computer Engineering, Fr. Conceicao

More information

Exercise 9: Blood. Readings: Silverthorn 5 th ed, 547 558, 804 805; 6 th ed, 545 557, 825 826.

Exercise 9: Blood. Readings: Silverthorn 5 th ed, 547 558, 804 805; 6 th ed, 545 557, 825 826. Exercise 9: Blood Readings: Silverthorn 5 th ed, 547 558, 804 805; 6 th ed, 545 557, 825 826. Blood Typing The membranes of human red blood cells (RBCs) contain a variety of cell surface proteins called

More information

Face Recognition For Remote Database Backup System

Face Recognition For Remote Database Backup System Face Recognition For Remote Database Backup System Aniza Mohamed Din, Faudziah Ahmad, Mohamad Farhan Mohamad Mohsin, Ku Ruhana Ku-Mahamud, Mustafa Mufawak Theab 2 Graduate Department of Computer Science,UUM

More information

A Simple Feature Extraction Technique of a Pattern By Hopfield Network

A Simple Feature Extraction Technique of a Pattern By Hopfield Network A Simple Feature Extraction Technique of a Pattern By Hopfield Network A.Nag!, S. Biswas *, D. Sarkar *, P.P. Sarkar *, B. Gupta **! Academy of Technology, Hoogly - 722 *USIC, University of Kalyani, Kalyani

More information

QUALITY TESTING OF WATER PUMP PULLEY USING IMAGE PROCESSING

QUALITY TESTING OF WATER PUMP PULLEY USING IMAGE PROCESSING QUALITY TESTING OF WATER PUMP PULLEY USING IMAGE PROCESSING MRS. A H. TIRMARE 1, MS.R.N.KULKARNI 2, MR. A R. BHOSALE 3 MR. C.S. MORE 4 MR.A.G.NIMBALKAR 5 1, 2 Assistant professor Bharati Vidyapeeth s college

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

Pest Control in Agricultural Plantations Using Image Processing

Pest Control in Agricultural Plantations Using Image Processing IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 4(May. - Jun. 2013), PP 68-74 Pest Control in Agricultural Plantations Using

More information