用户名: 密码: 验证码:
基于计算机视觉的农作物病害识别方法的研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
为保证有效合理地施用农药防治农作物病害,农业生产者必须准确的获取作物的生长信息,这样,农业生产者可根据获得的病害信息快速、准确的诊断受害作物的病因以及受害程度,因病治宜。随着计算机处理能力的不断增强,以及图像处理与识别技术的快速发展,数字图像处理与识别技术在农业中的应用越来越广泛,并将成为实现农业信息化与自动化的重要技术力量。农业信息采集工作量巨大,信息的实时性和准确性是农业生产和科学研究领域普遍关注的问题,如何及时快速地进行农作物病害的准确判断一直是计算机技术面向农业领域研究工作的一项重要内容。为此,本文以计算机视觉技术为重要技术手段,综合运用图像处理和植物病理学方面的知识,研究玉米和黄瓜病害的识别和诊断。
     首先,根据病害叶片的采样要求,利用光照系统和计算机图像处理装置进行病害样本的图像采集。但是无论采用何种装置,采集到的图像往往不能令人满意。针对所采集的图像包含噪声的问题,讨论图像去除噪声的方法。在去除噪声方面论述了常用的几种消噪方法,很多消噪的方法可以很好的去除噪声对图像的影响,但是在消噪的同时也弱化了图像中目标区域的边缘,不利于基于边缘的图像分割算法的使用。因此本文采用Winer滤波来对病害图像进行去除噪声,同时采用多尺度Retinex彩色复原图像增强算法对图像进行增强处理,改善图像质量。经上述处理后,图像质量和显示效果得到明显改善,符合实验要求。
     其次,深入研究了图像分割的各种方法,仔细研究了病害图像的特点,将聚类分析引入到图像分割中,分析比较了硬C—均值聚类和模糊C—均值聚类分割算法的特性,采用快速模糊C—均值聚类算法,对病害图像进行分割,并通过实验验证了这种算法在聚类优化性能不变的前提下,可以使运算的开销降低,从而使得分割耗时明显地减少。
     本文根据Kingsbury提出的具有近似位移不变性和良好方向选择性的Q-shift DTCWT变换理论设计了基于统计性特征和系数特征的提取算法。提取了病斑图像的周长、面积和形状参数等特征,然后对所获得的特征值进行标准化,并进行病害图像的分类判断,以获得病害识别的精确性。对训练样本特征提取阶段的结果进行训练SVM分类器,并应用训练好的SVM分类器进行分类识别检测。在病害图像预处理和特征提取阶段采用了不同的方法并在不同的Video中与SVM分类法进行了大量的组合测试。结果表明,本文提出的病害识别算法不仅具有较好的鲁棒性,而且能有效提高识别率和降低误识别率。
     采用3层完全结合方式的Bp神经网络来建立农作物病害的诊断模型,同时将模拟退火算法和粗粒度并行遗传算法结合起来,既综合了遗传算法和模拟退火算法的优点,又加快了一般模拟退火遗传算法的搜索速度,对所建立的BP神经网络进行优化。优化完成后,网络的诊断能力和运算速度得到增强。
     采用VC++程序设计软件编写程序,形成了基于计算机视觉的农作物病害识别系统。
     本文从算法理论研究入手,以计算机图像处理为技术手段,以VC++语言为编程语言,综合运用计算机视觉技术、人工神经网络、小波变换、支持向量机和统计模式识别方法,对作物病害图像的处理和诊断技术进行了研究。
In order to ensure the effective application of pesticides over crop diseases control, agricultural producers must achieve the crop growth information accurately. Based on the acquired information, they can take rapid diagnoses on the causes and extent even the measures to control the diseases. With the rapid progress of computer processing and image recognition, much more fields of agriculture are using the technology to realize digital processing and automation. However, the data collection of crop growth is a hard job and the accuracy and real-time of information is always a concern in the field of agricultural production and scientific research. Therefore, it becomes so important to judge the type of crop diseases accurately by using computer technology to guide the agricultural production. Hence, this paper makes a study of corn and cucumber diseases recognition and diagnoses by different image processing and pathology based on computer vision technology.
     First, use illumination system and image procession device to collect diseases samples according to the requirements of infected leaves. But the devices used to be unsatisfactory in the collection. The noise always affects the quality of the image. Several common methods are used to remove the noise, but they also weaken the image on the brink, which is not useful in the image segmentation algorithms. In this paper, Winer filter and multi-scale recovery Retinex color image enhancement algorithms are used to improve the picture quality. And the facts prove that the image quality and effects are much more improved after the treatment.
     Second, study profoundly over image segmentation methods and the characteristics of all kinds of disease images. Cluster analyses are introduced in image segmentation to analyses and compare C-means clustering and Fuzzy C-means clustering segmentation algorithm characteristics. Experiments show that this method can reduce the computer cost and make segmentation time consuming.
     This article proposes extraction algorithm according to Kingsbury's idea of approximate displacement invariability and directionally selective Q-shift DT CWT transform theory based on his statistical and coefficient characteristics. The data of perimeter、area and shape over the infected leaves is collected to standardize it for further classification to ensure the accuracy. The trained samples withdrawn are put into the SVM trainer to have further feature recognition examination. Different methods are used and massive combined tests are carried on in different Video and SVM classification in the pretreatment and feature extraction stage. It shows that the method proposed in this article is not only effective in robustness but also significant in promoting recognition rate.
     To adopt 3-layer Bp neutral network to establish a crop disease diagnostic model and combine the annealing algorithm with the coarse grain parallel genetic algorithm can both keep the merit of synthesized genetic algorithm and speed up the searching time in genetic algorithm. After the optimization, the network diagnosis ability and the computing speed will be improved efficiently.
     To adopt VC+ programming software device can set up a system based on computer vision over crop disease recognition.
     This paper finishes a research over crop diseases recognition by using algorithm technology based on computer image processing, VC+ language, comprehensive computer vision device, artificial neutral network, wavelet transformation, support vector machines and statistical model recognition methods.
引文
[1]包晓安等.2004.基于人工神经网络与图像处理的苹果识别方法研究.农业工程学报,20(3):109-112]
    [2]陈佳娟等.2000.基于遗传神经网络的玉米叶色的自动测定研究.农业学报,15(5):115-117
    [3]陈佳娟等.2001.采用计算机视觉进行棉花虫害程度的自动测定.农业工程学报,17(2):157-160
    [4]成礼智等.2004.小波的理论与应用.北京:科学出版社,110-143.
    [5]崔锦秦.1995.小波分析导论.西安:西安交大出版社,2-24,66-229.
    [6]戴天虹等.2006.基于神经网络和颜色特征对木材进行分级的分析[J].森林工程,22(1):18-22
    [7]邓娟.2005.基于内容的图像数据库检索中关键技术的研究[D].上海:东华大学.
    [8]狄强,冯霞.2005.基于内容的图像检索技术探索[J].计算机工程,31(31):223-225.
    [9]丁震等.1997.一种适用于灰度图像分割的快速FCM算法.模式识别与人工智能,10(2):132-139
    [10]范九伦等.2001.基于类间关联度的聚类有效性函数.模式识别与人工智能,14(30):302-305
    [11]房俊龙等.2004.用遗传算法训练的人工神经网络识别番茄生理病害果.农业工程学报,20(3):113-116
    [12]冯斌.2002.计算机视觉信息处理方法与水果分级检测技术研究.[博士学位论文].北京:中国农业大学
    [13]冯永强.2007.图像边缘信息处理技术研究及应用[D]大庆石油学院.
    [14](美)福赛思等著,林学訚等译.2004.计算机视觉—一种现代方法.电子工业出版社,3-5,8-11,13-18,20-35.
    [15]高新波.2004.模糊聚类技术及其应用.第一版.西安:西安电子科技大学出版社,196-197
    [16]高新波等.2000.模糊C—均值聚类算法中加权指数m的研究.电子学报,28(4):80-83
    [17]郭志波.2007.人脸快速检测和特征抽取方法的研究[D].南京理工大学.
    [18]黄凯奇等.2004.色彩恒常性在彩色图像中的应用.计算机应用学报,22(3):323-327.
    [19]李宝昭.基于匹配的图像识别算法的应用研究[D]广东工业大学,2007.
    [20]李长缨等.2003.利用计算机视觉技术实现对温室植物生长的无损监测.农业工程学报,19(3):140-143
    [21]李庆中.2000.计算机视觉信息处理方法与水果分级检测技术研究.[博士学位论文].北京:中国农业大学
    [22]李学明.2005.基于Retinex理论的图像增强算法[J].计算机应用研究,2005(2):235-237.
    [23]林开颜等.2004.计算机视觉技术在作物生长监测中的研究进展.农业工程学报,20(4):279-282
    [24]林晓燕等.2003.杨树病害抱子的图像识别技术研究.仪器仪表学报,24(4):364-366
    [25]凌云.2004.基于机器视觉的谷物外观品质检测技术研究.[博士学位论文].北京:中国农业大学
    [26]刘瑾等.2007.采用图像融合技术的多模式人脸识别[J].工程图学学报,(06).
    [27]刘炜等.2005.基于信号多尺度边缘表示的CT医学图像增强.中国图象图像学报,10(2):207-213.
    [28]陆宗骐.2006.Visual C++.NET图像处理编程.第二版.清华大学出版社,323-354.
    [29]吕铁英,彭嘉雄.1999.图像轮廓特征提取新方法研究.中国图像图形学报,4(8):655-658
    [30]毛翠丽等.2007.基于数字图像处理的火焰长度计算方法[J].光学仪器,29(1):27-29
    [31]毛罕平等.2003.番茄缺素叶片的图像特征提取和优化选择研究.农业工程学报,19(2):133-136
    [32]毛文华.2004.计算机视觉信息处理方法与水果分级检测技术研究.[博士学位论文].北京:中国农业大学.
    [33]宋韬.1994.基于计算机图像处理的作物籽粒的识别研究.[中国农业大学博士论文],69-80
    [34]孙延奎.2005.小波分析及其应用.北京:清华大学出版社,15-40.
    [35]孙学岩.2005.基于内容的鱼病图像检索算法研究与实现[D].北京:中国农业大学.
    [36]孙即样等.2001.模式识别中的特征提取与计算机视觉不变量.第一版.北京:国防工业出版社,21-43
    [37]唐亮等.2005.城市航空影像中基于模糊的Retinex阴影消除.电子学报,33(3):501-503.
    [38]王建卫.2004.3.滤波器组设计与细分算法中的若干问题研究.浙大硕士论文.
    [39]王晓莉等.2006.基于鲁棒估计的Retinex图像增强算法.计算机应用,26(7):1611-1613.
    [40]王正群等.2008.基于集成主成分分析的人脸识别[J].计算机应用,(01).
    [41]汪传民等.2006.基于计算机视觉的轴承外径检测系统的研究[J].微计算机信息,5(1):205-207
    [42]伍雪冬等.2007.计算机视觉中传统摄像机定标方法综述.福建工程学院学报,5(1):57-61
    [43]许月芳.2002.基于遗传模糊C—均值聚类算法的图像分割.西北工业大学学报,30(20):549-553
    [44]叶秀清等.1996.快速模糊图像分割算法.模式识别与人工智能,9(1):66-70
    [45]杨淑莹.2003.VC++图像处理程序设计.北京:清华大学出版社
    [46]杨秀坤等.1997.用遗传神经网络方法进行苹果颜色自动检测的研究农业机械学报,13(2):173-76
    [47]易克传等.2006.基于聚类分析的计算机视觉对茶叶色泽的识别.中国茶叶加工,(2):39-41
    [48]应义斌等.2004.基于最小矩形法的柑橘横径实时检测方法研究.生物数学学报,19(3):352-356
    [49]余朝刚,应义斌.2004.机器视觉技术在设施农业环境调控中的应用.农机化研究,1:200-201
    [50]于鹏峰等.2007.基于数字图像处理对W型锅炉燃烧状况的诊断[J].湖北电力,31(1):39-40
    [51]于润伟,朱晓慧.2007.基于图像处理的稻米垩白自动检测研究[J].中国粮油学报,22(1):122-125
    [52]詹白勺等.2007.利用VB与VC混合编程实现数字印花的图像处理.现代制造工程,1:50-52
    [53]张建平.1994.数字图像处理在农产品质量检测中的应用—烟叶质量的自动分级.[江苏理工大学博士论文],55-65
    [54]张磊,林福宗.2002.基于神经网络自学习的图像检索方法[J].软件学报,12(10);1479-1485.
    [55]张丽玲等.2007.基于数学形态学图像处理的TI G焊接过程正面熔宽控制[J].焊接学报,28(2):51-54
    [56]张明.2006.基于内容的图像相似性度量技术及其在水利中的应用[D].江苏:河海大学,2006
    [57]张瑞合等.2001.计算机视觉技术在番茄收获中的应用.农业机械学报,32(5):50-52
    [58]张香琴等.2001.家蚕微粒子病的图像识别技术研究.农业机械学报,32(5):65-68
    [59]张勇,金学波.2007.基于图像处理和小波去噪的化工信号分析.检测与控制装置,34(1):69-72
    [60]章毓晋.2001.图像分割.第一版.北京:科学出版社,50-85
    [61]郑南宁著.1998.3.计算机视觉与模式识别.北京国防工业出版社.
    [62]郑小东等.2004.基于双目立体视觉的番茄识别与定位技术.计算机工程,30(22):155-156
    [63]郑宏,潘励.1999.基于遗传算法的图像阈值自动选取.中国图象图形学报,4(4):327-330
    [64]钟宝江.2006.图象轮廓处理技术的基础算法研究[D].南京航空航天大学.
    [65]周瑾等.2004.基于双数复数小波变换的切削图像阈值去噪[J].中国图像图形学报,9(9):1070-1075
    [66]朱虹等.2005.数字图像处理基础.第一版.北京:科学出版社,125-143
    [67]朱志刚.1998.数字图像处理.北京:电子工业出版社
    [68]Adhemar Bultheel.2003,9.Wavel.etswith applications in signal and image processing.
    [69]Anil K.Jain,Salil Prabhakar,Lin Hong,and Sharath Pankanti.FingerCode:A Filterbank for Fingerprint Representation and Matching.Computer Vision and Pattern Recognition. IEEE Computer Society Conference on 1999.2: 187-193.
    [70]Anil K.Jain, Fellow, IEEE, Salil Prabhakar, Lin Hong, and Sharath Pankanti.2000.Filterbank-Based Fingerprint Matching.IEEE Transactions on Image Processing, 9(5): 846-859.
    [71]A.R.Frost., A.P.French, R.D.Tillett, T.P.Pridmore, S.K.Welch.A vision guided robot for tracking a live loosely constrained pig.Computers and Electronics in Agriculture, 2004, 44 (2):93-106
    [72]Casady W W, Paulsen M R.An Automated Kernel Positioning Device for Computer Vision Analysis of Grain.Transactions of the ASAE.1989.32(5)
    [73]CHANG Yao-jen, ZHANG Wen-de, CHENTsu-han.Biometrics-basedcryptographic key generation[C].Proc of IEEE International Confe-rence on Multimedia and Expo.2004, :2203-2206 .
    [74]Chen S.W., Chen C.F.et al.Neural-fuzzy Classification for Segmentation of Remotely Sensed Images.IEEE Trans.SP,1997,11(45):2639-2654.
    [75]Cheng H D, et al.Threshold selection based on fuzzy C-partition entropy approach .Pattern Recognition.1998.31(7):857-870
    [76]C.K.Eveland, D.A.Socolinsky, L.B.Wolff.Tracking human faces in infrared video .Image and Vision Computing.2003, vol.21 :pp.579-590 .
    [77]Coleman G.B., Andrews H.C.Image Segmentation by Clustering.Proc.IEEE.1979.5 (67): 773-785
    [78]David Marr, A Computational Investigation into Human Representation and Processing of Visual Information Freeman Co.1982,中译本,视觉计算理论,姚国正等翻译,科学出版社,1988.
    [79]D.E.Guyer, G.E.Miles, M.M.Schreiber, Computer vision and image processing for plant identification.ASAE paper, 1993
    [80]Delwiche M J, Tans S, Thompson J F.Prune defect detection by line-scan imaging.Trans of ASAE.1990.33(3):950-954
    [81]Franz E, Gebhardt M R, Unklesbay K B, Shape description of completely and partially occluded leaves for identifying plants in digital images.Transactions of the ASAE, 1991, 34 (2):673-681
    [82]Han C.Liao H.M.etal.Fast face detection via morphology based preprocessing .Pattern Recognition, 2000, .
    [83]HH Nguyen, P.Cohen.Gibbs Random Fields.Fuzzy Clustering, and The Unsupervised Segmentation of Textured Images.Graphical Models and Image Processing, 1993.55(1):1-19.
    [84]Huang L K, Wang M J.Image threshold by minimizing the measure of fuzziness.Pattern Recognition.1995.28(1):41-51
    [85]Humpheries S.Identification of Plant Parts Using Color and Geometric Image Data.Translations of the ASAE.1993.36(5):1493-1500
    [86]Ingrid Daubechies.TenLectures on Wavelets.2004,5.
    [87]James J.Gibson, The Ecological Approach to Visual Perception.Lawrence Erlbaum Associates, Inc.1986.
    [88]Jia P, Evans M D, Ghate S R.Catfish feature identification via computer vision.Transactions of the ASAE, 1996, 39 (5):1923-1931
    [89]J R.R.Wolfe, W.E.Sandier, An algorithm for stem detection using digital image analysis.Transactions of the ASAE, 1985, 28 ( 2):641-644
    [90]J.Zhang, S.Sokhansanj, S.Wu, R.Fang, W.Yang, A trainable grading system for tobacco leaves.Computers and Electronics in Agriculture, 1997, 16:231-244
    [91]Lee M W, Ranganath S.Pose-invariant face recognition using a 3D deformable model .Pattern Recognition.2003, 36(8) :1835-4846
    [92]LO.Hall et al.A Comparison of Neural Network and Fuzzy Clustering Techniques in Segmenting Magnetic Resonance Images of The Brain.IEEE Trans.Neural Networks.1992.3(5):672-682
    [93]M.Antonini, et al., mage Coding Using Wavelet Transform IEEE Transactions on Image Processing, 1992.11(2): 205-220.
    [94]Massimo Bertozzi, AlbertO Broggi, Gianni Conte, Alessandra Fasciolj obstacle and lane.detection on Argo.Department of Information University of Parma, Parma, Italy.
    [95]Miller.B.Kand, Deiwiche.M.J.A.Color Vision System for Peach Grading. Translation of ASAE.1989.32(4):1484-1490
    [96]Nalwa V S, Binford T 0.On Detecting Edges.IEEE Trans on Pattern Analysis and Machine Intelligence, 1986.8(6):699-714
    [97]Nick Kingsbury.Image Processing with Complex Wavelets.University of Cambridge,Cambridge CB2 1PZ,UK.1997.2-6
    [98]Nick Kingsbury.A dual-tree complex wavelet transform with improved orthogonality and symmetry properties.IEEE Image Processing 2000:375-378.Vol 2.
    [99]Nick Kingsbury.Complex Wavelets for Shift Invariant Analysis and Filtering of Signals.Applied and Computational Harmonic Analysis 2001.10:234-253.
    [100]N.Sarkar, R.R.Wolfe.Feature extraction techniques for sorting Tomatos by computer vision.Transactions of the ASAE, 1985, 28 ( 3):970-979
    [101]Othman H, Aboulnasr T.A Separable Low Complexity 2D HMM with Application to Face Recognition .IEEE Transactions on Pattern Analysis and Machine Intelligence.2003, 25(10) :1229-1238 .
    [102]Pal S K, King R A.On edge detection of X-ray image using fuzzy sets.IEEE -PAMI.1983.5(1):69-77
    [103]P.Flynn, A.Jain BONSAL.3D Object Recognition Using Constrained Search.PAMI.1991.13(10):1066-1075
    [104]Porter R, Canagarajah N.A Robustic Clustering Scheme for Image Segmentation Using Wavelets.IEEE Trans Image Processing.1996.5(4):662-665.
    [105]R.Uren"a, F.Rod厅"guez*, M.Berenguel.A machine vision system for seeds germination quality evaluation using fuzzy logic.Computers and Electronics in Agriculture.2001,32(1): 1-20
    [106]Russ J C.The Image Processing Handbook.CRC Press, 1995
    [107]Sail Prabhakar, Fingerprint Classification and Matching Using a FilterBank, A Dissertation for the degree of Doctor of Philosophy.Michigan State University, 2001.
    [108]Sarkar N, R.R.Wolfe.Feature Extraction Techniques for Sorting tomatoes by Computer Vision.Translations of the ASAE.1985.28 (3):970-974
    [109]Sexton R, Dorsey R, Johnson J.Optimization of Neural Networks:A Comparative Analysis of Genetic Algorithms and Simulated Annealing.European Journal of Operationl Research, 1999,114:589-601.
    [110]S.Han., Q.Zhang, B.Ni, J.F.Rei.A guidance directrix approach to vision-based vehicle guidance systems.Computers and Electronics in Agriculture, 2004,43(3):179-195
    [111]Sherer.S A and Payne F A.Color and Defect Sorting of Bell Pepper Using Machine Vision.Translations of the ASAE 1990.38(3):959-964
    [112]Siddique Mnh, Tokhi Mo.Training Neural Network:Backpropagation vs Genetic Algorithms[A].Proc.of INNS-IEEE Joint Conf.onNeural Networks[C],2002
    [113]SIYALMY AHMED F.Abiometric-based scheme for enhancing se-curity of cryptographic keys[C].Proc of the 10th IEEE RegionConference.Piscatawang NJ: IEEE, 2004, :407-410.
    [114]Tadhg Brosnan, Da-Wen Sun.Improving quality inspection of food products by computer vision^a review.Journal of Food Engineering, 2004 (61): 3-16
    [115]Takashi Kataoka, Duke M.Bulanon, Tatsuo Hiroma, Yoshinobu Ota.Performance of a Robotic Hand for Apple Harvesting.An ASAE Meeting Presentation Paper No.993003,1999
    [116]Teoh ABJ, David CLN, Goh A.Personalized cryptographic key generation based on facehashing .Computers and Security.2004, vol.23 :pp.606-14 .
    [117]Vapnik V N.The nature of statistical learning [M].Berlin: Springer, 1995.
    [118]VassilisSpiliotopoulos, N.D.Zervas, Yiannis.Andreopoulos, G.Anagnostopoulos.QUANTIZATION EFFECT ON VLSI IMPLEMENTATIONS FOR THE 7/9 DWT FILTERS.University of Patras, Dept.of ECE VLSI Design Lab.1997.
    [119]V.Perlibakas.Distance measures for PCA-based face recognition .Pat tern Recognition Letters.2004, 25 :711-724 .
    [120]V Steinmetz; J.M.Roger; E.MoltoH; J.Blasco.On-line Fusion of Colour Camera and Spectrophotometer for Sugar Content Prediction of Apples.Article No.jaer.1999.0407,available online at http://www.idealibrary.com
    [121]W.Swvldens, The lifting scheme: A construction of second generation wavelets, SIAM J.Math.Anal.1997.29(2): 511-546.
    [122]Yutaka SASAKI, Tsuguo 0KAM0T0, Kenji IMOU, Toru TOR.Automatic Diagnosis of Plant Disease.Journal of JSAM.1999.61(2):119-126
    [123]Zayas I, Pomeranz Y, Lai F S.Discrimination between arthur and arkan wheat by mage analysis.Cereal Chemistry, 1985.62(2):478-480
    [124]Zayas I, Lai F S, Pomeranz Y.Discrimination between wheat classes and varieties by image analysis.Cereal Chemistry.1986.63(1):52-56
    [125]Zayas I, Pomeranz Y, Lai F S.Discrimination of wheat and nonwheat components in grain samples by image analysis.Cereal Chemistry,1989.66(3):233-237
    [126]sZhang Y J.A Survey on Evaluation Methods for Image Segmentation.Pattern Recognition.1996.29(8):1335-1346

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700