搜索资源列表
piccompress.rar
- 图像压缩编码,dct变换,量化, Z字形扫描 行程编码,Image compression, dct transform, quantization, Z-shaped scan length encoding
ztransformLPF1
- Z变换实现低通滤波器,应用广泛,大家一起研究研究阿 -Z transform low-pass filter, the application of a wide range of U.S. studies with the Arab-Israeli
AffineTransformation
- 仿射变换法求深度信息,目前最好的方法 function [Z,D11,D12,D22] = diffusion_kernel_function(gx,gy,im) gx,gy 为x,y方向偏导数 Z 为恢复出来的是深度信息。 函数适应于从 图像法相信息恢复高度信息-Affine transformation method the depth of information, is currently the best way to function [Z, D11, D12, D22
Ztransformation
- 画出满足差分方程:y[n]-1.25y[n-1]+0.75y[n-2]-0.125y[n-3]=x[n]+0.5x[n-1],离散时间信号X[n]的双边z变换是离散傅里叶变换的推广,而离散时间傅里叶变换在研究离散时间信号与系统中是很有用的。 -Drawn to meet the difference equation: y [n]-1.25y [n-1]+ 0.75y [n-2]-0.125y [n-3] = x [n]+ 0.5x [n-1], discrete-time signal X
RWJpegExp
- MFC 读取BMP图像信息,然后进行二维DCT变换,再量化,Z字型扫描,实现BMP到JPEG的转换-the encoding and decoding of JPEG and the specific realization of program on vc++ platform. The encoding part of this program can encode a picture whose format is BMP and save relevant data as binary
IntroductiontoCsourcecodeanalysisimageprocessing.z
- 图像处理入门C源码分析 第一讲Windows位图和调色板 第二讲图象的几何变换 第三讲 图象的平滑去噪声锐化-Introduction to C source code analysis, image processing the first Windows Bitmap and palette talk about the second third stresses the geometric transformation image image noise smoothing t
code
- 读取图像,离散余弦变换,量化,z扫描,编码-Read the image, discrete cosine transform, quantization, z scanning, coding
ZIAZAG
- 一个采用Z字形编码变换对bmp图像进行置乱和还原的仿真实验软件。-Transform coding using a Z-shaped scrambling on the bmp image and restore the simulation software
imjepg
- JPEG压缩编码的主要步骤有: 1.通过前向离散余弦变换减少图像数据相关性; 2.利用人眼的视觉特性队DCT系数进行量化; 3.使用查分脉冲编码调制对直流系数进行编码; 4.对交流系数进行Z形扫描,使用形成长度编码队交流系数进行编码; 5.熵编码器对上述描述符进行熵编码。-JPEG compression encoding of the main steps are: 1.forward discrete cosine transform to reduce the im
piccompress
- 数字图像处理中,DCT变换,Z字形扫描,具有较好的效果,代码易懂-Digital image processing, DCT transformation, Z-shaped scanning, with good results, code understandable
op
- 三维图型,计算机图形学,书上的作业,几何变换,图像可以点击旋转,有按钮点击绕x轴旋转,绕y轴旋转,绕z轴旋转-Three-dimensional graphics, computer graphics, work book, geometric transformation, image can click to rotate, click the button around the x-axis rotation about the y-axis rotation around the z-a
Zigzag
- 实现8*8图像块内的Z字形扫描,霍夫曼编码,JPEG压缩。可用于图像处理(图像压缩,JPEG压缩中DCT变换,量化后的Z字形扫描,进而编码)(Implementation of 8*8 image block in the shape of Z scanning)
function z
- 提取图像轮廓描述子 ,为后续构建做铺垫。与傅里叶描述子反变换搭配使用(extraction descr iption about picture or image.txt)
AZYWG616
- ex2_1 利用Z变换求系统输出 ex2_2 求DFT ex2_3 求序列的圆周移位 ex2_4 求序列的圆周卷积 ex2()
JPEGCompression
- 编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时