摘要
针对图像分析应用日益广泛的现状,基于阈值法对彩色图像实现分割进行论述。介绍图像分割基本概念,讲述彩色图像直方图阈值分割方法,利用二维直方图方便地寻找彩色图像阈值,最后通过C#可行的程序稳定、准确地实现彩色图像阈值分割。
As the application of image analysis becoming more and more important,discusses the segmentation of color image based on thresholding method.Discusses the concept of image segmentation,and the segmentation method based on the histogram of color image,finally uses 2D histogram to find the threshold of the color images,then utilizes C# feasible program to precisely realize color image segmentation based on thresholding.
出处
《现代计算机》
2011年第1期46-49,共4页
Modern Computer
关键词
C#
阈值
二维直方图
彩色图像分割
C#
Thresholding
2D Histogram
Color Image Segmentation