-
digitalimage1
图象的直方图处理及全尺度变换和各种性能指标的计算,如psnr,mse等(image histogram processing and full scale transformation and various performance indicators, such as psnr, mse etc.)
- 2007-06-09 17:01:35下载
- 积分:1
-
halftone
本程序实现了两种误差扩散算法,分别用Sierra扩散滤波器和stenenson扩散滤波器,实现了比Floy_stein更好的误差扩散半色调效果。(This procedure implements two error diffusion algorithm, respectively Sierra diffusion filters and stenenson diffusion filter, to achieve better than Floy_stein error diffusion halftone effects.)
- 2021-01-18 15:18:45下载
- 积分:1
-
ColorImageProcessing
一种基于non-sample的纹理合成demo,程序性能还有待优化,效果还不错.(texture synthesis demo.)
- 2013-09-27 22:53:20下载
- 积分:1
-
基于matlab的加窗傅里叶 hanningwindow
基于matlab的加窗傅里叶,使用了hanning窗(Matlab-based windowed Fourier, using the hanning window)
- 2020-06-24 11:20:02下载
- 积分:1
-
BPFA_Denoising
利用非参数贝叶斯字典学习模型进行图像稀疏表示(use non-parametric-bayesian-dictionary-learning-for-sparse-image-representations)
- 2021-01-12 21:08:48下载
- 积分:1
-
vqwatermarking
matlab编的基于图像矢量量化的水印程序,用分割码本的办法嵌入水印!(matlab for image vector quantization-based watermarking process, with the approach of the division of code embedded watermark!)
- 2021-01-04 22:08:54下载
- 积分:1
-
vc_captrue
VC摄像图捕捉程序,简单实用,对初学者有帮助(VC camera Figure capture, simple and practical for beginners)
- 2011-06-28 16:27:16下载
- 积分:1
-
cnn-cbir-benchmark-master
python语言,使用卷积神经网络的特征做图像检索(image retrieval using CNN)
- 2021-04-12 11:58:57下载
- 积分:1
-
bianyuanjiance
利用matlab,对图像进行高斯滤波,然后通过非极大值抑制,设置双阈值,实现图像边缘检测(Image edge detection)
- 2018-01-24 10:51:07下载
- 积分:1
-
dct
图相多描述编码matlab仿真
多描述编码的matlab仿真,本科生的毕业设计
生成图像后计算psnr
>> J=imread( 两描述都收到后重建的图像.bmp )
PSNR(I,J)
ans =
32.3290
>> J=imread( 描述1重建后的图像.bmp )
>> PSNR(I,J)
ans =
28.7011
>> J=imread( 描述2重建后的图像.bmp )
>> PSNR(I,J)
ans =
29.1467
(Figure phase multiple description coding matlab simulation
Matlab simulation of multiple description coding, undergraduate graduation design
Generated images calculated psnr
>> J = imread ( the reconstructed image after the two descriptions are received. Bmp )
>> PSNR (I, J)
ans =
32.3290
>> J = imread ( to describe a reconstruction of images. Bmp )
>> PSNR (I, J)
ans =
28.7011
>> J = imread ( to describe two reconstruction images. Bmp )
>> PSNR (I, J)
ans =
29.1467)
- 2020-12-10 21:09:19下载
- 积分:1