计算机图形分离算法研究及实现
Research and Implementation of Computer Graphics Partition Algorithm
-
摘要: 计算机图形分离就是在由计算机生成的图形和自然图像合成的混合图像中将人工区域和自然区域分开.利用自适应自组织映射对彩色图像进行量化,针对每种颜色组成一个色平面;然后将色平面转换成二值图像,对其中的连通区域进行快速标记,并提取出边缘.将标记后的区域和边缘映射到原图像,定义并计算每个区域的粗糙度和边缘对比度,最终完成各个连通区域的识别.实验结果表明,该方法具有一定的实用性.Abstract: Aiming at differentiating computer graphics from natural image in a color image,color quantization is achieved by adaptive self-organizing maps and the number of colors is reduced to facilitate the subsequent segmentation and recognition of color images.Color planes are formed by extracting every kind of color and then transformed into b-i level image,where connected-components are labeled and their edges are detected.Afterwards the labeled connected-components and their edges are mapped back into the original color image to calculate inhomogeneity and edge contrast.Generally,inhomogeneity of artificial regions and edge contrast of natural regions are low.According to the ratio of inhomogeneity and edge contrast,all regions can be classified. Some experimental results verified the presented method.
下载: