RLC_MATLAB

所属分类:matlab编程
开发工具:matlab
文件大小:2KB
下载次数:298
上传日期:2009-05-15 10:49:27
上 传 者Genghis
说明:  一个用于演示游程编码的Matlab程序,具有编码和解码功能
(A Matlab program for the demonstration of the run-length coding , with the encoding and decoding functions)

文件列表:
RLC\Coding.m (1754, 2009-05-15)
RLC\Decoding.m (1652, 2009-05-15)
RLC (0, 2009-05-15)

游程编码解码程序 作者:Genghis_yang E-mail: yangcheng2503@163.com 使用方法: Coding(input_file,output_file)函数功能:对二值位图文件进行编码并输出编码后的编码文件。两个参数分别是输入的二值位图文件名和待输出的游程编码文件名,两参数都需要是字符串类型。如: Coding('color.bmp','rlc.txt')将名为color.bmp的图文件进行游程编码,产生编码文件rlc.txt Decoding(input_file,output_file)函数功能:对游程编码文件进行解码并输出解码后的图像文件。两个参数分别是输入的编码文件名和待输出的图像文件名,两参数都需要是字符串类型。如: Decoding('rlc.txt','result.bmp')将编码文件rlc.txt解码成图像result.bmp

近期下载者

相关文件


收藏者