搜索资源列表
图象处理及分形图象压缩
- 图象处理及分形图象压缩是针对真彩(24位色)BMP图象进行简单处理和能够进行分形图象压缩的程序.分形图象压缩采用了固定分块和四叉树的方法,小波零树编码的方法还有问题. 图象处理部分对图片大小没有要求,分形图象压缩部分对图片大小有要求,大小应是2的次方幂(例如大小应是128*128,256*256,512*512等等),否则在菜单上看到的图象压缩里子菜单是灰的,不起作用. -image processing and fractal
fractalcompress
- 图象处理及分形图象压缩是针对真彩(24位色)BMP图象进行简单处理和能够进行分形图象压缩的程序.分形图象压缩采用了固定分块和四叉树的方法,小波零树编码的方法还有问题. 图象处理部分对图片大小没有要求,分形图象压缩部分对图片大小有要求,大小应是2的次方幂(例如大小应是128*128,256*256,512*512等等),否则在菜单上看到的图象压缩里子菜单是灰的,不起作用. -image processing and fractal
FracComp
- 经典的分形压缩算法 基于四叉树法 从国外网站上下载的-classic fractal compression algorithm based on quadtree method from abroad download website
图象处理及分形图象压缩
- 图象处理及分形图象压缩是针对真彩(24位色)BMP图象进行简单处理和能够进行分形图象压缩的程序.分形图象压缩采用了固定分块和四叉树的方法,小波零树编码的方法还有问题. 图象处理部分对图片大小没有要求,分形图象压缩部分对图片大小有要求,大小应是2的次方幂(例如大小应是128*128,256*256,512*512等等),否则在菜单上看到的图象压缩里子菜单是灰的,不起作用. -image processing and fractal
fractalcompress
- 图象处理及分形图象压缩是针对真彩(24位色)BMP图象进行简单处理和能够进行分形图象压缩的程序.分形图象压缩采用了固定分块和四叉树的方法,小波零树编码的方法还有问题. 图象处理部分对图片大小没有要求,分形图象压缩部分对图片大小有要求,大小应是2的次方幂(例如大小应是128*128,256*256,512*512等等),否则在菜单上看到的图象压缩里子菜单是灰的,不起作用. -image processing and fractal
FracComp
- 经典的分形压缩算法 基于四叉树法 从国外网站上下载的-classic fractal compression algorithm based on quadtree method from abroad download website
quadtree_coding
- This code is for quadtree partitioning of image-This code is for quadtree partitioning of image...
fcmgray
- 灰度次序—差值法图象分形压缩编码 分形, 图象压缩, 四叉树法, 迭代函数系统-Gray order- the difference method of fractal image compression, fractal, image compression, quadtree method, iterated function system
qdtree-coding
- this code descibe matlab code for quadtree decomposition in fractal image compression
quadtree-fractal
- qtdecomp divides a square image into four equal-sized square blocks, and then tests each block to see if it meets some criterion of homogeneity. If a block meets the criterion, it is not divided any further. If it does n
fractal-nosearch-method
- A new modified fast fractal image compression algorithm *** nosearch method with 3 stages quadtree in DCT domain-A new modified fast fractal image compression algorithm *** nosearch method with 3 stages quadtree in DCT
fractal-image-compression-using-Quadtree-decompos
- MAtlab code for fractal image compression
58651
- The following Matlab project contains the source code and Matlab examples used for fractal image compression using quadtree decomposition and huffman coding. Image storage and transmission have created an increasing impo
fractal Image compression
- fractal Image compression using Quadtree decomposition and huffman coding