搜索资源列表
小波图像分解与合成
- 3次非标准小波分解和重构, 使用两种小波:Haar小波和db9小波 设计3级小波分解和重构图像的程序 用你自己的照片作对象,显示其中任一种小波图像分解和重构过程 使用Haar小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” 使用db9小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” -3rd standard wave
双正交小波分解和重构图像
- 双正交小波分解和重构图像
医学图像三维重构平台
- 医学图像三维重构平台 mitk 开发指南-3D Medical Image Reconstruction platform mitk Development Guide
小波图像分解与合成
- 3次非标准小波分解和重构, 使用两种小波:Haar小波和db9小波 设计3级小波分解和重构图像的程序 用你自己的照片作对象,显示其中任一种小波图像分解和重构过程 使用Haar小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” 使用db9小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” -3rd standard wave
Java图像处理
- 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential imag
利用haar小波变换对图像进行分解与重构
- 这个程序是用harr小波对图像进行分解和重构,是个可执行的源代码,已通过调试,大家可用来学习-this procedure is right Harr wavelet image decomposition and reconstruction, is the source of executable code, the debugging, you can be used for learning
ImgComBasedonWavletandNN
- Matlab实现图像压缩与重构步骤 ① 对图像进行小波分解,得到第一层分解的低频系数和高频系数。 ② 保留低频系数,对高频系数进行基于神经网络的矢量量化编码,达到压缩。 ③ 根据码书以w还原高频系数 ④ 根据保留的低频系数和还原的高频系数重构图像 -Matlab realization image compression and the heavy construction step (1) pair of pic
walt
- 利用小波的对图像的分解和重构,然后对重构图像消噪,并比较消噪前后的图像。-the use of wavelet image decomposition and reconstruction, and then reconstructed image denoising, and compare the before and after denoising images.
wavelet_lab2
- 对图像做二维离散小波变换,分解级数为3级,并重构图像,不直接调用Matlab的dwt和idwt函数。-pair of 2-dimensional images DWT, decomposition of the three series, and Image Reconstruction, not directly call Matlab dwt and idwt function.
codefile
- 对图像进行二维离散小波变换, 变换级数大于等于3级, 并进行重构, 最后计算重构图像的峰值信噪比(PSNR).-images of two-dimensional discrete wavelet transform, transform Series is greater than or equal to 3, and reconstruction, Image Reconstruction final calculation of
DesignAndApplicationsOfSubbandFilterBanks
- 木论文主要研究了子带滤波器组的设计方法,尤其是具有线性相位特性的完全重构滤波器组的设计,以及完全重构的子带滤波器组在图像消噪中的应用。-Wood paper studied the sub-band filter bank design method, especially characteristics of linear phase perfect reconstruction filter bank design, and pe
haarWaveletCoding
- 完成对输入图像Fig8.23.jpg利用Haar小波进行图像小波变换,变换系数量化,小波逆变换完成图像重构,并计算其重构图像的均方误差和信噪比来评估图像的重构误差-Completion of the input image Fig8.23.jpg use Haar wavelet image wavelet transform, transform coefficients quantify the inverse wavelet tr
FINAL
- 图像峰值信噪比是评价重构图像质量的标准之一,本程序基于matlab开发。-Image peak signal to noise ratio was to evaluate the reconstructed image quality of one of the criteria, the procedures developed based on matlab.
xiaobojiangzao
- 根据小波变换和噪声信号地能量分布特性,提出了一种先用小波变换对含噪图像进行多尺度分解,求出各尺度小波变换高频系数地噪声方差和阈值,利用各尺度地阈值对高频系数进行处理,然后利用小波变换系数重构图像,实现图像降噪地方法。-According to wavelet transform and noise signal and energy distribution characteristics, a first wavelet transf
uwt
- 基于多孔算法的非抽样小波该方法运算时间少 重构图像效果好-Trous algorithm based on the non-sampling methods of computing the wavelet reconstructed image less effective
src
- 基于代数迭代算法(ART)与同步迭代算法(SIRT)的三维图像重构程序。-Iterative algorithm based on algebraic (ART) and simultaneous iterative algorithm (SIRT) of the three-dimensional image reconstruction procedures.
MyDwt2D
- 对图像进行二维离散小波变换, 变换级数大于等于3级,然后统计系数中0的个数(百分比表示),并进行重构, 最后计算重构图像的峰值信噪比(PSNR). 里面还附上了我写的实验报告,对大家理解Mallat算法和图像压缩很有帮助-Image two-dimensional discrete wavelet transform, transform series greater than or equal to 3, and then
edge_detect
- 基于小变换,以及边缘融合算法的图像边缘检测算法。包含了在多尺度下层层检测分解重构图像。-Based on the small change, as well as the edge of fusion algorithm of image edge detection algorithm. Included at every level of multi-scale decomposition of reconstructed imag
xiaobo
- 本代码给出了图像的二维离散小波变换分解、重构图像以及误差图像。-The code gives the two-dimensional image decomposition of discrete wavelet transform, image reconstruction and the error image.
非负矩阵重构图像
- 非负矩阵重构图像,用lena图片重构效果还行(All the documents of tensor decomposition)