文件名称:2007202131
介绍说明--下载内容均来自于网络,请自行研究使用
Image Compression
A collection of simple routines for image compression using different techniques.
图象压缩的不同方法
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
IMCOMPR:
Image compression based on Singular Value Decomposition.
The given codes can be also used in 2D noise suppression.
Notes:
The function \"conv2fft\" performs a 2D FFT-based convolution.
Type \"help conv2fft\" on Matlab command window for more informations.
A collection of simple routines for image compression using different techniques.
图象压缩的不同方法
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
IMCOMPR:
Image compression based on Singular Value Decomposition.
The given codes can be also used in 2D noise suppression.
Notes:
The function \"conv2fft\" performs a 2D FFT-based convolution.
Type \"help conv2fft\" on Matlab command window for more informations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 138983792007202131.rar 列表 图象压缩的不同方法源码\btcode.m 图象压缩的不同方法源码\conv2fft.m 图象压缩的不同方法源码\convfft.m 图象压缩的不同方法源码\dctcompr.m 图象压缩的不同方法源码\imcompr.m 图象压缩的不同方法源码\pyramid.m 图象压缩的不同方法源码\testo.txt 图象压缩的不同方法源码