基于BP神經(jīng)網(wǎng)絡的紅細胞識別分類方法研究與系統(tǒng)實現(xiàn)
發(fā)布時間:2018-07-28 09:37
【摘要】:紅細胞的形態(tài)特征分類與識別在醫(yī)學研究上有著重要的意義。目前,許多醫(yī)院和科研院所對血液紅細胞的分類與識別都是采用顯微鏡下人工觀測細胞,再對其形態(tài)進行統(tǒng)計。這種方法只能對紅細胞的形態(tài)和數(shù)量等信息做大致的統(tǒng)計和記錄,如果要精確記錄紅細胞的面積、形狀、圓形率等信息,人工觀測的方法很難做到精確而細致的記錄,同時對醫(yī)護和科研工作者是極大的精力消耗。如果有一套健全的紅細胞識別與分類系統(tǒng),能夠?qū)λM行全自動化處理包括精準的形態(tài)分析、圖表信息統(tǒng)計等一系列處理,這將極大的提高紅細胞的檢測準確度和醫(yī)療技術(shù)人員的操作效率。本文從醫(yī)院及科研院所的實際檢測需求出發(fā),設計并實現(xiàn)了基于BP神經(jīng)網(wǎng)絡的紅細胞識別與分類系統(tǒng)。具體包括以下工作:1.使用雙邊濾波平滑圖像,采用BM3D算法去除圖像的高斯白噪聲并通過對圖像進行灰度形態(tài)學操作增強目標與背景的對比度,同時突出圖像邊緣。預處理和增強模塊是為了提升圖像品質(zhì),為接下來的分割做鋪墊。2.在先后比較了閾值分割、Canny分割和分水嶺分割等方法之后,根據(jù)對分割算法的大量無差別測試,并分析、比較分割結(jié)果,選擇了一種基于標記的分水嶺分割算法,這個算法既能有效地分割紅細胞,同時也能保證邊緣特征信息不被大量丟失。分別提取紅細胞的周長、面積、圓形度、矩形度及傅里葉形狀描述子等特征,這些都是具有一定區(qū)分度的形狀特征描述。3.用BP神經(jīng)網(wǎng)絡對紅細胞進行識別與分類,對紅細胞形狀數(shù)據(jù)進行歸一化和交叉驗證等操作。最后訓練得出一個識別率達到93%以上的BP神經(jīng)網(wǎng)絡。4.根據(jù)算法完成的任務,將算法處理過程逐一劃分為功能獨立又相互協(xié)作的功能模塊,同時保持了算法的可擴展性。系統(tǒng)采用三段式界面,這種界面組織方式靈活并且可定制化,非常符合軟件開發(fā)要求。對系統(tǒng)的功能模塊進行了編碼實現(xiàn)與功能測試,對紅細胞檢測結(jié)果進行圖表化顯示。5.比較了BP神經(jīng)網(wǎng)絡和決策樹在紅細胞識別的準確率、計算復雜度和算法可擴展性的優(yōu)劣,得出前者比后者優(yōu)越的結(jié)論。
[Abstract]:The classification and recognition of the morphological characteristics of red blood cells are of great significance in medical research. At present, the classification and recognition of red blood cells in many hospitals and research institutes are observed artificially under microscope, and their morphology is counted. This method can only make general statistics and records of red blood cell shape and quantity. If we want to accurately record the area, shape and roundness of red blood cells, it is very difficult for manual observation methods to record accurately and meticulously. At the same time, the health care and research workers are a great energy consumption. If there is a sound red blood cell recognition and classification system, it can be processed with full automation, including accurate morphological analysis, chart information statistics, and a series of processing. This will greatly improve the detection accuracy of red blood cells and the operational efficiency of medical technicians. In this paper, the recognition and classification system of red blood cells based on BP neural network is designed and realized according to the actual testing requirements of hospitals and scientific research institutes. Include the following work: 1. Using bilateral filtering to smooth the image, BM3D algorithm is used to remove the Gao Si white noise of the image, and the contrast between the target and the background is enhanced by gray-scale morphological operation, and the edge of the image is highlighted at the same time. The preprocessing and enhancement module is designed to improve the image quality and pave the way for the next segmentation. After comparing threshold segmentation with Canny segmentation and watershed segmentation, a watershed segmentation algorithm based on marking is selected according to a large number of undifferentiated tests and analysis of segmentation results. This algorithm can not only effectively segment red blood cells, but also ensure that the edge feature information is not lost. The circumference, area, roundness, rectangle and Fourier shape descriptors of red blood cells were extracted respectively. BP neural network is used to identify and classify red blood cells, and to normalize and cross-verify the shape data of red blood cells. Finally, a BP neural network with a recognition rate of 93% or more was obtained. According to the tasks accomplished by the algorithm, the algorithm processing process is divided into functional independent and cooperative function modules one by one, while maintaining the scalability of the algorithm. The system adopts a three-segment interface, which is flexible and customizable, and meets the requirements of software development. The function module of the system is coded and tested, and the result of red blood cell detection is graphically displayed. 5. The accuracy, computational complexity and expansibility of BP neural network and decision tree in erythrocyte recognition are compared, and the conclusion that the former is superior to the latter is obtained.
【學位授予單位】:湘潭大學
【學位級別】:碩士
【學位授予年份】:2017
【分類號】:R446.1;TP391.41
[Abstract]:The classification and recognition of the morphological characteristics of red blood cells are of great significance in medical research. At present, the classification and recognition of red blood cells in many hospitals and research institutes are observed artificially under microscope, and their morphology is counted. This method can only make general statistics and records of red blood cell shape and quantity. If we want to accurately record the area, shape and roundness of red blood cells, it is very difficult for manual observation methods to record accurately and meticulously. At the same time, the health care and research workers are a great energy consumption. If there is a sound red blood cell recognition and classification system, it can be processed with full automation, including accurate morphological analysis, chart information statistics, and a series of processing. This will greatly improve the detection accuracy of red blood cells and the operational efficiency of medical technicians. In this paper, the recognition and classification system of red blood cells based on BP neural network is designed and realized according to the actual testing requirements of hospitals and scientific research institutes. Include the following work: 1. Using bilateral filtering to smooth the image, BM3D algorithm is used to remove the Gao Si white noise of the image, and the contrast between the target and the background is enhanced by gray-scale morphological operation, and the edge of the image is highlighted at the same time. The preprocessing and enhancement module is designed to improve the image quality and pave the way for the next segmentation. After comparing threshold segmentation with Canny segmentation and watershed segmentation, a watershed segmentation algorithm based on marking is selected according to a large number of undifferentiated tests and analysis of segmentation results. This algorithm can not only effectively segment red blood cells, but also ensure that the edge feature information is not lost. The circumference, area, roundness, rectangle and Fourier shape descriptors of red blood cells were extracted respectively. BP neural network is used to identify and classify red blood cells, and to normalize and cross-verify the shape data of red blood cells. Finally, a BP neural network with a recognition rate of 93% or more was obtained. According to the tasks accomplished by the algorithm, the algorithm processing process is divided into functional independent and cooperative function modules one by one, while maintaining the scalability of the algorithm. The system adopts a three-segment interface, which is flexible and customizable, and meets the requirements of software development. The function module of the system is coded and tested, and the result of red blood cell detection is graphically displayed. 5. The accuracy, computational complexity and expansibility of BP neural network and decision tree in erythrocyte recognition are compared, and the conclusion that the former is superior to the latter is obtained.
【學位授予單位】:湘潭大學
【學位級別】:碩士
【學位授予年份】:2017
【分類號】:R446.1;TP391.41
【參考文獻】
相關(guān)期刊論文 前10條
1 汪祖輝;孫劉杰;邵雪;;一種改進的三維塊匹配圖像去噪算法[J];包裝工程;2016年21期
2 路,
本文編號:2149677
本文鏈接:http://sikaile.net/linchuangyixuelunwen/2149677.html
最近更新
教材專著