对菌落图像进行分析计数是农业、食品、医药卫生分析中进行质量检测的一项很重要的工作。针对菌落图像的特点,本文通过 VC++进行软件开发,利用数字图像处理技术对菌落图像进行处理与分析。主要完成了以下工作:(1) 用最大类间差法对采集的菌落图像进行二值化;(2) 通过霍夫变换的方法实现了培育皿边缘的去除,提出了一种改进的椭圆霍夫变换,该方法能很好地抑制噪声和干扰的影响;(3) 通过距离变换法和分水岭算法对粘连菌落进行分割;(4) 通过八领域边缘跟踪和区域填充法对菌落进行标号后计数。关键词:菌落分析,距离变换,粘连分割,边缘跟踪精品文档---下载后可任意编辑ABSTRACTIMAGE PROCESSING AND ANALYSIS OF COLONY is an important work in Quality Inspection for analysis in the field of Agriculture, Food Industry and medical health industry. According to the feature of the colony image, this article use VC++ to develop software, use digital image processing to analysis the colony image. Themain results are as follows:1. It do binaryColony image by OTSU2. It realized removing the edge of the dish by the Hough transform method; put forward an improved elliptical Hough transform, which can inhibit noise and the influence of interference.3. Studied the partition of overlapping colony using chain code deviation theory and a watershed transformation respectively.4. Eight-connected edge t racking algorithm and area filling algorithm are used to mark and countthe colony.Key words:colony counting;distance transform;overlapping partition; edge tracking精品文档---下载后可任意编辑目录第 1 章引言 11.1 国内外讨论现状 0 1.1.1 图像处理在计数方面的应用 0 1.1.2 菌落分析的进展 0 1.1.3 粘连菌落分割讨论 0 1.2 讨论的目的和意义 0 1.3 本文主要讨论内容 1 第 2 章关于数字图像处理的理论基础及常用处理方法 0 2.1 数字图像处理的起源及进展 0 2.2 数字图像处理的讨论内容 0 2.3 数字图像处理和分析模块的基本构成 0 2.4 图像处理的常用方法 1 第 3 章菌落图像的预处理 0 3....