搜索资源列表
-
2下载:
《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
-
-
0下载:
能够实现图像的小波变换与反变换,实用价值较高-to achieve image wavelet transform and inverse transform, high practical value
-
-
0下载:
离散小波变换与离散小波反变换 快速小波变换(Mallat小波分解算法):对一幅图像做2级小波分解(离散小波变换)与合成(离散小波反变换)-Discrete wavelet transform and discrete wavelet inverse transform fast wavelet transform (Mallat wavelet decomposition): For an image to do 2 wavelet transform (DWT) and synthesis (
-
-
2下载:
用OpenCV实现的图像小波变换及反变换代码 程序在c++环境中可以实现-Image with OpenCV implementation of wavelet transform and inverse transform code program in c++ environment can be achieved
-
-
0下载:
给出图像进行小波一次变换、二次变换、三次变换及逆变换的编程方法和利用小波变换实现图像低通滤波和高通滤波。-Given an image wavelet transform, the second transform, transform and inverse transform the three programming methods and the realization of images using wavelet transform low-pass filtering and hi
-
-
1下载:
matlab 多维小波工具箱
有线性卷积 三维的小波变换,逆变换-matlab multi-dimensional wavelet toolbox has three-dimensional linear convolution of wavelet transform, inverse transform and so on
-
-
0下载:
数字图像处理中的小波变换处理程序,包括小波变换/行列变换/滤波变换/反变换等功能-Digital image processing in the wavelet transform process, including the wavelet transform/join transform/filter transform/inverse transform functions
-
-
0下载:
计算连续小波变换的函数,这些函数包括连续小波分解和重构-contains functions for computing the continuous wavelet transform and the inverse cwt
-
-
0下载:
此程序实现了小波变换,分一到三层小波变换,还实现了逆变换和低通高通滤波。-This program implements wavelet transform, wavelet transform points from one to three layers, but also realize the inverse transform and low-pass high-pass filter.
-
-
0下载:
This program calculates the 2-D inverse wavelet transform of an image using orthogonal filters.
-
-
1下载:
《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
-
-
1下载:
提出了一种基于多通道 Gabo r滤波器和 FCM聚类的图像融合新方法。该方法先利用模糊
C2均值聚类算法在多通道 Gabo r滤波器形成的特征空间上对图像进行区域分割 再对待融合图像进行多尺度小波分解 在此基础上利用 Gabo r滤波器提取高频段纹理特征构造区域相似度 ,应用区域相似度及信息量构造加权因子 ,从而得到融合图像的小波系数 最后 ,利用小波逆变换得到融合图像.-Proposed a multi-channel Gabo r filter and FCM clustering f
-
-
0下载:
基于opencv的提升5/3小波变换和逆变换-Opencv-based enhancement of 5/3 wavelet transform and inverse transform
-
-
0下载:
图像处理程序,能够进行行列变换,小波变换,滤波,反变换,程序是由vc++编写的-Image processing program, be able to carry out the ranks of the transform, wavelet transform, filtering, inverse transform, the program is written by vc++
-
-
0下载:
图像处理 包括特技显示百叶窗,马赛克,栅格,图片缩放;像素运算:线性变换,阈值变换,灰度拉伸,窗口变换,小波变换,傅里叶变换;图像复原:逆滤波复原,维纳复原,等类PS图像处理技术-Image processing including special shutters, mosaic, grid, pictures, zoom pixel operations: linear transformation, threshold transform, gray stretch the windo
-
-
1下载:
小波变换-图像融合的matlab代码~
图像融合实验。显微镜或照相机在某一次固定焦距下清晰成像的物距是一定的,即成像的物体只有一个层面是清晰而其它层面是模糊的,需要我们把各幅在不同焦距下的图像融合成一张图像,使得远近的物体都清晰。
设定好融合图像数、小波分解的层数、彩色图像的通道数等几个参数后,可对原图像进行融合。
本算法首先对彩色图像变成YIQ空间,对所有图像的各个颜色分量进行小波分解,然后在小波变换域上根据某种策略选取系数,最后做小波反变换和YIQ反变换即得结果图像。-Wa
-
-
0下载:
对含噪声信号进行小波变换;对变换得到的小波系数进行某种处理,以去除其中包含的噪声;对处理后的小波系数进行小波逆变换,得到去噪后的信号-Containing noise signal wavelet transform the wavelet transform coefficients to a treatment to remove the noise contained therein the treated wavelet inverse wavelet transform coeff
-
-
0下载:
图像去噪技术二例,1、逆DCT变换;2、二维小波重构技术。-Image denoising technology 2 cases, 1, inverse DCT transform 2, 2 d wavelet reconstruction technique.
-
-
0下载:
基于区域的空间域图像融合。先对源图像作小波分解,低频分量加权平均,高频分量用模糊C均值聚类算法进行区域分割,对区域进行基于ssim值的融合,最后小波逆变换得到融合图像。-region based spatial domain method.First do the source image wavelet decomposition low frequency components weighted average of the high frequency component using Fu
-
-
1下载:
基于平稳小波变换的图像融合。低频分量取平均,高频分量取绝对值最大。最后做逆平稳小波变换。-stationary wavelet transfrom.Averaged low frequency components, high frequency components of the maximum absolute value. Finally, do the inverse stationary wavelet transform.
-