Location:
Search - Image Compress
Search list
Description: 输入:为需要压缩图象的名称,该主程序仅能构处理256灰度图,读者可以自行改编为RGB处理;ratio为压缩比率;level为小波分解的级数
输出:是解压完毕的图象数据矩阵-input : the need for image compression name, the main program can only handle 256 gray level structure, Readers can own adaptation of RGB; ratio of compression ratio; wavelet decomposition level for the series output : is finished unpacking the image data matrix
Platform: |
Size: 54272 |
Author: 林颖 |
Hits:
Description: 这是一个不错的图像压缩的Matlab程序,希望能对你有所帮助.-This is a good image compression Matlab procedures in the hope that you can help.
Platform: |
Size: 56320 |
Author: 林颖 |
Hits:
Description: 通过小波变换实现图像的压缩变换,很简洁的压缩程序。-Through wavelet transform image compression transform, compression procedure is very simple.
Platform: |
Size: 1024 |
Author: sh85 |
Hits:
Description: 图像压缩去噪增强锐化程序,供大家参考。
包括:数字图像矩阵数据的显示及其傅立叶变换
二维离散余弦变换的图像压缩
采用灰度变换的方法增强图像的对比度
采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
图像的自适应魏纳滤波
运用5种不同的梯度增强法进行图像锐化
图像的高通滤波和掩模处理
利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理
利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理-Sharpen Image Compression Denoising enhanced procedures for your reference. Include: digital image data display matrix and its Fourier transform two-dimensional discrete cosine transform image compression method using gray-scale transformation of the contrast-enhanced images using two-dimensional median filter function by medfilt2 of salt and pepper noise image filtering using MATLAB The function affected by noise interference filter2 images mean filter Adaptive Image Filtering Wehner use five kinds of different gradient method to enhance image sharpening images of high-pass filtering and mask treatment using Butterworth (Butterworth) low pass filter noise by smoothing the images deal with the use of Butterworth (Butterworth) high-pass filter for sharpening images treatment
Platform: |
Size: 11264 |
Author: 张悦庭 |
Hits:
Description: 检测图像的边缘:
用Prewitt算子检测图像的边缘
,用不同σ值的LoG算子检测图像的边缘
,用Canny算子检测图像的边缘
,图像的阈值分割
,用水线阈值法分割图像
,对矩阵进行四叉树分解
,将图像分为文字和非文字的两个类别
,形态学梯度检测二值图像的边缘
,形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
-Image edge detection: edge detection using Prewitt edge images, with different σ value Log Operators image edge detection using Canny operator image edge detection, image thresholding, water line thresholding segmentation images, of the matrix quadtree decomposition, the image is divided into text and non-text of two categories, the morphological gradient detection of the edge binary image, morphology examples- from PCB image delete all current lines, retaining only the target chip
Platform: |
Size: 40960 |
Author: 张悦庭 |
Hits:
Description: 用matlab写的图像预测编码,compress.m是压缩,descompress.m是解压缩。-Using matlab to write the image predictive coding, compress.m is compressed, descompress.m is extracted.
Platform: |
Size: 1024 |
Author: 杨襄 |
Hits:
Description: 一个视频压缩的小程序,通过间隔性的捕捉图象,预测,补偿。来压缩图像,从而达到压缩视频的目的。-A small video compression process, through the capture间隔性images, prediction, compensation. To compress images, so as to achieve the purpose of compressed video.
Platform: |
Size: 12354560 |
Author: li |
Hits:
Description: 用于bmp图像转化为jpg的图像压缩算法实现的源代码。-For bmp images into a jpg image compression algorithm source code.
Platform: |
Size: 8192 |
Author: andy |
Hits:
Description: 对图像进行压缩,并利用计权网络及huffman算法和DCT算法对此进行了实现.-Image compression, and using weighting network and huffman algorithm and DCT algorithm was carried out to achieve.
Platform: |
Size: 5120 |
Author: 政委 |
Hits:
Description: JPEG2000图像压缩过程及原理概述,对做图像处理的有一定帮助!-JPEG2000 image compression process and an overview of the principle of image processing has to do a certain extent, help!
Platform: |
Size: 355328 |
Author: 101 |
Hits:
Description: Image Compress 2008 -Image Compress 2008
Platform: |
Size: 325632 |
Author: hamster |
Hits:
Description: 使用小波分解进行图像压缩的几个例子,
有二次分解的有通过系数选取分解的
我刚做的 可用-Using wavelet decomposition for image compression of a few examples, has the second decomposition has selected through the coefficient of decomposition available to do I just
Platform: |
Size: 47104 |
Author: hali |
Hits:
Description: 这个matlab程序实现了基于SPIHT多级树集合分裂的图像压缩算法。
-Matlab implementation of this procedure based on the SPIHT multi-level set to split the tree image compression algorithm.
Platform: |
Size: 269312 |
Author: 王玲 |
Hits:
Description: 用BP神经网络实行彩色图像压缩matlab-Bp network color image compression
Platform: |
Size: 1024 |
Author: liuwei |
Hits:
Description: The EZW encoder is based on progressive encoding to compress an image into a bit stream with increasing accuracy. This means that when more bits are added to the stream, the decoded image will contain more detail, a property similar to JPEG encoded images. It is also similar to the representation of a number like Every digit we add increases the accuracy of the number, but we can stop at any accuracy we like. Progressive encoding is also known as embedded encoding, which explains the E in EZW. -The EZW encoder is based on progressive encoding to compress an image into a bit stream with increasing accuracy. This means that when more bits are added to the stream, the decoded image will contain more detail, a property similar to JPEG encoded images. It is also similar to the representation of a number like Every digit we add increases the accuracy of the number, but we can stop at any accuracy we like. Progressive encoding is also known as embedded encoding, which explains the E in EZW.
Platform: |
Size: 57344 |
Author: manikandan |
Hits:
Description: 图像压缩去噪增强锐化程序,供大家参考。 包括:数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理--Sharpen Image Compression Denoising enhanced procedures for your reference. Include: digital image data display matrix and its Fourier transform two-dimensional discrete cosine transform image compression method using gray-scale transformation of the contrast-enhanced images using two-dimensional median filter function by medfilt2 of salt and pepper noise image filtering using MATLAB The function affected by noise interference filter2 images mean filter Adaptive Image Filtering Wehner use five kinds of different gradient method to enhance image sharpening images of high-pass filtering and mask treatment using Butterworth (Butterworth) low pass filter noise by smoothing the images deal with the use of Butterworth (Butterworth) high-pass filter for sharpening images treatment
Platform: |
Size: 11264 |
Author: chen peilin |
Hits:
Description: a java application to use huffman coding to represent and compress an image into bits
Platform: |
Size: 2048 |
Author: kenny |
Hits:
Description: The discrete cosine transform (DCT) is a technique for converting a signal into elementary
frequency components. It is widely used in image compression. Here we develop some simple
functions to compute the DCT and to compress images.
These functions illustrate the power of Mathematica in the prototyping of image processing
algorithms.
The
Platform: |
Size: 62464 |
Author: almolla |
Hits:
Description: 对于一幅比较大的图像的数据读取 图像压缩 截取所需大小的图像的综合代码 -image compress
Platform: |
Size: 1024 |
Author: 颖子 |
Hits:
Description: 比较详细的阐述了图像压缩的原理,并基于DSP和VHDL实现该系统,最后在FPGA上通过.-More detailed exposition of the principles of image compress, and VHDL-based implementation of the system, and finally in the FPGA.
Platform: |
Size: 106496 |
Author: LEI GUOWEI |
Hits:
« 12
3
4
5
6
7
8
9
10
...
13
»