搜索资源列表
VC_ImageProcessing
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
Compressionmotionestimate
- 对视频序列图像的压缩编码,采用了运动预测以增大压缩率-video image sequence coding used to forecast the movement increased compression rate
imagecompress
- 包括:霍夫曼编码、Shannon-Fano编码、算术编码、位平面编码预测编码
ImageCode
- 图像压缩编码实例程序,包括霍夫曼编码、香农-费诺编码、算术编码、位平面编码、预测编码,对图像处理中需要编码操作时有参考价值。注意仅针对256色位图。
ImageCoding
- 本程序主要实现对图像的Huffman编码,Shannon-Fano编码,算术编码,位平面编码,预测编码
用C++实现huffman编码,算术编码,位平面编码,游程编码,预测编码,香农费诺编码
- 用C++实现huffman编码,算术编码,位平面编码,游程编码,预测编码,香农费诺编码,只需在对话框中选择功能就可以实现
yucebianma
- 对一幅图象进行无损一阶预测编码,采用前值预测-Non-destructive image of a first-order predictive coding, using the former value of the forecast
ImageCoding
- 图像压缩编码从本质上来说就是对要处理的图像源数据用一定的规则进行变换和组合,从而达到以尽可能少的代码来表示尽可能多的数据信息的目的.下面是图像压缩编码的源程序(shannon-fano编码)/(算术编码)/(位平面编码)/(预测编码)-Image compression coding is essentially to deal with the image of the source data used to change certain rules and combinations, so
xinxilun
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
ImageCoding
- 图像压缩编码 霍夫曼 香农费诺 算术编码 游程编码 位平面编码 预测编码-ImageCoding
jiyu
- 基于邻近像素的低复杂度预测矢量量化图像压缩编码算法 基于邻近像素的低复杂度预测矢量量化图像压缩编码算法-Adjacent pixels based on the prediction of low complexity image compression coding algorithm is based on neighboring pixels predicted low complexity image compression coding algorithm
predictive-coding
- 预测编码的m文件,主要针对数字图像处理上机实验所编写的预测编码程序,利用的是简单的预测模板与图像进行卷积得到经预测编码后的图像。-M file of predictive coding, predictive coding procedures, written mainly for digital image processing, machine experiments use simple forecasting templates and image convolution to get
Homework-6_SC12023179
- 图像压缩编码,前向预测编码,分形方法,随机布朗运动-Image compression coding, forward predictive coding, fractal methods, random Brownian motion
mat2lpc
- 此函数可以完成霍夫曼编码中预测编码,可以对每一个像素进行预测-This function can be completed predictive coding Huffman coding, can be predicted for each pixel
chap10_9
- 利用一阶预测编码方法对图像进行编解码,具体实现的MATLAB代码-Using the first-order predictive coding method for image codec, concrete realization of MATLAB code
comprehensive
- 线性预测编码器解码器,基于Matlab亲测可用,欢迎大家下载-Linear predictive coder
ZT5
- 对图象p04-03实施预测编码和解码,并将原图象与解码图象进行方差计算,考察解码后图象的视觉效果。预测模型为: -Image p04-03 implementation of predictive coding and decoding, and the original image and the decoded image variance calculation, study the decoded picture visual effects. Prediction model:
li5.2
- 在预测编码中,对差值信号进行量化后再进行编码-In predictive coding, the quantized difference signal is encoded before
HW5_SA14006058_刘璐璐
- 通过matlab实现灰度图的水平预测和垂直预测。(To realise horizontal prediction and vertical predition in gray image.)
Vc6_Image
- VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
