-
DCT_JPEG
给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。(Given to the JPEG compression matlab program, contains the original compressed image, the program of the grayscale bmp picture JEPG encoded, compressed into a 0101 form of encoding. RBG color coded JPEG image into a first luminance Y and chrominance Cr, Cb, which uses the human visual characteristics is not sensitive to the color, reduce the number of color data to achieve compression. Take a variety of JPEG encoding, includes length coding (Run Length Coding) and Huffman (Huffman) coding, a high compression ratio. In the code before the data block, discrete cosine transform (DCT) and quantization, to retain a large low-frequency signal energy, discarding high-frequency signals in order to achieve compression.)
- 2011-05-16 17:00:59下载
- 积分:1
-
PSNRforColorGif
说明: 计算GIF彩色图像的差异,两幅图像大小一致且调色板一致。其中Psnr 为两幅图像的psnr值.P 为两幅图像之间像素索引不同的索引值占图像大小的比例。(GIF image color difference calculation, the two images the same size and same color palette. One Psnr the two images psnr value. P index for the pixels between two images, the index values of different ratio of total image size.)
- 2010-04-09 11:50:02下载
- 积分:1
-
HMarkDemo
说明: 基于Halcon开发的掩模 纯手工编辑(Mask editing based on Halcon)
- 2020-07-02 20:00:02下载
- 积分:1
-
db97
DB97提升小波程序,实现任意偶数大小图像双正交97提升小波变换,比传统的CDF97卷积算法好(DB97 lifting wavelet procedures, arbitrary size images even biorthogonal wavelet transform 97 upgrade, than the traditional filter convolution algorithm good)
- 2006-08-11 11:31:18下载
- 积分:1
-
ostu
使用大津法选定二值化阈值,并对彩色图像做二值化处理(Otsu binarization threshold is selected, and the color images do binarization processing)
- 2012-05-19 22:41:01下载
- 积分:1
-
101259383spectral-matching-algorithms
说明: 利用其中不同的光谱匹配算法实现光谱匹配,内部还含有相关数据(Using different spectral matching algorithms to achieve spectral matching, there are also relevant data inside)
- 2021-04-12 09:58:58下载
- 积分:1
-
数字图像处理
对于原始图像 < f5.tif > ,实现下列结果。
a.用平均滤波器平滑原始图像得到的模糊图像
b.用拉普拉斯算子增强上述a得到的模糊图像
c.用拉普拉斯算子增强原始图像
(For the original image <f5.tif>, to achieve the following results.
a. smoothing filter with an average original image was blurred
b. using Laplacian enhancement get a blurred image above
c. using Laplacian enhancement of the original image)
- 2020-06-28 11:40:01下载
- 积分:1
-
基于MATLAB的图像面积测量方法
说明: 用MATLAB实现不规则图像的面积测量,采用像素灰度值的占比进行实现(Area Measurement of Irregular Images Using MATLAB)
- 2020-11-06 17:49:49下载
- 积分:1
-
JPEG
说明: 使用matlab实现图像的JPEG压缩算法的实现(Realization of JPEG compression algorithm of image with MATLAB)
- 2020-07-03 13:00:01下载
- 积分:1
-
hough-Matlab
利用Matlab编写的基于hough变换的椭圆检测程序,已经运行过的,附图(Written in Matlab, hough transform based ellipse detection procedure has been run off, with photos)
- 2010-06-11 20:32:48下载
- 积分:1