当前位置:
首页 资源下载
搜索资源 - median cut algorithm matlab
搜索资源列表
-
2下载:
对24位的彩色图像用中位切分(中位区分)法将其转换成8位索引图像,并且生成对应的颜色查找表。-median-cut algorithm,8-bit index map, lookup table,256 colors,
-
-
0下载:
Median Cut Algorithm,RGB,image,algorithm,quantization,color,red,blue,green,multimedia processing,
-
-
1下载:
For a 24-bit color image (Lena.bmp), statistics all used colors in this image, design the median-cut algorithm to generate a lookup table. And convert the 24-color image to 8-bit index image, compare the difference between them.
-
-
0下载:
下载并读入被噪音污染的Noisychurch图像数据,用Matlab 编程采用下述方法分
别实现该图像的增强操作:
1) 用空域法实现图像的增强,分别采用如下模板操作:2x2 和3x3 的幅值为1
的模板,比较去噪和模糊的折中效果;采用3x3 的中值滤波器进行去噪操作;
采用Laplacian 模板[0 -1 0 -1 5 -1 0 -1 0]进行锐化操作。
2) 用频域法实现该图像的低通和高通滤波,选择合适的截止频率。
3) 用小波分析法实现该图像的低通和
-