Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - psnr
Search - psnr - List
将单帧图像合成为视频,视频拆为单帧的程序;测试PSNR的程序-The single frame image synthesis for video, video split for the single frame of the program test procedures PSNR
Update : 2024-05-19 Size : 1024 Publisher : ZZSSZZ

DL : 0
利用小波变换进行图像去噪,计算去噪图像的峰值信噪比,简单容易操作。-Image denoising using wavelet transform, image denoising PSNR calculation, simple and easy to operate.
Update : 2024-05-19 Size : 1024 Publisher : 陈杰

DL : 0
利用图像的时间熵复杂性来寻找图像视觉显著性的区域-The time of image complexity to find the image entropy of significant areas of visual
Update : 2024-05-19 Size : 21504 Publisher : 廖秋萍

DL : 0
文件中包含几个用matlab编写的图像去噪程序,如邻域平均滤波‘维纳滤波法,巴特沃斯滤波法,并给出了计算PSNR值的公式。- delete the noise in the image
Update : 2024-05-19 Size : 161792 Publisher : clij

DL : 0
该目录包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范 性的意义,且有一定的鲁棒性。 需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。 NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。我们已经对 256灰度级,512×512大小的图像进行了测试。程序编译后的调用格式如下(以encode为例): wm_cox_e -s cox.sig -o wm_image.pgm image.pgm 其中,-s表示要添加的水印信号,cox.sig是信号文件。 -o表示输出图像文件名为wm_image.pgm, image.pgm为输入文件名。 几个辅助程序: cmp_pgm 计算差分图像,PSNR等 cmp_dct 计算全帧DCT域的差分图像 cmp_dct8x8 计算8×8大小的DCT域差分图像 比如说,为了产生两个PGM图像的差分图像并计算它们的PSNR,命令如下: cmp_pgm -p -i original.pgm -o diff.pgm watermarked.pgm 产生水印信号: gen_cox_sig -o cox.sig 程序将产生适合512×512大小,8-bit灰度的pgm图像的水印信号。 水印提取: wm_cox_d -s cox.sig -i lena.pgm -o cox.wm cox_lena.pgm 请注意,cox的算法需要原始图像做参考来提取水印,压缩后的水印将存储在cox.wm中。-This directory contains the C-based portable digital watermarking algorithm code. The code has a demonstration Of meaning, and there is a certain degree of robustness. NetPGM need to install the package (to access the pgm format images), and then to compile in linux below. NetPGM is the image file input/output package. Can search by. We have already 256 gray level, 512 × 512 size images were tested. Procedure call format, compiled as follows (in encode an example): wm_cox_e-s cox.sig-o wm_image.pgm image.pgm Which,-s that you want to add the watermark signal, cox.sig is the signal file. -O said output image file name wm_image.pgm, image.pgm for the input file name. Several auxiliary programs: cmp_pgm calculate the difference image, PSNR, etc. cmp_dct full frame DCT domain calculation of difference image cmp_dct8x8 calculate the size of 8 × 8 DCT domain differential image For example, in order to produce two PGM images and calculate their differ
Update : 2024-05-19 Size : 19456 Publisher : sylvia

DL : 0
PSNR of the cameraman with different wavelet families
Update : 2024-05-19 Size : 13312 Publisher : hemant

DL : 0
小波变换的实现,包括了PSNR的计算,十分详细-The realization of wavelet transform, including the calculation of PSNR, very detailed
Update : 2024-05-19 Size : 1024 Publisher : songkangkang

基于小波变换的图像去噪的matlab程序 程序使用说明: 1、软件应用平台:Matlab6.5或更高; 2、打开方法: 将文件所在目录设为工作目录,然后打开wavlet.fig,在noise提示框下输入噪声强度,在0-0.1之间(不能为零)。 然后点process按钮,就会显示实验结果,包括原图像,加噪图像,去噪图像的对比以及当前的psnr值。 wavlet.m是程序文件。 程序内容写在在程序的注释里。 阈值的更改没有实现可视化,在源程序中可以改。-Image denoising based on wavelet transform of the matlab program uses: 1, Software Platform: Matlab6.5 or higher 2, open method: the directory where the file is set to the working directory, then open the wavlet.fig, the noise Tips box, enter the noise intensity, in between 0-0.1 (not zero). Then process the button, it will show the experimental results, including the original image, noise image, denoised image contrast and the current psnr value. wavlet.m is the program file. Program content of the comments written in the program. Threshold changes were not visualized in the source program can be changed.
Update : 2024-05-19 Size : 67584 Publisher : song

main executing reference usage: observeWaveletDecompositionBenchmark_N_levels.m The objective is to illustrate wavelet decomposition, and to describe how operations may be done in the wavelet domain before the reconstruction. The demo decouples the wavelet operations (transform, operation in wavelet domain, and reconstruction) from the plotting. A PSNR and MSE describes the possible distortion (however minimal) of the forward and inverse wavelet transform. * Caveat: The image display may be subjected to the selected target image. The objective is to provide a simple framework for the understanding of working with wavelets.
Update : 2024-05-19 Size : 210944 Publisher : elfrania

DL : 0
图像质量评价方法研究进展 :图像质量评价是图像处理领域的研究热点。该文综合论述了图像质量的主观和客观评价方法,重点阐述了 单视点图像质量的客观评价方法。对目前比较常用的峰值信噪比和均方误差全参考评价算法进行了分析并指出其存 在的问题。然后,对基于误差敏感度和基于结构相似度的评价算法进行了论述和分析,并对质降和无参考评价方法 进行了综述。根据视点的个数,图像质量评价可分为对传统单视点图像和立体图像的评价。该文还对立体图像质量 评价算法进行了分析讨论。最后,就图像质量评价算法的进一步发展提出了若干技术与研究方向的展望。-Image Quality Assessment (IQA) is a hot research area in the field of image processing. In this paper, objective and subjective IQA methods are reviewed, and more attention is paid to the former. PSNR and MSE, which are commonly used to assess the quality, are analyzed in detail and their defects are given. The models based on error sensitivity and structure distortion of images are two critical methods in IQA, and the survey presents their key techniques and challenge problems. The reduced reference and no reference methods are also presented in this survey. Based on the number of view, IQA are classified into two major categories, namely, monoscopic image IQA and stereoscopic image IQA. This survey also makes an introduction of the stereoscopic image IQA. Finally, the survey lists several perspective sub-fields and topics in IQA progress.
Update : 2024-05-19 Size : 287744 Publisher : li

DL : 0
SSIM 近些年来被广泛用于衡量图象的质量,它克服了PSNR固有的一些局限性.目前网络上的SSIM相关的实现代码主要是MATLAB或者使用OPENCV库的代码.本代码完全采用C语言实现,接口简单,便于嵌入到用户代码中评估生成的图象质量-Using pure C language, this code implement the SSIM algorithm presented in the paper "Image Quality Assessment: From Error Visibility to Structural Similarity" of IEEE Transaction on image processing.
Update : 2024-05-19 Size : 91136 Publisher : 罗忠祥

visible watermarking of two images using DTC is given in this file.PSNR of watermarked image is also calulated along with coreletion factor-visible watermarking of two images using DTC is given in this file.PSNR of watermarked image is also calulated along with coreletion factor
Update : 2024-05-19 Size : 222208 Publisher : Rohan

DL : 0
Image enhancement mean to improve the visual quality of image. This code used to enhane the image and improve the overall PSNR of the enhanced image.
Update : 2024-05-19 Size : 16384 Publisher : Nayan Patel

DL : 0
this program for Psnr
Update : 2024-05-19 Size : 1024 Publisher : sagar shivarkar

DL : 0
PSNR is used to measure the difference between two images. It is defined as PSNR = 20 * log10(b/rms) where b is the largest possible value of the signal (typically 255 or 1), and rms is the root mean square difference between two images. The PSNR is given in decibel units (dB), which measure the ratio of the peak signal and the difference between two images. An increase of 20 dB corresponds to a ten-fold decrease in the rms difference between two images.
Update : 2024-05-19 Size : 1024 Publisher : Marcella

DL : 0
raw開檔 壓縮(intraframe interframe) PSNR 錯誤的檔名排序方法(filelistbox)-test(很慢) MDI的介面-raw open file compression (intraframe interframe) PSNR wrong file name sorting method (filelistbox)-test (very slow) MDI interface
Update : 2024-05-19 Size : 8434688 Publisher : hahaha

DL : 0
blockmode編碼(最基本編碼方法) PSNR 介面微調 錯誤的檔名排序方法(filelistbox)-test(很慢) MDI的介面-blockmode Coding (basic encoding method) PSNR interface fine-tuning the wrong file name sorting method (filelistbox)-test (very slow) MDI interface
Update : 2024-05-19 Size : 8443904 Publisher : hahaha

DL : 0
raw開檔 blockmode編碼及解碼 MOVE VECTOR的圖 PSNR-raw file open blockmode encoding and decoding PSNR graph MOVE VECTOR
Update : 2024-05-19 Size : 8478720 Publisher : hahaha

DL : 0
pnsr的计算方法,不过估计大家很多人都有了,还是传一下吧-pnsr calculated, but estimated that we have a lot of people, or what it Communication
Update : 2024-05-19 Size : 4096 Publisher : 留到到

计算两幅图像的相似度,与psnr有所区别,根据两幅图像的纹理结构来判断两幅图像的相似度-Calculate the similarity of two images, and psnr be different, according to the texture structure of the two images to determine the similarity of two images
Update : 2024-05-19 Size : 2048 Publisher : huo
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 38 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.