Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - psnr
Search - psnr - List
DL : 0
计算MSE和PSNR的小程序,生成mse-snr图表(MSE and PSNR calculation of small programs,Generate mse-snr diagrams)
Update : 2024-05-02 Size : 1024 Publisher : suchao_2012

DL : 0
对两幅图像进行信噪比计算,判断抗噪性等指标。(The SNR of two images is calculated, and the noise immunity is judged.)
Update : 2024-05-02 Size : 59392 Publisher : qiuhanle

LSB替换算法 水印嵌入及水印提取 并计算psnr值(LSB replacement algorithm watermark embedding and watermark extraction and calculation of PSNR value)
Update : 2024-05-02 Size : 223232 Publisher : yakkwang

hide information in text with password and psnr
Update : 2024-05-02 Size : 2120704 Publisher : saifsalah

DL : 0
可用来计算两幅图像的峰值信噪比,以此评价图像质量标准(The code is utilzes to obtain PSNR of two images,which aims to evaluate te qualitiy)
Update : 2024-05-02 Size : 1203200 Publisher : 加乐宝666

OtherPSNR
DL : 0
psrn(峰值信噪比) 的测试代码,通过比较两个图像可以得到他们之间的峰值信噪比并输出到表中(psrn (peak signal to noise ratio) test code, by comparing the two images can get the peak signal to noise ratio between them and output to the table)
Update : 2024-05-02 Size : 1024 Publisher : 萨达单幅

DL : 0
This function displays the PSNR (peak signal-to-noise ratio) between two images. The answer is in decibels (dB). PSNR is very common in image processing. A sample use is in the comparison between an original image and a coded/decoded image. Typical quoted PSNR figures are in the range +25 to +35dB. The syntax for this file is PSNR(A,B), where A and B are MATLAB Intensity Images, with matrix-elements in the interval [0,1] The function can be adapted for images with 256 gray levels.
Update : 2024-05-02 Size : 1024 Publisher : yokiqust

contoh hitung mse rmse
Update : 2024-05-02 Size : 352256 Publisher : okebiak

DL : 0
algorithm to see fiber reach
Update : 2024-05-02 Size : 2048 Publisher : ankush1102

本程序是基于单幅图像的超分辨率算法,通过对输入的高分辨率图像进行下采样得 % 到原始低分辨率图像,对输入的低分辨率图像插值后,利用DWT将低分辨率图像分 % 解为不同的4个子带;同时直接对对分辨率图像进行SWT处理。由SWT得到的高频子 % 带来修正DWT得到的高频子带。最后,通过逆离散小波变换(IDWT)组合修正的高 % 频子带和低分辨率图像,得到输出的超分辨率图像。通过计算PSNR和SSIM评价结果。(This program is a super-resolution algorithm based on a single image, which is sampled from the high resolution image of the input. % to the original low resolution image, after interpolating the input low resolution image, the low resolution image is divided by DWT. The% solution is different 4 subbands, and the resolution image is processed by SWT. High frequency subsets obtained by SWT % brings the high frequency subband obtained by the modified DWT. Finally, the height of the combination of inverse discrete wavelet transform (IDWT) % frequency subband and low resolution image, and the output super-resolution image is obtained. The results were evaluated by calculating PSNR and SSIM.)
Update : 2024-05-02 Size : 2048 Publisher : shuo111

DL : 0
实现水印的嵌入与提取,计算PSNR值 同时对水印进行攻击(Embedding and extracting the watermark and calculating the PSNR value Attack the watermark at the same time)
Update : 2024-05-02 Size : 373760 Publisher : yjw12138

DL : 1
实现基于卷积神经网络的图像超分辨率重建,并给出了PSNR值和SSIM值。(Realization of image superresolution reconstruction based on convolution neural network.)
Update : 2024-05-02 Size : 37209088 Publisher : wanghuaxia

DL : 0
dct算法、SSIM计算、PSNR计算、NC计算(DCT algorithm, SSIM computing, PSNR computing, NC computing)
Update : 2024-05-02 Size : 2048 Publisher : ookk27

DL : 0
半软阈值函数定义 自适应中值滤波函数的定义,适用于椒盐噪声 psnr定义(Adaptive median filter function definition)
Update : 2024-05-02 Size : 1024 Publisher : 我想活

图像清晰度评价函数说明 1、熵: 表示图像所包含的平均信息量的多少,嫡值越大则所含信息量越多。 文件名:entropy.m 结果:EN 2、交叉嫡:反映两幅图像的差异,交叉嫡越小,则融合图像和原图像的差别越小。 文件名:cross_entropy.m 结果:平均交叉嫡MCE,均方根交叉嫡RCE 3、峰值信噪比: PSNR越高,说明融合效果与质量越好。 文件名:psnr.m 结果:PSNR 4、Qabf: 评价边缘或梯度质量,越大边缘越明显 文件名:Qabf.m 结果:Qabf(QAB/F) 5、平均梯度(Average Gradient):也称为清晰度,反映了图像中的微小细节反差与纹理变化特征,同时也反映了图像的清晰度,越大越好。 文件名:avg_gradient 调用:outval = avg_gradient(img) 6、结构相似性指数: SSIM指原图像和融合图像的相似程度,值越大越相似 文件名:ssim.m 结果:SSIM 7、互信息:MI(mutual information) 8、NMI: Normalized mutual information(Image sharpness evaluation function)
Update : 2024-05-02 Size : 312320 Publisher : 随风之鱼

这是一个图像去噪的MATLAB代码,并且有PSNR值作为评估(This is an image denoising MATLAB code, and has PSNR value as an evaluation.)
Update : 2024-05-02 Size : 142336 Publisher : mousse11

本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This topic is based on MATLAB wavelet transform DWT and discrete cosine DCT multi method comparison digital watermarking system. With GUI interface. There is a main interface GUI, which can call the sub interface of DWT method and DCT method. The process includes: reading host image and watermark image, embedding, attack of various methods (cutting, adding noise, rotation, etc.), extracting, and finally evaluating the robustness of different attacks by using PSNR peak signal-to-noise ratio.)
Update : 2024-05-02 Size : 32044032 Publisher : www.wobishe.com

用Matlab编程实现QR二维码的生成与识别,内含zxing-core-1.7和zxing-j2se-1.7的Zxing开源库,下载下来即可运行使用,无需再去下载相应的Zxing开源库,另外本资源将QR二维码编解码分别封装为函数了,这样使用起来方便。(The generation and recognition of QR QR code is realized by MATLAB programming, which contains the zxing open source library of zxing-core-1.7 and zxing-j2se-1.7. After downloading, it can be used without downloading the corresponding zxing open source library.)
Update : 2024-05-02 Size : 20532224 Publisher : just11

IQA评估指标包括PLCC,SROCC,KROCC,PSNR,SSIM (Structural Similarity),MSE (Mean Square Error),RMSE (Root Mean Square Error) ,信息熵 (Information Entropy)算法(IQA evaluation indicators include PLCC, SROCC, KROCC, PSNR, SSIM (Structural Similarity), MSE (Mean Square Error), RMSE (Root Mean Square Error) , Information Entropy (Information Entropy) algorithm)
Update : 2024-05-02 Size : 3072 Publisher : 尸香魔芋MM

本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This project is based on MATLAB wavelet transform DWT and discrete cosine DCT multi method contrast digital watermarking system. With GUI interactive interface. There is a main interface GUI, which can call the sub interfaces of DWT method and DCT method. The process includes: reading host image and watermark image, embedding, attacks of various methods (cutting, adding noise, rotation, etc.), extracting. Finally, PSNR peak signal-to-noise ratio is used to evaluate the robustness of different attacks.)
Update : 2024-05-02 Size : 10000384 Publisher : MATLAB道长
« 1 2 ... 32 33 34 35 36 3738 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.