-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
ase
GM(1,1)的程序,要用就下啥,可以预测的,里面有详细的说明,很容易看懂的!,(GM (1, 1) program, want to use is what, predictable, there are detailed instructions, it is easy to understand!)
- 2017-08-02 07:46:00下载
- 积分:1
-
Image-Processing-Based-on-PDE
《图像处理的偏微分方程方法》随书光盘完整版
本光碟中包含五个文件夹。
(1)视频剪辑:可供教学演示,其中, two_cells 是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程; denoissing 是利用P_M方程,对图像平滑去噪的演化过程 curve_linear_heat_flow 是利用FT实现的闭合曲线的线性热流演化过程。
(2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。
(3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。
(4) MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的。
本光碟中的所有内容,仅供教学和研究参考。(" Image Processing Based on PDE" CD with the book contains the full version of the disc five folders. (1) Video clip: for teaching demonstration, which, " two_cells" is improved variational level set methods to achieve the evolution of GAC model image segmentation " denoissing" is the use of P_M equation, the evolution of image smoothing denoising process " curve_linear_heat_flow" is the use of a closed curve FT achieve a linear heat evolution. (2) binary image: one of the images for morphological image processing experiments, it can also be obtained by extracting the object boundary curve evolution for experimental use. (3) gray-scale images and color images: images which can be used as image segmentation, filtering, contrast enhancement, color enhancement and image amplification test material. (4) MATLAB Program: which includes more than 10 or MATLAB program (function) of the source code. Comments made in the program, and a description of the boo)
- 2015-10-01 10:41:21下载
- 积分:1
-
359801828_imcompr
SVD程序,用于图像的奇异值分解,SVD程序,用于图像的奇异值分解(SVD procedure for singular value decomposition of the image, SVD procedure for singular value decomposition image)
- 2008-12-19 01:11:14下载
- 积分:1
-
lpcc
完成声音信号的分帧,加窗,PLCC特征提取等功能(Complete voice framing, windowing,PLCC detection and other functions)
- 2015-01-10 14:48:44下载
- 积分:1
-
zt
说明: 图像高斯滤波,再边缘检测中,首先要用到高斯滤波(images Gaussian filtering, edge detection again, the first use of the Gaussian filter! !)
- 2005-09-24 18:51:13下载
- 积分:1
-
hough_matlab
matlab实现图像的读取,灰度变换、二值化、边缘检测和hough变换,包含有简单界面。(matlab image read, gray-scale transformation, binarization, edge detection and hough transform, contains a simple interface.)
- 2012-06-12 15:57:24下载
- 积分:1
-
RegionGrowingAlgorithm-master
一种区域生长算法,用于图像分割。自动选择种子点。(A Region Growth Algorithm for Image Segmentation)
- 2020-12-15 09:59:15下载
- 积分:1
-
hyperAce
高光谱图像目标检测ACE算法,适用于已知目标信息情况(HYPERACE Performs the adaptive cosin/coherent estimator algorithm
Performs the adaptive cosin/coherent estimator algorithm for target detection.)
- 2020-10-26 17:10:00下载
- 积分:1
-
数字图像处理
数字图像处理,DFT,IDFT,DCT,IDCT,求频谱(Digital image processing, DFT, IDFT, DCT, IDCT, spectrum)
- 2018-09-24 19:48:46下载
- 积分:1