Red Blood Cell Counter Using Embedded Image Processing Techniques

Size: px
Start display at page:

Download "Red Blood Cell Counter Using Embedded Image Processing Techniques"

Transcription

1 Red Blood Cell Counter Using Embedded Image Processing Techniques Mariya Yeldhos* and K.P. Peeyush 1 Department of Biomedical instrumentation engineering, Faculty of Engineering, Avinashilingam Institute for Home science and Higher Education for Women, Coimbatore , India. 1 Department of Electronics and Communication Engineering, Amrita school of engineering, Amrita Vishwa Vidyapeetham, Coimbatore, India Corresponding author: mariya.yeldhos@gmail.com ABSTRACT Red blood cells or erythrocytes have a special protein called as hemoglobin, which helps in the transport of oxygen from lungs to all living tissues and removes carbon dioxide by exhalation. Erythrocyte count gives information regarding the patient health status on hematological diseases and can be differentiated into mainly anemia and polycythemia. Conventional method of erythrocyte counting by hemocytometer may lead to human errors. Machines developed for erythrocyte counting causes high cost and time consumption. This work emphasize on FPGA implementation of image processing algorithm for segmented erythrocyte counting. Ycbcr Color conversion algorithm is used for erythrocyte segmentation from the blood smear image and connected circular hough transform is used for counting. The proposed algorithm is implemented on the FPGA board and the accuracy of the technique is evaluated. KEYWORDS: Clustering, FPGA, System generator, Simulink. Citation: Yeldhos M, Peeyush KP (2018) Red Blood Cell Counter Using Embedded Image Processing Techniques. Research Reports 2:e1-e5. doi: /rr e1 Research Reports

2 I. INTRODUCTION Blood is a body fluid that helps in the transportation of oxygen and nutrients, forming blood clots to prevent excess blood loss. It also plays a vital role in regulating body temperature and protecting the immune system. The main components in the blood are plasma, red blood cells, white blood cells and platelets. Based on the count of leukocytes and erythrocytes, proper functioning of immune system, hidden infections and other undiagnosed medical conditions can be detected. White blood cells or leukocytes, plays important role in the human immune system that protects the body against foreign bodies and other infections. They are 3,500 to 10,500 leukocytes per microliter of blood, which accounts only for one percent in healthy people [1]. Red blood cells or erythrocytes have a special protein called as hemoglobin, which helps in the transport of oxygen from lungs to all living tissues and removes carbon dioxide by exhalation. Normal range of erythrocytes varies from million erythroctes per microliter of blood in male and million erythrocytes per microliter of blood in females [2]. Leukocytes can be divided into granulocytes and agranulocytes. Granulocyte which has granules consists of neutrophils, eosinophils and basophil. Agranulocytes does not contain granules and consists of lymphocytes and monocytes. Based on the abnormal count of leukocytes they can be divided into leukocytopenia and leukocytes. Leukocytopenia is the reduction in the leukocytes in blood. It can be caused due to chemotherapy, radiation therapy, HIV, bone marrow diseases, autoimmune disorders, infections etc. This is called as immuno-suppression as it leads to the weakening of the immunity. Leukocytosis is caused by abnormal increase in the leukocyte count due to tissue damage, smoking, viral infections, inflammatory conditions, leukemia etc. Individual with low count erythrocytes are anemic and with high count can develop polycythemia. Some causes of anemia are nutritional deficiency, trauma, bone marrow disorders, kidney failure etc and for polycythemia it includes dehydration, lung diseases, smoking and congenital heart diseases. Manual counting using hemocytometer is the common method to count leukocytes and erythrocytes in laboratories. The number of blood components can be counted from the quadrants of counting chamber by using a microscope. Manual counting of blood cells for large samples are prone to human errors, tiresome and time consuming. Automatic modern analyzers for counting are present, but the complexity and the cost of device are high. Image processing methods can be implemented for the segmenting and counting of white blood cells and red blood cells from the blood smear images. This compares the image processing techniques used to segment and count erythrocytes. II. MATERIALS AND METHODS A. Database For leukocyte image processing, from Acute lymphoblastic leukemia image database (ALL-IDB) 108 blood smear images were obtained which consists of 49 blast cell images and 59 normal images. These images have been captured with an optical laboratory microscope attached with a high resolution camera. The blood smear images in dataset are in JPG format. The leukocytes are blue color as the blood smear is stained by the Wright s stain, and thus it appears darker than the background. B. Segmentation techniques for leukocytes The segmentation of leukocytes from the blood smear images is the foremost step in image processing. The Leukocytes are segmented using two techniques that include, Color based K-means clustering and Ycbcr color conversion. e2 Research Reports

3 C. Segmentation technique for erythrocytes The red blood cells in the Fig. 1 are segmented using the Ycbcr color conversion, morphological operators and watershed algorithm. Subtracting leukocyte segmented image and original binary image, erythrocytes from the image can be segmented out. The morphological operator such as opening is applied on the segmented image to remove disjoints as shown in Fig. 3. After segmenting the erythrocytes from the blood smear image, the overlapping and clumped erythrocytes in the segmented image are removed using watershed algorithm as shown in Fig.4. Watershed algorithm is a region based segmentation technique which improves the segmentation accuracy [3]. Euclidean distance transform is used to find the distance from a pixel to the adjacent non-zero valued pixel [4]. The erythrocytes are counted using circular hough transform after the watershed algorithm as the overlapped cells will be separated. Fig 2. Blood smear image Fig 3. RBC count before watershed transform Fig 4. Watershed transformed image Fig 5. RBC count after watershed transform Fig 1. Erythrocyte segmentation steps using Ycbcr conversion, morphological operator and watershed technique. D. Counting of leukocytes and erythrocytes After the segmentation of leukocytes from the blood smear image, leukocytes are counted using connected labeling algorithm in Simulink. It labels and counts the connected components in a binary image. Based on the 8 point connectivity, the nearest pixels in the leukocyte segmented image are grouped as scanning is done horizontally and e3 Research Reports

4 vertically. Erythrocytes are devoid of nucleus and are in circular in shape. Thus circular though transform can be used to detect the presence of the circular objects in the images and to count the segmented erythrocytes. Using this technique objects that are not circular in shape are eliminated, thus increasing the accuracy of erythrocyte count. E. Hardware implementation in Zynq 7000 SoC A simulink model for erythrocyte counting is developed in Matlab using library browser. System generator is a block in Xilinx blockset library, which is configured with Zynq 7000 SoC. The designed simulink model consists of preprocessing and postprocessing blocksets that are present in computer vision and DSP system toolbox. Counting of erythrocyte are done using label block in morphological operations of simulink library. The model designed to count leukocytes is simulated in Matlab simulink and code is downloaded to Zynq board using system generator [5]. III. RESULTS AND CONCLUSION Results The counting results of the erythrocytes segmented algorithms are tabulated below Blood component Erythrocyte Table 1. Segmentation technique Ycbcr color conversion and morphological operators Combination of Ycbcr color conversion, morphological operators and watershed algorithm Accuracy The results from Table 1 shows that for Erythrocyte segmentation, with watershed algorithm the accuracy will be high for Ycbcr technique, clumped and overlapping cells will be removed. Conclusion The comparison between different techniques for erythrocyte segmentation is done. Segmentation method for erythrocytes counting with high accuracy is implemented in Zynq 7000 SoC. Based on the count of erythrocytes in blood smear image they can be differentiated into anemia and polycythemia. Hardware implementation of erythrocytes counting improves the counting efficiency of blood cell components, as it requires less power and complexity. ACKNOWLEDGEMENT The authors sincerely acknowledge their gratitude towards Mr. Fabio Scotti, for providing them with high quality blood smear image database. CONFLICT OF INTEREST Authors declares there is no conflict of interest REFERENCES [1] V. Piuri, F. Scotti, "Morphological classification of blood leucocytes by microscope images", in Proceedings of the 2004 IEEE International Conference. on Computational Intelligence for Measurement Systems and Applications (CIMSA 2004), Boston, MA, USA, pp , July 12-14, [2] J. M. Sharif, M. F. Miswan, M. A. Ngadi, S. Hj, and M. Mahadi, Red Blood Cell Segmentation Using Masking and Watershed [3] Algorithm : A Preliminary Study, International Conference on Biomedical Engineering (ICoBE), Penang, Malaysia, February 27-28, [4] H. Cheng, X. Jiang, Y. Sun and J. Wang, "Color image segmentation: advances and prospects", Pattern Recognition, vol. 34, no. 12, pp , [5] N. John, Viswanath, A., Sowmya, V., and Soman, K. P., Analysis of various color space models on effective single image super resolution, Advances in Intelligent Systems and Computing, vol. 384, pp , 2016 [6] L. Vincent, and P. Soille, Watersheds in Digital Spaces: An Efficient Algorithm Based on Immersion Simulations, IEEE Pattern Analysis and Machine Intelligence, vol. 13, no. 6. pp , [7] J. Roerdink and a Meijster, The Watershed Transform: Definitions, Algorithms and Parallelization Strategies, Fundamenta Informaticae, vol. 41, no. 1 2, pp , e4 Research Reports

5 [8] Athmasri. B. Krishnan and K. P. Peeyush, Blood group determination using vivado system generator in Zynq SoC, IFMBE Proceedings, vol. 52, pp , e5 Research Reports

WHITE BLOOD CELL NUCLEUS AND CYTOPLASM EXTRACTION USING MATHEMATICAL OPERATIONS

WHITE BLOOD CELL NUCLEUS AND CYTOPLASM EXTRACTION USING MATHEMATICAL OPERATIONS WHITE BLOOD CELL NUCLEUS AND CYTOPLASM EXTRACTION USING MATHEMATICAL OPERATIONS Alfiya Jabbar PG Scholar, Dept of CSE, BMCE, Kollam, Kerala, India alfiya.jbr@gmail.com Abstract- An automatic image segmentation

More information

Abnormal Blood Cells Detection Using Automated Image Processing System

Abnormal Blood Cells Detection Using Automated Image Processing System RESEARCH ARTICLE OPEN ACCESS Abnormal Blood Cells Detection Using Automated Image Processing System Fahimuddin shaik 1,karishma Nadindla 2,Pavankumar kuruba 3,Rammohan reddy.k 4 1,2,3,4.Electronics and

More information

Image Segmentation, Image Classification, Leukocytes, using Tissue Images.

Image Segmentation, Image Classification, Leukocytes, using Tissue Images. Volume 119 No. 15 2018, 515-524 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ Image Segmentation and Pattern Classification of Leukocytes using Tissue Images.

More information

AUTOMATIC DETECTION OF WBC CELLS Aishwariya Ramakant Karekar 1, Sufola Das Chagas Silva Araujo 2, Dr. Luis Clement Mesquita 3 1

AUTOMATIC DETECTION OF WBC CELLS Aishwariya Ramakant Karekar 1, Sufola Das Chagas Silva Araujo 2, Dr. Luis Clement Mesquita 3 1 AUTOMATIC DETECTION OF WBC CELLS Aishwariya Ramakant Karekar 1, Sufola Das Chagas Silva Araujo 2, Dr. Luis Clement Mesquita 3 1 Department of Information Technology, Padre Conceição College Of Engineering,

More information

ABSTRACT. 2. Platelates 3. White blood cells (WBC)

ABSTRACT. 2. Platelates 3. White blood cells (WBC) Volume 119 No. 15 2018, 1657-1661 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ A FRAMEWORK FOR LEUKOCYTES SEGMENTATION USING MICROSCOPIC BLOOD SMEAR IN

More information

The Cardiovascular System: Blood

The Cardiovascular System: Blood The Cardiovascular System: Blood The Functions of Blood General Overview Provides a system for rapid transport within the body Nutrients Hormones Waste products Respiratory gases Cells & Blood Components

More information

Cardiovascular (connective tissue)

Cardiovascular (connective tissue) Cardiovascular (connective tissue) Blood Connective tissue Blood Proteins 7% Plasma 55% Other solutes 2% Water 91% Erythrocytes ~5.2 million per cubic mm Formed elements 45% Leukocytes ~7 thousand per

More information

Automated System for Detection of White Blood Cells in Human Blood Sample

Automated System for Detection of White Blood Cells in Human Blood Sample Automated System for Detection of White Blood Cells in Human Blood Sample Siddhartha Banerjee, Bibek Ranjan Ghosh, Surajit Giri and Dipayan Ghosh Abstract Determination of the WBC count of the body necessitates

More information

DETECTION OF ABNORMAL BLOOD CELLS USING IMAGE PROCESSING TECHNIQUE

DETECTION OF ABNORMAL BLOOD CELLS USING IMAGE PROCESSING TECHNIQUE DETECTION OF ABNORMAL BLOOD CELLS USING IMAGE PROCESSING TECHNIQUE Malhar Bhatt 1, Shashi Prabha 2 1 PG student, Electronics and Telecommunication Engineering, MGMCET Kamothe, (India) 2 Professor, Electrical

More information

Blood is 55% Plasma (Liquid)

Blood is 55% Plasma (Liquid) Blood is 55% Plasma (Liquid) The plasma portion of blood is: 91% Water Maintains blood volume Transports molecules 7% Proteins (ie: clotting proteins, albumin, immunoglobulins ) 2 % Salts, gases (O 2,

More information

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, August 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, August 18,   ISSN IMAGE SEGMENTATION BASED LEUKEMIA BLOOD CANCER DETECTION Sushanta Mahanty (HOD of ece department, RVSCET), Jaya Dubey, Kusum Kumari, Rishu Priya Abstract: This paper is about the proposal of automated

More information

Manual For Blood Cells Atlas Morphology Download

Manual For Blood Cells Atlas Morphology Download We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with manual for blood cells

More information

Stem Cells and Multiple Myeloma

Stem Cells and Multiple Myeloma Stem Cells and Multiple Myeloma What is Multiple Myeloma Multiple Myeloma is a cancer of your plasma cells, a type of white blood cell present in your bone marrow Plasma cells normally make proteins called

More information

Test Name Results Units Bio. Ref. Interval. Packed Cell Volume (PCV) %

Test Name Results Units Bio. Ref. Interval. Packed Cell Volume (PCV) % Lab No Mr DUMMY-----Z289 LLT12448 Age 15 Years Gender 16/4/2018 22600M 16/4/2018 23529M 27/6/2018 73049M Ref By Test Results Units Bio Ref Interval ANEMIA ANEL 1 COMLETE BLOOD COUNT (CBC) (Electrical Impedance

More information

THE COMBINED LOM/AFM STUDY OF HUMAN BLOOD CELLS

THE COMBINED LOM/AFM STUDY OF HUMAN BLOOD CELLS THE COMBINED LOM/AFM STUDY OF HUMAN BLOOD CELLS Pavel KEJZLAR 1,2, Eva MACAJOVÁ 1, Lukáš VOLESKÝ 1,2, Lenka BERGEROVÁ 3 1 Department of Material Science, Technical University of Liberec, Studentska 1402/2,

More information

Enhanced Recognition of Acute Lymphoblastic Leukemia Cells in Microscopic Images based on Feature Reduction using Principle Component Analysis

Enhanced Recognition of Acute Lymphoblastic Leukemia Cells in Microscopic Images based on Feature Reduction using Principle Component Analysis Morteza MoradiAmin et al. Automatic recognition of ALL cells November 5, Volume, Issue 3 Original Article Enhanced Recognition of Acute Lymphoblastic Leukemia Cells in Microscopic Images based on Feature

More information

A Survey on Detection of Leukemia Using White Blood Cell Segmentation

A Survey on Detection of Leukemia Using White Blood Cell Segmentation A Survey on Detection of Leukemia Using White Blood Cell Segmentation Pooja Deshmukh 1, Prof.C.R.Jadhav 2 1,2 Computer Engineering, DYPIET Abstract White blood cells analysis is generally done for diagnosis

More information

Analysis and Characterization of White Blood Cells

Analysis and Characterization of White Blood Cells 569 Analysis and Characterization of White Blood Cells 1 Sonali Sonar, 2 Kanchan Bhagat 1 North Maharashtra University, Department of Electronics and Telecommunication Engineering, J. T. Mahajan College

More information

Automatic Epithelial Cells Detection of Pap smears images using Fuzzy C-Means Clustering

Automatic Epithelial Cells Detection of Pap smears images using Fuzzy C-Means Clustering 2012 4th International Conference on Bioinformatics and Biomedical Technology IPCBEE vol.29 (2012) (2012) IACSIT Press, Singapore Automatic Epithelial Cells Detection of Pap smears images using Fuzzy C-Means

More information

An Efficient Clustering Algorithm for Predicting Diseases from Hemogram Blood Test Samples

An Efficient Clustering Algorithm for Predicting Diseases from Hemogram Blood Test Samples Indian Journal of Science and Technology, Vol 8(17), DOI: 10.17485/ijst/2015/v8i17/52123, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 An Efficient Clustering Algorithm for Predicting

More information

BEYOND A BETTER BOX DI-60 INTEGRATED SLIDE PROCESSING SYSTEM. Seamless Integration

BEYOND A BETTER BOX DI-60 INTEGRATED SLIDE PROCESSING SYSTEM. Seamless Integration BEYOND A BETTER BOX DI-60 INTEGRATED SLIDE PROCESSING SYSTEM Seamless Integration RESHAPING HEMATOLOGY Scalable Automation and On-board Slide Processing The Sysmex DI-60 Integrated Cell Image Analyzer

More information

AUTOMATIC DETECTION AND COUNTING OF PLATELETS IN MICROSCOPIC IMAGE 1. INTRODUCTION

AUTOMATIC DETECTION AND COUNTING OF PLATELETS IN MICROSCOPIC IMAGE 1. INTRODUCTION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 16/2010, ISSN 1642-6037 pattern recognition, bioinformatic, machine learning, image analysis, platelet Robert BURDUK 1, Bartosz KRAWCZYK 1 AUTOMATIC DETECTION

More information

ABX Pentra DX120. Hematology analyzer. 45 parameters Integrated slide-maker Expert validation system

ABX Pentra DX120. Hematology analyzer. 45 parameters Integrated slide-maker Expert validation system ABX Pentra DX120 Hematology analyzer 45 parameters Integrated slide-maker Expert validation system ABX Pentra DX 120 In the heart of hematopoiesis Complete cytology platform 120 samples per hour Continuous

More information

Accurate Microscopic Blood Cell Image Enhancement and Segmentation

Accurate Microscopic Blood Cell Image Enhancement and Segmentation Accurate Microscopic Blood Cell Image Enhancement and Segmentation Syed Hamad Shirazi 1, ArifIqbal Umar 1, Nuhman Ul Haq 3, Saeeda Naz 1, Imran Razak 2 Hazara University Mansehra, Pakistan 1 Comsats Institute

More information

Name:

Name: Course No: DNTS2311 Course Title: General Histology I Date: 23/11/4104 No. of Questions: Time: 0hours Using Calculator (No) University of Palestine Midterm Exam 2014/2015 Total Grade: Instructor Name:

More information

Disclaimer: this is a very big topic and coverage will be only superficial.

Disclaimer: this is a very big topic and coverage will be only superficial. Vascular Biology 4 Blood and its components: 1 Disclaimer: this is a very big topic and coverage will be only superficial. 1. Erythrocytes: eat your spinach (or steak). ~8 um diameter, 2 um thickness no

More information

1. REVIEW OF LITERATURE AND RESEARCH PAPERS

1. REVIEW OF LITERATURE AND RESEARCH PAPERS 1. REVIEW OF LITERATURE AND RESEARCH PAPERS 1. Wang Shitong and Wang Ming has used a new Detection Algorithm based on Fuzzy Cellular Neural Networks for white blood cell detection and the work involves

More information

Chapter 19b Blood, cont d

Chapter 19b Blood, cont d Chapter 19b Blood, cont d White Blood Cells WBCs account for less than 1% of blood volume. There are two major histological categories of WBCs the granulocytes and the agranulocytes. GRANULOCYTES are Basophils,

More information

Nuclei segmentation of leukocytes in blood smear digital images

Nuclei segmentation of leukocytes in blood smear digital images REPORT Nuclei segmentation of leukocytes in blood smear digital images Naveed Abbas* 1, Dzulkifli Mohamad 1, Abdul Hanan Abdullah 1, Tanzila Saba 2, Mznah Al-Rodhaan 3 and Abdullah Al-Dhelaan 3 1 ViCube

More information

Using Complete Blood Cell Counts to Diagnose Disease

Using Complete Blood Cell Counts to Diagnose Disease Physiology 2 Redwood High School Name Class Period Using Complete Blood Cell Counts to Diagnose Disease Background A healthy adult has about 4.5 to 5 million red blood cells and approximately 8,000 white

More information

DIAGNOSIS OF MYELOMA BASED ON THE 2014 INTERNATIONAL MYELOMA WORKING GROUP

DIAGNOSIS OF MYELOMA BASED ON THE 2014 INTERNATIONAL MYELOMA WORKING GROUP INDONESIAN JOURNAL OF CLINICAL PATHOLOGY AND MEDICAL LABORATORY Majalah Patologi Klinik Indonesia dan Laboratorium Medik Page 196 2018 March; 24(2): 196-200 p-issn 0854-4263 e-issn 2477-4685 Available

More information

DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING

DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING Kishor Roy, Shayla Sharmin, Rahma Bintey Mufiz Mukta, Anik Sen Department of Computer Science & Engineering, CUET, Chittagong,

More information

CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION

CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION 6.1 Introduction to automated cell image segmentation The automated detection and segmentation of cell nuclei in Pap smear images is

More information

Acute Lymphoblastic Leukemia Identification Using Blood Smear Images and a Neural Classifier

Acute Lymphoblastic Leukemia Identification Using Blood Smear Images and a Neural Classifier Acute Lymphoblastic Leukemia Identification Using Blood Smear Images and a Neural Classifier Adnan Khashman 1 and Hayder Hassan Abbas 1,2 1 Intelligent Systems Research Centre (ISRC) 2 Department of Electrical

More information

b. No intercellular fibers 1. Intracellular fluid (ICF) -- 2/3 of total 2. Extracellular fluids (ECF) 1/3 of total

b. No intercellular fibers 1. Intracellular fluid (ICF) -- 2/3 of total 2. Extracellular fluids (ECF) 1/3 of total INTRODUCTION 2013 William A. Olexik Concept A. Tissue 1. Connective 2. Exceptional a. Only liquid tissue b. No intercellular fibers 3. Part of cardiovascular system B. Body Fluid 1. Intracellular fluid

More information

Veins Valves prevent engorgement and backflow. Baroreceptor reflex. Veins returning blood

Veins Valves prevent engorgement and backflow. Baroreceptor reflex. Veins returning blood Veins have large radii and low resistance. Walls are thin, not elastic Most blood volume is in veins Veins returning blood Veins Valves prevent engorgement and backflow Sympathetic NS constricts veins

More information

BIMM18 Dec 20 th - Flow cytometry in clinical diagnostics

BIMM18 Dec 20 th - Flow cytometry in clinical diagnostics BIMM18 Dec 20 th - Flow cytometry in clinical diagnostics I. B cell leukemia and lymphomas Immunophenotyping as part of the diagnostic work- up of hematologic malignancies offers a rapid and effective

More information

Stains. for blood and bone marrow. Overview of the classic staining methods, fast stain and foil staining. Focussing your hematology targets.

Stains. for blood and bone marrow. Overview of the classic staining methods, fast stain and foil staining. Focussing your hematology targets. Stains for blood and bone marrow Overview of the classic staining methods, fast stain and foil staining Focussing your hematology targets. Advantages of the hematological staining methods from Merck All

More information

Veins Valves prevent engorgement and backflow. Baroreceptor reflex. Veins returning blood

Veins Valves prevent engorgement and backflow. Baroreceptor reflex. Veins returning blood Veins have large radii and low resistance. Walls are thin, not elastic Most blood volume is in veins Veins returning blood Veins Valves prevent engorgement and backflow Sympathetic NS constricts veins

More information

Human Cell Analysis The Technology Behind The World s Most Common Diagnos8c Test

Human Cell Analysis The Technology Behind The World s Most Common Diagnos8c Test Human Cell Analysis The Technology Behind The World s Most Common Diagnos8c Test IEEE- CNSV November 4, 2014 Giacomo Vacca, Ph.D. Founder & President Kine?c River Corp. Proprietary 1 OVERVIEW Blood Components

More information

Information and resources for African Americans living with multiple myeloma and their caregivers

Information and resources for African Americans living with multiple myeloma and their caregivers For African Americans living with Multiple Myeloma Information and resources for African Americans living with multiple myeloma and their caregivers Standing in the Gaap: An initiative created to help

More information

haematology DDKItalia Stains for blood and bone marrow classic staining methods, fast stain and foil staining haematology

haematology DDKItalia Stains for blood and bone marrow classic staining methods, fast stain and foil staining haematology DDKItalia Stains for blood and bone marrow classic staining methods, fast stain and foil staining haematology Haematological staining methods All reagents from one source Fast and safe processes Easy to

More information

Evaluation of the Automated Immature Granulocyte Count (IG) on Sysmex XE-2100 Automated Haematology Analyser vs. Visual Microscopy (NCCLS H20-A)

Evaluation of the Automated Immature Granulocyte Count (IG) on Sysmex XE-2100 Automated Haematology Analyser vs. Visual Microscopy (NCCLS H20-A) Evaluation of the Automated Immature Granulocyte Count (IG) on Sysmex XE-21 Automated Haematology Analyser vs. Visual Microscopy (NCCLS H2-A) Th WEILAND *1, H KALKMAN *2, and H HEIHN *1 *1 Central Laboratory,

More information

Local vasoconstriction. is due to local spasm of the smooth muscle (symp. reflex) can be maintained by platelet vasoconstrictors

Local vasoconstriction. is due to local spasm of the smooth muscle (symp. reflex) can be maintained by platelet vasoconstrictors Hemostasis Hemostasis ( hemo =blood; sta= remain ) is the stoppage of bleeding, which is vitally important when blood vessels are damaged. Following an injury to blood vessels several actions may help

More information

Iron Deficiency Anemia

Iron Deficiency Anemia Diagnosis of Iron Deficiency Anemia Using the Abaxis VetScan HM2 Hematology System Contributing Authors: Mary Anna Thrall, BA, DVM, MS, DACVP; Barton Gillespie, BS, DVM Ross University School of Veterinary

More information

TWO PHASE HOLISTIC APPROACH FOR OVERLAPPING CELLS SEPARATION IN 2D PAP SMEAR IMAGES

TWO PHASE HOLISTIC APPROACH FOR OVERLAPPING CELLS SEPARATION IN 2D PAP SMEAR IMAGES TWO PHASE HOLISTIC APPROACH FOR OVERLAPPING CELLS SEPARATION IN 2D PAP SMEAR IMAGES 1 B.SAVITHA, 2 DR.P.SUBASHINI, 3 DR.M.KRISHNAVENI 1 Research Scholar, Department of Computer Science, 2 Professor, Department

More information

Simply stated, hematology analyzers determine the

Simply stated, hematology analyzers determine the Simply stated, hematology analyzers determine the quantity of each type of cell that makes up the patient s blood. Only recently has the role and importance of each blood component been understood. As

More information

BC-6800 Auto Hematology Analyzer. Small Cube, Big Difference

BC-6800 Auto Hematology Analyzer. Small Cube, Big Difference BC-6800 Auto Hematology Analyzer Small Cube, Big Difference Small Cube, Big Difference 2D Forward scatter EOS NEU + Side scatter MON LYM 3D Forward scatter MON NEU LYM EOS + Side scatter + Fluorescence

More information

Recent Advances of Malaria Parasites Detection Systems Based on Mathematical Morphology

Recent Advances of Malaria Parasites Detection Systems Based on Mathematical Morphology Review Recent Advances of Malaria Parasites Detection Systems Based on Mathematical Morphology Andrea Loddo 1, * ID, Cecilia Di Ruberto 1, and Michel Kocher 2, 1 Department of Mathematics and Computer

More information

Introduction to Simulink & Stateflow

Introduction to Simulink & Stateflow Introduction to Simulink & Stateflow Jonathan Agg 2015 The MathWorks, Inc. 1 2 Topics we will address this session Why model a system? Why use Simulink? Getting to grips with the basics of Simulink and

More information

Principles of Immunophenotyping

Principles of Immunophenotyping Principles of Immunophenotyping % of Cell types? Immune activation? Changes based on health state? Moving from a heterogeneous population of blood cells to identifying the presence and proportion of different

More information

Carl Zeiss MicroImaging AIS. Digital Pathology The Future. Andrew Lesniak Director, Product Management

Carl Zeiss MicroImaging AIS. Digital Pathology The Future. Andrew Lesniak Director, Product Management Carl Zeiss MicroImaging AIS Digital Pathology The Future Andrew Lesniak Director, Product Management Defined Industry Needs Computer Aided Imaging and Analysis will play a key role in the increase of Diagnostics

More information

Ch 13: Blood. What does blood do? Transport: Regulation: Protection:

Ch 13: Blood. What does blood do? Transport: Regulation: Protection: Ch 13: Blood What does blood do? Transport: Regulation: Protection: SLOs Describe the composition of plasma and list the major functions of plasma proteins. Map hematopoiesis, starting from a pluripotent

More information

Chapter 3 The Immune System

Chapter 3 The Immune System Chapter 3 The Immune System Why is the Immune System Important? Why is the Immune System Relevant to HIV? T Lymphocyte Infected by HIV Brief History of Immunology Immunity- Observation reported in 430

More information

Upon completion of the Clinical Hematology rotation, the MLS student will be able to:

Upon completion of the Clinical Hematology rotation, the MLS student will be able to: Clinical Performance Objectives in Clinical Hematology Department of Medical and Research Technology University of Maryland School of Medicine Spring 2015 Upon completion of the Clinical Hematology rotation,

More information

Diagnostic Medical Equipment New Revenue for Your Medical Practice

Diagnostic Medical Equipment New Revenue for Your Medical Practice Diagnostic Medical Equipment New Revenue for Your Medical Practice Consultant Libby Knollmeyer s Lab Machine Primer Series Part 1: Hematology Analyzers When laboratories in physician offices move out of

More information

Blood Product Utilization

Blood Product Utilization Who gets what & when Why not to give blood? Volume Expander For specific number (except as related to procedures) To patients with religious objections to blood transfusions Blood given only when necessary

More information

Original Article. A Novel Automated Slide-Based Technology for Visualization, Counting, and Characterization of the Formed Elements of Blood

Original Article. A Novel Automated Slide-Based Technology for Visualization, Counting, and Characterization of the Formed Elements of Blood Original Article A Novel Automated Slide-Based Technology for Visualization, Counting, and Characterization of the Formed Elements of Blood A Proof of Concept Study James W. Winkelman, MD; Milenko J. Tanasijevic,

More information

Biology Assessment Study Sheet. Estimating the size of Red Blood Cells

Biology Assessment Study Sheet. Estimating the size of Red Blood Cells Biology Assessment Study Sheet Perform a first-hand investigation using a light microscope and prepared slides to gather information to estimate the size of red and white blood cells and draw scaled diagrams

More information

Blood and Tissue Parasites Issued by: LABORATORY MANAGER Original Date: March 13, 2000 Approved by: Laboratory Director Review Date:

Blood and Tissue Parasites Issued by: LABORATORY MANAGER Original Date: March 13, 2000 Approved by: Laboratory Director Review Date: Section: Policy # MI\PAR\11\01\v01 Page 1 of 5 Subject Title: Laboratory Procedures for Blood and Tissue Parasites Issued by: LABORATORY MANAGER Original Date: March 13, 2000 Approved by: Laboratory Director

More information

RDTs for use in areas with P.falciparum HRP2 deletions and P.vivax infections

RDTs for use in areas with P.falciparum HRP2 deletions and P.vivax infections RDTs for use in areas with P.falciparum HRP2 deletions and P.vivax infections Jane Cunningham XV Reunion Annual de Evaluacion de AMI/RAVREDA Bogota, Colombia 3 5 May 2016 Introduction High prevalence of

More information

11/2/2015. Describe the technologies available on the XN-Series and the reason(s) for selection

11/2/2015. Describe the technologies available on the XN-Series and the reason(s) for selection XN-Series Technology What s Inside the Box? OBJECTIVES Describe the technologies available on the XN-Series and the reason(s) for selection Utilize example case studies to illustrate the new capabilities

More information

RESULT ANALYSIS OF BLOOD CELLS BLAST DETECTION BY USING LPG PCA LPG 2DPCA AND FAST NONLOCAL FILTERING ALONG WITH OTSU S THRESHOLDING TECHNIQUE

RESULT ANALYSIS OF BLOOD CELLS BLAST DETECTION BY USING LPG PCA LPG 2DPCA AND FAST NONLOCAL FILTERING ALONG WITH OTSU S THRESHOLDING TECHNIQUE 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.693

More information

The Story of the Platelet Clump. Wayne Hall MTN Network Laboratory Magee-Womens Research Institute Pittsburgh, PA

The Story of the Platelet Clump. Wayne Hall MTN Network Laboratory Magee-Womens Research Institute Pittsburgh, PA The Story of the Platelet Clump Wayne Hall MTN Network Laboratory Magee-Womens Research Institute Pittsburgh, PA Reason for Alarm? Platelet Clumping was occurring in multiple African sites 1-2 times per

More information

The study of blood smear as the analysis of images of various objects

The study of blood smear as the analysis of images of various objects Available online at www.medicinescience.org ORIGINAL RESEARCH Medicine Science 2017;6(1):17 21 Medicine Science International Medical Journal The study of blood smear as the analysis of images of various

More information

SF Cube. Exclusive Technology, Inclusive Approach. BC-6800 Auto Hematology Analyzer. Cell Analysis Technology

SF Cube. Exclusive Technology, Inclusive Approach. BC-6800 Auto Hematology Analyzer. Cell Analysis Technology Cell Analysis Technology Exclusive Technology, Inclusive Approach BC-6800 Auto Hematology Analyzer Cell Analysis Technology SF Cube SF Cube is a pathbreaking technology for reliable blood cell analysis,

More information

Diagnostics solutions. hematology reagents and Analyzers

Diagnostics solutions. hematology reagents and Analyzers Diagnostics solutions hematology reagents and Analyzers Avantor Performance Materials is extending the reach of reliable diagnostic solutions to help improve healthcare outcomes and quality of life for

More information

Physiology Unit 3 HEMATOLOGY

Physiology Unit 3 HEMATOLOGY Physiology Unit 3 HEMATOLOGY In Physiology Today Hematocrit Percentage of blood volume that is erythrocytes 45% in men 42% in women Average blood volume in is 5 L Plasma Large amounts of organic/inorganic

More information

XVII th World Congress of the International Commission of Agricultural and Biosystems Engineering (CIGR)

XVII th World Congress of the International Commission of Agricultural and Biosystems Engineering (CIGR) XVII th World Congress of the International Commission of Agricultural and Biosystems Engineering (CIGR) Hosted by the Canadian Society for Bioengineering (CSBE/SCGAB) Québec City, Canada June 13-17, 2010

More information

XN Hematology Case Studies Every Picture Tells a Story

XN Hematology Case Studies Every Picture Tells a Story XN Hematology Case Studies Every Picture Tells a Story Barbara J Connell MS, MT(ASCP)SH Senior Product Manager Technical Marketing & Communications Sysmex America, Inc Objectives Describe the advantages

More information

Neutrophil count prediction for personalized drug dosing in childhood cancer patients receiving 6- mercaptopurine chemotherapy treatment

Neutrophil count prediction for personalized drug dosing in childhood cancer patients receiving 6- mercaptopurine chemotherapy treatment Neutrophil count prediction for personalized drug dosing in childhood cancer patients receiving 6- mercaptopurine chemotherapy treatment Dalila Avdic, Michael Gallimore, Mike J. W. Riley, Chris Bingham

More information

Cell analysis and bioimaging technology illustrated

Cell analysis and bioimaging technology illustrated Cell analysis and bioimaging technology illustrated The Cell Analysis Center Scientific Bulletin Part 1 Sysmex has been studying and exploring principles of automated haematology analysers, making full

More information

I. Functions: A. Transport material exchange B. Regulatory homeostasis. Temp, ph, C. Prevention defense, clotting

I. Functions: A. Transport material exchange B. Regulatory homeostasis. Temp, ph, C. Prevention defense, clotting Chapter 11 Blood I. Functions: A. Transport material exchange B. Regulatory homeostasis Temp, ph, C. Prevention defense, clotting II. Characteristics: A. Red body fluid (atrial redder than venous) B. 100.4

More information

Lab: Blood Smear and RBC Count

Lab: Blood Smear and RBC Count 2014-09- 01 Blood Page 1 of 5 Lab: Blood Smear and RBC Count Aim: Learn to count cells, observe and identify different blood cells in a smear, quantify their proportions and count RBCs per µl (mm^3) using

More information

MANAGEMENT BRIEF. How Automation is Revolutionizing White Cell Differential Analysis.

MANAGEMENT BRIEF. How Automation is Revolutionizing White Cell Differential Analysis. MANAGEMENT BRIEF How Automation is Revolutionizing White Cell Differential Analysis Introduction Confidence building becomes a real issue when a laboratory technologist generalist must classify abnormal

More information

Novel POC analysis for determination of total and 5-part differential WBC count among a US population, in comparison to Beckman Coulter LH750

Novel POC analysis for determination of total and 5-part differential WBC count among a US population, in comparison to Beckman Coulter LH750 Novel POC analysis for determination of total and -part differential WBC count among a US population, in comparison to Beckman Coulter LH7 Reed, Jeremy*, Johnsson, Elin**, Hockum, Sandra** * Quest Diagnostics,

More information

2111: ALL Post-HCT. Add/ Remove/ Modify. Manual Section. Date. Description. Comprehensive Disease- Specific Manuals

2111: ALL Post-HCT. Add/ Remove/ Modify. Manual Section. Date. Description. Comprehensive Disease- Specific Manuals 2111: ALL Post-HCT The Acute Lymphoblastic Leukemia Post-HCT Data Form is one of the Comprehensive Report Forms. This form captures ALL-specific post-hct data such as: planned treatments post-hct, the

More information

April 7, Dear Ms Närhi,

April 7, Dear Ms Närhi, European Commission DG Enterprise & Industry Unit F2 Pharmaceuticals Legal Proposal on Information to Patients ulla.narhi@ec.europa.eu 45 Avenue d Auderghem, Office 10/93 B 1049 Brussels - Belgium April

More information

Automated Cell Counting in Bürker Chamber

Automated Cell Counting in Bürker Chamber Automated Cell Counting in Bürker Chamber Karel Štěpka Centre for Biomedical Image Analysis, Faculty of Informatics, Masaryk University, Brno, Czech Republic Abstract. Estimating the number of blood cells

More information

Various Techniques for Classification and Segmentation of Cervical Cell Images - A Review

Various Techniques for Classification and Segmentation of Cervical Cell Images - A Review Various Techniques for Classification and Segmentation of Cervical Cell Images - A Review Bharti Sharma Punjabi University Regional Center for Information Technology & Mgmt. Mohali, India Kamaljeet Kaur

More information

The Future of Hematological Diagnosis

The Future of Hematological Diagnosis Interview The Future of Hematological Diagnosis Bruce H. Davis, M.D. Bruce H. Davis, M.D. is the Director of Analytical Cytometry in the Department of Clinical Pathology at the William Beaumont Hospital

More information

Pushing limits in routine laboratory haematology with the XT-4000i

Pushing limits in routine laboratory haematology with the XT-4000i Pushing limits in routine laboratory haematology with the XT-4000i Sysmex Xtra Online December 2013 Fig. 1 The XT-4000i haematology system With the launch of the XE-5000, Sysmex set new standards in haematology.

More information

What s New in MATLAB and Simulink

What s New in MATLAB and Simulink What s New in MATLAB and Simulink Paul Lambrechts & Paola Jaramillo 2015 The MathWorks, Inc. 1 Platform Productivity Workflow Depth Application Breadth Getting your work done faster Support for your entire

More information

Laboratory Manual Selected Experiments in General Physiology, Basics of Hematology & Nerve-Muscle Physiology

Laboratory Manual Selected Experiments in General Physiology, Basics of Hematology & Nerve-Muscle Physiology Laboratory Manual Selected Experiments in General Physiology, Basics of Hematology & Nerve-Muscle Physiology (For medical students) Written by E.S.Prakash, MBBS, MD Associate Professor of Physiology, Mercer

More information

PCA and SOM based Dimension Reduction Techniques for Quaternary Protein Structure Prediction

PCA and SOM based Dimension Reduction Techniques for Quaternary Protein Structure Prediction PCA and SOM based Dimension Reduction Techniques for Quaternary Protein Structure Prediction Sanyukta Chetia Department of Electronics and Communication Engineering, Gauhati University-781014, Guwahati,

More information

School of Allied Medical Sciences. Course Description Guide Associate in Medical Laboratory Sciences. Page 1 of 15

School of Allied Medical Sciences. Course Description Guide Associate in Medical Laboratory Sciences. Page 1 of 15 School of Allied Medical Sciences Course Description Guide Associate in Medical Laboratory Sciences Page 1 of 15 Program Name & Definition: Associate in Medical Laboratory Sciences Laboratory sciences

More information

CellaVision DM96. Automated Digital Cell Morphology

CellaVision DM96. Automated Digital Cell Morphology CellaVision DM96 Automated Digital Cell Morphology Advanced Technology Automated Digital Cell Morphology is the process by which cells are automatically located on a stained peripheral blood smear, pre-classified,

More information

Keywords Barcode, Labview, Real time barcode detection, 1D barcode, Barcode Recognition.

Keywords Barcode, Labview, Real time barcode detection, 1D barcode, Barcode Recognition. Volume 7, Issue 4, April 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Real Time Barcode

More information

Dr. hanan jafar. Hanan Jafar (2017)

Dr. hanan jafar. Hanan Jafar (2017) 1 1 Dr. hanan jafar 2 Blood, Lymphatic, and Immune Systems Introduction Homeostasis, or a "steady state," is a continual balancing act of the body systems to provide an internal environment that is comparable

More information

Schedule of Accreditation issued by United Kingdom Accreditation Service 2 Pine Trees, Chertsey Lane, Staines-upon-Thames, TW18 3HR, UK

Schedule of Accreditation issued by United Kingdom Accreditation Service 2 Pine Trees, Chertsey Lane, Staines-upon-Thames, TW18 3HR, UK 2 Pine Trees, Chertsey Lane, Staines-upon-Thames, TW18 3HR, UK Haematology Department Contact: Ian Diton Conquest Hospital Tel: +44 (0) 1323 417400 ex 4127 The Ridge E-Mail: ian.diton@nhs.net St Leonards

More information

Structure of IgG and IgM

Structure of IgG and IgM Structure of IgG and IgM Fig. 5-1 A,B Crystal Structure of Secreted IgG Fig. 5-1 C Structure of an Ig Domain Fig. 5-2 Proteolytic Fragments of IgG (1) Fig. 5-3A Proteolytic Fragments of IgG (2) Fig. 5-3B

More information

A Study on Biomedical image Classification using Data Mining Methods

A Study on Biomedical image Classification using Data Mining Methods A Study on Biomedical image Classification using Data Mining P. Thamilselvan 1, Dr. J. G. R. Sathiaseelan 2 1 Research Scholar, Department of Computer Science, Bishop Heber College (Autonomous) Tiruchirappalli,

More information

COMMON HEMATOLOGY CONCERNS DISCLOSURES. No applicable financial disclosures Bryan Primary Care Conference Eric J Avery, MD October 13, 2018

COMMON HEMATOLOGY CONCERNS DISCLOSURES. No applicable financial disclosures Bryan Primary Care Conference Eric J Avery, MD October 13, 2018 COMMON HEMATOLOGY CONCERNS 2018 Bryan Primary Care Conference Eric J Avery, MD October 13, 2018 DISCLOSURES No applicable financial disclosures 1 OBJECTIVES Overview of Cellular Hematology Case Reviews

More information

Homologous chromosomes fail to separate. Meiosis I: Nondisjunction

Homologous chromosomes fail to separate. Meiosis I: Nondisjunction Chromosomal Mutations of Number Nondisjunction ( not coming apart ) is when chromosomes do not separate properly during meiosis 1 or 2. The result of nondisjunction during Meiosis 1 is that 2 gametes will

More information

XS-1000i New Sysmex 5-part diff haematology analyser with fluorescence technology

XS-1000i New Sysmex 5-part diff haematology analyser with fluorescence technology XS-1000i New Sysmex 5-part diff haematology analyser Fig. 1: sysmex xs-1000i Since the introduction of fluorescence technology for leukocyte differentiation by sysmex in the year 1999, thousands of laboratories

More information

ANEMIA OF CHRONIC DISEASE (ACD)

ANEMIA OF CHRONIC DISEASE (ACD) ANEMIA OF CHRONIC DISEASE (ACD) seminar Martin Vokurka 2007 Unofficial study material 1 VERY COMMON!!! In hospitalized patients is the second most common after iron deficiency OFTEN NEGLECTED!! Unofficial

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 8, August 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Computer Aided

More information

Prediction of the Damage Coefficient in a Prostate Cancer Tissue during Laser Ablation Using Artificial Neural Networks

Prediction of the Damage Coefficient in a Prostate Cancer Tissue during Laser Ablation Using Artificial Neural Networks , July 4-6, 2012, London, U.K. Prediction of the Damage Coefficient in a Prostate Cancer Tissue during Laser Ablation Using Artificial Neural Networks Sandeep Rao, Vivek Shrivastava, Suhrid Dev, K. N.

More information

EVE. Automatic cell counter. Crazy + Tangible play, 2K13.

EVE. Automatic cell counter. Crazy + Tangible play, 2K13. EVE Automatic cell counter Crazy + Tangible play, 2K13 www.nanoentek.com What is a EVE? The EVE Automatic cell counter uses state-of-the-art optics and image analysis to automate cell counting. The EVE

More information

2008 HFC-A PARTICIPANT SUMMARY

2008 HFC-A PARTICIPANT SUMMARY 2008 HFC-A PARTICIPANT SUMMARY Evaluation Criteria Analyte Target Value Evaluation Criteria Red Blood Cell Peer Group ± 3 SD White Blood Cell Peer Group ± 3 SD Cytopreparation Differential Educational

More information