Review on Identification of Red Blood Cells by Image Processing

DOI : 10.17577/IJERTV9IS050630

Download Full-Text PDF Cite this Publication

Text Only Version

Review on Identification of Red Blood Cells by Image Processing

Reddy Bhavana CSE,DSCE, Bangalore -560078

Sangeetha N

CSE,DSCE, Bangalore -560078

Prajjwal Srivastava

CSE,DSCE, Bangalore -560078

Rashmi Reddy

CSE,DSCE, Bangalore -560078

Abstract Analysis of blood smear is an important diagnostic test used in the diagnosis of an array of diseases. The method of automatic diagnosis of microscopic blood smear images by identifying and separating it to different categories of cells that are highlighted in the paper. Automation of this process ultimately narrows the scope of possible diseases saving a considerable amount of time. Identification of red blood cells (RBCs) is carried out/done by the system using different techniques of image processing operations like pre-processing, operations for morphology, labelling and extraction of features to calculate shape and size of the RBCs. Morphological properties can provide information regarding shape of the cell. By these operations and calculations, RBCs are classified. There are 2 stages in red cell classification process, first is the separation of RBCs to normal and abnormal followed by abnormal cells classification to three subclasses based on the cell shape and structure. The aim of this system is to assist pathologist by giving quick results by analysing the smear samples. The cure of these diseases is possible, when it is detected at an earlier stage.

KeywordsRBC count, RBC Classification, Shape and scize of RBC, Image Processing.

  1. INTRODUCTION

    The main part of the immune system of human body is formed by RBC also termed as erythrocytes. Haemoglobin is a biomolecule contained in blood, which provides red color to it. Lack of normal RBC in the body results in lack of oxygen. Morphological changes are observed in mature red cells, during the disease. [1]. Risk factors: Some of the risk factors may include-Family history, Chemical exposes, Cancer treatment, Radiation, Congenital syndrome such as down syndrome.[2]

    The main components of blood are RBCs, White Blood Cells (WBCs), Platelets and Plasma. Based on texture, color, size, and morphology of nucleus and cytoplasm, the cell can be differentiated. Person with the disease, has abnormal count of cells and needs medical help.[3]

    The blood analysis is done by making a thin film of blood spread equally on a glass slide for pathologists to study under a microscope, is known as a blood smear. In our body, abundant RBCs or erythrocytes are present due to which our blood is red. Oxygen is delivered to various parts of our body by these RBCs.[4]

    In order to obtain the RBCs from the sample, it must be separated from the WBCs. WBC is obtained using KMedoids

    algorithm. Separation is done using granulometric analysis. for feature extraction, the output of separated image containing only RBCs is given as input. Geometric factors are calculated, based on which system is developed to separate the disorder to different categories based on the compared results of defined value and deviation from the defined factor values. [1]

    Extracting features that result in some quantitative information of features of interest that are used as basics for differentiating one class of objects from another is termed as feature extraction. Geometrical feature extraction and textural feature extraction are the two types of extraction. In this paper, we are more concerned about the Geometrical features of RBCs based on which factors are calculated for a single RBC. [5]

    Area and perimeter are computed using Form Factor for each cell which is used for detection of the abnormal RBC. In the paper, the work involves various steps for the detecting abnormal RBC. The steps involved in detection are Image Acquisition, Image Segmentation, Detection of Abnormal RBC and Detecting the Type of Abnormal RBC. [6]

    In the analysis of medical images, techniques of digital image processing are important which includes image enhancement, image filtering, segmentation, image masking, edge detection etc. Contrast stretching, unsharp masking, edge detection etc. are a part of image enhancement. Removing noise from an image is carried out by image filtering. Subdividing an image into its constituent parts is known as segmentation. Segmentation includes region growing, splitting and merging and thresholding etc. Image enhancement methods are adapted to emphasize certain features and to remove artifacts. [5]

    Pre-processing:

    Pre-processing includes various steps like-

    1. Binarization [7]

      The method of converting black white image from any grayscale image. Binarization process starts by finding the threshold value for grayscale image and check the intensity of gray value from the pixel image. If value of pixel > the threshold, then the pixels is white, else the pixel is black when pixel < threshold.

    2. Image Enhancement [8]

      Here, the image is made glaring, by the use of the available color on the screen or output device. In order to increase th contrast of the image, range of values for the image is manipulated.

    3. Morphological Operations [8]

      Morphology operations, process images based on shapes with a range of image processing operations. Operations are carried out by ensuring the size input image is same size as output image, these are done by Dilation and erosion which are a part of morphological operations. Addition of pixels is dilation and removal of pixel is erosion.

      1. Erosion [9]

        This operation removes pixels on object boundaries. In a binary image, a pixel is set to 0 if any of the neighboring pixels having value 0 Morphological erosion removes islands and small objects so that only substantive objects remain.

      2. Dilation [10]

    Addition of pixels to the image object boundaries. In a binary image, a pixel is set to 1 if any of the neighboring pixels having value 1, this operation makes objects more visible and fills in small holes present in the objects.

    1. Selecting a Template (Heading 2)

      First, confirm that you have the correct template for your paper size. This template has been tailored for output on the A4 paper size. If you are using US letter-sized paper, please close this file and download the file MSW_USltr_format.

    2. Maintaining the Integrity of the Specifications

    The template is used to format your paper and style the text. All margins, column widths, line spaces, and text fonts are prescribed; please do not alter them. You may note peculiarities. For example, the head margin in this template measures proportionately more than is customary. This measurement and others are deliberate, using specifications that anticipate your paper as one part of the entire proceedings, and not as an independent document. Please do not revise any of the current designations.

  2. RELATED WORK

Methods:

A system with rules to classify the cells is developed. The number of cells falling under each category is computed to find the abnormal cells.[1]

Actual number of pixels in the region is given by area, Distance around the boundary of the area is given by perimeter.

And the ratio between the Area and perimeter is termed as diameter.

Shape Geometric Feature (SGF): The RBCs are usually oval in shape.

Area Proportion: It is the ratio between the central pallor area to the cell area.

Deviation: It is the ratio between the shape geometric factor and area of the object.

Central pallor: This feature suggests if the cell has a central pllor or not. It is set to one if it exists or else it is set to zero. Form Factor: It is a measure of irregularity. It is given as the ratio between Area and perimeter.

A low-cost disease diagnosis method is implemented that uses RBC & WBC cell structure. Cell structure determination is done by Hough transform algorithm, whose purpose is to find imperfect shape of RBCs with in the smear sample. Hough transform has been extended find the arbitrary shapes, mostly circles or ellipses. In this paper, they have used Sobel algorithm for segmentation, background is separated from the object. K- means clustering is used for data base comparisons [3].

Image Processing is the technology of enhancing the quality of the image or to extract information from the image digitally, using computer algorithms. Here, input is an image and the output of image processing can either be an image or some parameters of the image. This process includes many steps, greyscale conversion, noise removal, image conversion to Binary, filling the holes of these cells and clean incomplete cell and cells at the boundary, followed by removal of WBCs and platelets. Obtaining only RBCs for conversion and classification [4].

To separate RBCs from other components, T = RBC + WBC + PLATELET COUNT U= RBC + WBC COUNT

NO. OF WBCS = V NO. OF RBCS = U-V

NO. OF PLATELETS = T (U+V)

After pre-processing, filters are used to removes the noise from the image as to get a better image. Here, for noise removal they have used median filtering. Then is the segmentation of image. The sickle cell affected blood smear image consists of normal RBCs, abnormal RBCs, sickled RBCs etc. The main problems of sickle celled RBCs is that

they cling together and block the blood vessels. Otsus method and Watershed segmentation method are used for segmentation purpose. Watershed segmentation gives better segmentation result in segmentation [5].

Form factor gives the classification as normal cell, abnormal cell. compactness gives shape of the cell.

Form factor = 4* pi* area / perimeter Compactness = Perimeter/Area

Segmentation the blood smear images uses MATLAB. 1000 blood smear images were experimented on to get accurate results. Their work aims to separate components of blood. Followed by feature extraction.

This system has various steps involved to detect the abnormal RBCs. The steps are image acquisition, image pre-processing, image segmentation, image post processing, detection of abnormal RBC and its type. Values of calculated Fourier transform values is compared with the values of database System giving the result about the normality of RBC followed by classification of the type of abnormal RBC [6]. 2D area or boundary is represented using 1D function in case

of signature method. We find the gx, gy using the Centroid distance

Feature Extraction

  • Area

  • Diameter [1]

  • Major Axis represents the measure of the major axis of the ellipse

  • Minor axis represents the measure of the minor axis of the ellipse

    Gx = Gy =

    A=0.5

    Where, A is given by,

    Fig.1. RBC Classification Factor Calculation

    • Circularity factor (CF): If CF < 1.2, then cells are normal, else elongated.

      Distance of the boundary points from the centroid (gx, gy) of a shape r:

      r(t) =

      Fourier Transform of r(t):

      An =

      For n = 0, 1, 2, 3, ., N-1

      In [11], paper suggests involvement of various processes like- pre-processing, feature extraction, factor calculation.

      Image Processing

      In the proposed method, the first step is to pre-processing the images, which is an essential step of pre-processing. RGB images of the sample is converted to grayscale images. These grayscale images are enhanced and converted to binary images. From the resulting images, half-cells, border cells are removed. Cells in the clean image are labelled. For each labelled cell, features are extracted by factor calculation(fig- 2).

  • Formfactor (FF): if cells are normal, then FF = 1, else the cells are abnormal

  • Deviation Factor (DF): If the cell has no variation in shape,

    DF < 0.2, else the cell shape has abnormalities.

  • Semilunarity Factor (SF): Factor that is exclusively used to detect sickle cells. If SF < 1.78, then the cell is said to be sickle cell.

  1. e)

    Fig.2. Pre-processing a) RBC Samples b) Grayscale

    c) Enhancement & Binarization d) Reduce Noise e) Labelling [7]

    Drawbacks of the system

    In [1], 1000 images were experimented for diagnosis. An accuracy of 98 percent was identified correctly for type of Anaemia which was evaluated by the medical experts/pathologists.

    In [3], cell counting depends on Proper recognition of cell.

    The accuracy of the used algorithm depended on the camera

  2. used, size of cells, whether or not cell touching and illumination condition.

In [5], the system was only tested for two databases, and may have different results in different databases. More properties of the developed system have to be investigated and should be tested on more databases. However, databases are difficult to obtain. Trained and experienced expert services are also required to evaluate the quality of diagnosis made by the system.

Results of normal and abnormal cell classification is shown in fig.3[12]

c)

Fig.3. N: Normal Cells, AB: Abnormal Cells, OV: Overlap

Results are seen in the fig4: classifying sickle cell,

d) elliptocytes and echinocytes.

a)

b)

c)

Fig.4. Types of Cells Detected: a) Echinocytes

b) Elliptocyte c) Sickle Cell

CONCLUSION

Disease diagnosis by computer algorithm (image processing) is getting more popular today due to is continuous operations that are fast, reliable and accurate in diagnosis of the disease. The process by which a disease can be found based on the symptoms and results of various tests conducted on the person is known as diagnosis. In this paper there are many

techniques of image processing from which RBCs are separated based on shape and size of the cells. Research work in this field are growing with every passing day and many techniques are used to get more accurate result.

REFERENCES

  1. Vasundhara Acharya, Preetham Kumar Identication and Red Blood Cell Classication using Computer Aided System to Diagnose Blood Disorders, 2017 IEEE

  2. N.Poornima, Dr.T.Karthikeyan A survey on Image Processing Techniques used for Detection of leukemic Cells, Vol. 5, Issue 4, April 2016

  3. Prof. Hina Malik, Roopali Randiwe, Jyotsna Patankar, Priya Bhure Disease Diagnosis Using RBCs & WBCs Cell Structure by Image Processing, 16th February 2017

  4. Pragati Sharma Disease Detection using Blood Smear Analysis Volume 179 No.7, December 2017

  5. Parvathy B.H., Hariharan S, Aruna N.S., A Real Time System for the Analysis of Sickle Cell Anemia Blood Smear Images Using Image Processing Vol. 5, Issue 4, April 2016

  6. Snehal Bhogan, Meghana Pai Kane, Sheetal Inas Dsouza, Prachi Kamat, Meeth Nagda Detection of Abnormal RBCs using Signatures Volume 20, Issue 3, Ver. III (May. – June. 2018)

  7. K.Sudarsan, M.Surya, W.Kevin Christopher, BLOOD CELL SEGMENTATION USING GENETIC ALGORITHM, Volume 118 No. 20 2018

  8. Miss. Madhuri G. Bhamare, Prof. D.S.Patil Automatic Blood Cell Analysis By Using Digital Image Processing: A Preliminary Study, Vol. 2 Issue 9, September 2013

  9. Aditi K., Deepali K. Review on Separation of Red Blood Cells using Image Processing Techniques, Volume 6, Issue 3, March 2016

  10. Zainab Nayyar, Blood Cells Detection & Counting, Vol. 4,

    Issue 2, Apr 2014

  11. Nicoleta Safca, Hassan Elkhatib, Dan Popescu, Loretta Ichim Oana Chenaru, Image Processing Techniques to Identify Red Blood Cells, 2018

  12. Razali Tomaria, Wan Nurshazwani Wan Zakariaa, Muhammad Mahadi Abdul Jamila, Faridah Mohd Norb, Nik Farhan Nik Fuadb, Computer Aided System for Re Blood Cell Classification in Blood Smear Image, 2013-2014

  13. Prof. I.A. Chintawar, Aishvarya Mishra, Pravin Narnaware Chetan Kuhikar, Detection of Sickle Cells using Image Processing, Volume 2, Issue 09, March 2016

Leave a Reply