International Research Journal of Engineering and Technology (IRJET)
e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020
p-ISSN: 2395-0072
www.irjet.net
Automated Monitoring and Detection System of Strep Throat using FPGA P. Sowmya 1 , T. Bhuvaneswari 2 1UG
Student , Department of ECE KGISL Institute of Technology , Coimbatore, Tamilnadu 2Assistant Professor, Department of ECE KGISL Institute of Technology, Coimbatore, Tamilnadu
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Tonsillitis is a disease occurring mostly in child
and adults as this disease may take to the other effects. An automatic tonsillitis monitoring and detection system aims for personal use and requires mobility, a compact size, and a light weight with reliable functionality. This paper proposes the design and implementation of automatic tonsillitis monitoring and detection system using image processing and FPGA. Image processing is one of the emerging methods in communication. In the image processing edge detection is the first step in many computer vision applications. Edge detection of image significantly reduces the amount of data and filters out unwanted or insignificant information and gives the significant information in an image. This information is used in image processing to detect objects in which there are some problems like false edge detection, missing of low contrast boundaries, problems due to noise etc. In this paper Canny Edge Detection algorithm is implemented. Canny Edge Detection algorithm for stored image is implemented on Field Programmable Gate Array (FPGA),and the image is segmented for final analysis. Key Words: Tonsillitis, Image processing , Canny edge detection , FPGA
effect of noise present in the image. The equation for a Gaussian filter kernel of size (2k+1)×(2k+1) is given by:
Then, potential edges are thinned down to 1-pixel curves by removing non-maximum pixels of the gradient magnitude. The equation for a gradient sobel operator is given by:
Finally, edge pixels are kept or removed using hysteresis thresholding on the gradient magnitude.
1. INTRODUCTION Tonsillitis is a viral disease that can lead to ischemic heart disease, chronic obstructive pulmonary disease (COPD), and kidney disease, which rank as the top 1, 5, and 10 causes of death, respectively . Due to the shortage of medical doctors, especially in the countryside and within an aging society, it is inconvenient to periodically consult doctors; therefore, an automated tonsillitis monitoring and detection system is needed. To be practical, the automated system should be compact and portable with low power consumption. Edge detection is a low level operation used in image processing and computer vision applications. The main goal of edge detection is to locate and identify sharp discontinuities from an image. The Canny filter is a multi-stage edge detector. It uses a filter based on the derivative of a Gaussian in order to compute the intensity of the gradients. The Gaussian reduces the
© 2020, IRJET
|
Impact Factor value: 7.529 |
The Canny has three adjustable parameters: the width of the Gaussian (the noisier the image, the greater the width), and the low and high threshold for the hysteresis thresholding. Software implementation using MATLAB, Xilinx System Generator (XSG) is objective of paper.
ISO 9001:2008 Certified Journal
|
Page 4350