HOME JOURNALS CONTACT

Journal of Applied Sciences

Year: 2014 | Volume: 14 | Issue: 24 | Page No.: 3591-3594
DOI: 10.3923/jas.2014.3591.3594
Red Blood Cells Counting by Circular Hough Transform Using Multispectral Images
Olivier K. Bagui and Jeremie T. Zoueu

Abstract: This study propose a new approach to count red blood cells using multispectral images. The proposed approach first uses the Canny edge filter applied independently in each spectral band and combines them into a single segmented image and next, the system uses the Circular Hough Transform (CHT) to detect the shape of the cells. The main contribution of this study consists in the use of multispectral images in order to take advantage from the peculiarity of CHT. The result obtained, show that the red blood cells detection and counting rate of the proposed approach was 98.07% for 25 samples with regard to manual counting.

Fulltext PDF Fulltext HTML

How to cite this article
Olivier K. Bagui and Jeremie T. Zoueu, 2014. Red Blood Cells Counting by Circular Hough Transform Using Multispectral Images. Journal of Applied Sciences, 14: 3591-3594.

Keywords: Multispectral images, red blood cells, Canny edge filter and Circular Hough Transform

INTRODUCTION

Malaria is a severe infectious disease caused by a protozoan parasite of the genus Plasmodium. Despite it being preventable and curable, it causes more than 1 million deaths arising from approximately 300-500 million infections every year. There are a number of classical techniques used for malaria diagnosis but microscopic diagnosis is the most used. Microscopy diagnosis of malaria is performed by examining Giemsa stained peripheral blood slides using a conventional light microscope. According to a recent WHO report (Moody, 2002), an experienced laboratory specialist can detect parasites on thick films in concentrations as low as 5-10 parasites per μL of blood. However, this depends on the skill of the technician and the time spent for the examination.

The goal of this study is to find a solution for automatic counting of red blood cells to computer-assisted diagnosis of malaria by multispectral imagery using together two techniques, Canny edge filter and CHT. Canny edge filter is an approach to edge detection proposed by Canny (1986) that is optimal for step edges corrupted by white noise. Meanwhile, the CHT is a kind of Hough Transform (HT) that can extract circular objects from an image.

This solution represents a group of methods based on edge segmentation. Many practical segmentation problems need more information that is contained in one spectral band. Color images are a natural example in which information is coded in three spectral bands. Multispectral images may have even more spectral bands. In previous studies (Merdasa et al., 2013; Zoueu et al., 2009), this study has presented a technology based on multispectral and multimodal LED microscopy as a rapid, low-cost, easy to use and sensitive staining-free thin blood smear malaria diagnosis.

Computer-assisted diagnosis of malaria is a microscopy diagnosis technique. It can be used as an aid or a complete automated diagnosis technique which replaces the manual microscopy examination. A computer-assisted microscopy diagnosis technique can be designed by understanding the microscopy diagnosis expertise and representing it by specifically tailored image processing/analysis and pattern recognition algorithms. However, this study focuses only on automatic counting of red blood cells. There are several problems in detecting and recognizing red blood cells in the image. Primarily, some of the cells overlap between each other and therefore make the recognition process challenging. Moreover, the size of the cells changes and finally, the images itself contain noise that make the recognition process difficult without proper segmentation process.

MATERIALS AND METHODS

Image acquisition: The data acquisition system has been discussed previously (Brydegaard et al., 2009). The illumination system which was initially composed with transmission and reflection traditional bright sources, in a metallurgic optical microscope (Brunel compound microscope), were removed and replaced in all modes by a set of 13 LEDs with wavelengths ranging from 375-940 nm. A fiber-ring source was added to the system for scattering mode. The original mechanic eyepieces are similarly substituted by a 12 bit Pixel Depth Monochrome CMOS camera of 5MPix (2592×1944, Guppy-503B, Allied Vision Technology, with a MT9P031 sensor from Micron/Aptina) with individual pixel size of 2.2×2.2 μm; this is used to acquire digital monochrome wavelength-dependent images.

Fig. 1:Red blood cells recognition process

For transmission, reflection and scattering modes, the system automatically acquire a total of 39 spectral images (13 images per mode), for the same scene, using a data acquisition board (DAQ) coupled to a computer which control the current intensities for calibration purposes. Spectral images are obtained as follow: In the case of the transmission mode (reflection and scattering are performed similarly), the measurements are performed, respectively for the reference IR (empty slide), the specimen IS (blood film area) and the dark ID (light off) and processed according to the equation:

(1)

Proposed approach: The images with 600×800 pixels have been used throughout this study. Figure 1 shows the block diagram of the recognition process.

The input image has to come across several steps before the proposed technique is performed. The image had to be enhanced using histogram in preprocessing step. Then the edge detection had been employed using Canny edge detector. The edge detection process is very important as the edge information is required for the CHT technique. After application of Canny, all the 13 images are added because low level edge detection operators do not guarantee continuous boundaries of the cells and after the CHT is applied to image. When using the CHT, the radius r is known in advanced because of the cells shape. In this study, the radii for the red blood cells have been set to a range of value from 14-18 pixels.

RESULTS AND DISCUSSION

Canny edge detector: Canny is a filter based on an analytical approach (Canny, 1983). The gi(x, y) is the input image (i = 1,…,13) corresponding to a spectral range. Each gi(x, y) is smoothed by using a Gaussian filter with standard deviation σ = 0.2 to reduce the noise.

The local gradient and the direction of edge are calculated in every point:

(2)

Equation 2 is used to measure the local gradient and the Eq. 3 is used to calculate the direction of the edge:

(3)

The determined edge points give rise to peaks in the gradient magnitude image. The algorithm then follows along the top of the ridges and resets of all the pixels that are not actually on the top of the crest, so as to give a thin line in the output. The pixels are stained peaks using two thresholds T1 and T2 with T1<T2. Pixels peaks with higher T2 values expressed strong edge pixels. The ridges pixels with values ranging between T1 and T2 are called weak edge pixels.

Finally, the algorithm performs the connection of the edges by incorporating pixels which have 8 connected neighborhood. The final image is obtained by averaging the gradient images of different spectral bands (Eq. 4 and Fig. 2):

(4)

In Fig. 2, it is noted that the red blood cells are circular and have a diameter variation. The detection algorithm forms the Hough transform is applied to the image by exploiting these two observations.

Fig. 2:Image corresponding to the application of he Canny filter

Fig. 3:Image corresponding to the application of the Hough Transform

Circular Hough Transform (CHT): The Hough transform is a robust technique for curve detection. The CHT was sketched by Duda and Hart (1972). The CHT aims to find circular patterns within an image.

The CHT is used to transform a set of feature points in the image space into a set of accumulated votes in a parameter space. Then, for each feature point, votes are accumulated in an accumulator array for all parameter combinations. The array elements that contain the highest number of votes indicate the presence of the shape (Sonka et al., 2008). A circle pattern is described by Eq. 5:

(5)

Where a and b are the coordinates of the center and r is the radius of the circle. An example of result is shown in Fig. 3.

Fig. 4:Image segmentation of local maxima

Table 1: Result manual counting and automatic counting of 25 samples

In Fig. 4, it is observed that the local maxima correspond to the intensities center cells and subsequently segment centers. The best segmentation is obtained for a threshold higher than 37.5 based on a study of the histogram of the pixel intensities (Fig. 4).

Experiments were made by using 25 samples to evaluate the performance of the proposed approach. The lower bound and the upper bound on the radius of the cells in the input image were set to 14 and 18, respectively. The algorithm was compared with manual counting.

Table 1 shows the results of the counting, Fig. 5 show the correlation between automatic and manual counting and Table 2 show the goodness of the interpolation.

Fig. 5: Linear interpolation automatic counting vs. manual counting

Table 2:Statistics parameters

The aim of this study has been to investigate the potential of performing manual microscopy counting of red blood cells without human intervention and to provide an objective, reliable and efficient tool to do manual microscopy diagnosis. A new thin blood film image segmentation method has been presented by using multispectral images. This method defines a new Circular hough transform tool and applies it to perform an initial segmentation. The fact to use multispectral images introduces a solution for the over-segmentation problem associatied with the classical circular hough transform such as edges corrupted by withe noise. Experiments were made by using 25 blood smears not marked to evaluate the performance of the proposed system. As the result of the experiments, 1.93% of error is done with comparison to manual counting.

CONCLUSION

Automated microscopy diagnosis of malaria essentially requires a function which can differentiate between regular blood components (also artefacts) and parasites. The significance of this study is that it defines the computerized counting of red blood cells directly and thoroughly. It proposes a novel method to perform this fundamental function. Future study in progress includes the automatic parasitemia estimation.

ACKNOWLEDGMENTS

We would like to thank ISP for providing the financial support to our project of Malaria Diagnosis and Prof. S. Svanberg, Dr. M. Brydegaard and Mr. A. Merdasa for technical support.

REFERENCES

  • Moody, A., 2002. Rapid diagnostic tests for malaria parasites. Clin. Microbiol. Rev., 15: 66-78.
    CrossRef    


  • Canny, J., 1986. A computational approach to edge detection. IEEE Trans. Pattern Anal. Mach. Intell., 8: 679-698.
    CrossRef    Direct Link    


  • Merdasa, A., M. Brydegaard, S. Svanberg and J.T. Zoueu, 2013. Staining-free malaria diagnostics by multispectral and multimodality light-emitting-diode microscopy. J. Biomed. Opt., Vol. 18.
    CrossRef    


  • Zoueu, J.T., S. Ouattara, A. Toure, S. Safi and S.T. Zan, 2009. Spectroscopic approach of multi-spectral imagin of plasmodium falciparum infected human erythrocytes. Proceedings of the 3rd IEEE ICTON Mediterranean Winter Conference, Volume 23, December 10-12, 2009, Angers, France, pp: 1-7.


  • Brydegaard, M., Z. Guan and S. Svanberg, 2009. Broad-band multispectral microscope for imaging transmission spectroscopy employing an array of light-emitting diodes. Am. J. Phys., 77: 104-110.
    CrossRef    Direct Link    


  • Canny, J.F., 1983. Finding edges and lines in images. Technical Report No. AI-TR-720, June 1983, Artificial Intelligence Laboratory, MIT, Cambridge, MA., USA., pp: 1-145.


  • Duda, R.O. and P.E. Hart, 1972. Use of the Hough transformation to detect lines and curves in pictures. Commun. ACM, 15: 11-15.
    CrossRef    


  • Sonka, M., V. Hlavac and R. Boyle, 2008. Image Processing, Analysis and Machine Vision. 3rd Edn., Nelson Education Limited, Toronto, Canada, ISBN-13: 9780495082521, Pages: 829

  • © Science Alert. All Rights Reserved