搜索资源列表
GPExpand
- 图像金字塔分解与图像金字塔重构matlab 程序,我试过了,很不错-Image pyramid decomposition and reconstruction of image pyramid matlab program, I tried, very good
GPEXPAND-and-GPREDUCE
- 图像的高斯与拉普拉斯金字塔分解,两种方法都有-Image gaussian and Laplacian pyramid decomposition, there has two kinds of method
Pyramid
- Pyramid.zip包含 1、pyramid.fig界面 2、高斯金字塔通过GPReduce.m函数实现 拉普拉斯金字塔由GPExpand.m函数实现 3、用imshow()显示拉普拉斯金字塔时,如果图像矩阵数据类型为double,会显示为彩色;而通过uint8()将类型强制转换为8位无符号整数,图像显示就为黑白了。 4、采用256*256的lena彩色图像-Pyramid.zip coantain 1、py