伪彩色处理的频域变换方法我要分享

Frequency conversion method of pseudo color proces

关注次数: 260

下载次数: 0

文件大小: 10.68 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 灰色图像在matlab中以矩阵形式存在,灰度级为k的话,矩阵元素大小为0——2的k次方-1,为了减小视觉的分辨不清图像的缺陷,想到对灰色图像进行彩色处理,这就叫做灰度图像的伪彩色处理,而伪彩色处理经常用的三种方法是灰度级分割、灰度级——彩色变换、频域变换法


English Description:

Gray image exists in the form of matrix in MATLAB. If the gray level is k, the size of matrix element is 0-2 to the k-th power-1. In order to reduce the defect of blurred image, we think of color processing of gray image, which is called pseudo color processing of gray image. The three methods of pseudo color processing are gray level segmentation, gray level color transformation and frequency conversion Domain transformation method


代码预览

相关推荐