搜索资源列表
图像处理模板匹配
- 本程序可以对读入图像进行图像的小波变换,滤波处理,数字图像处理等多种针对图像进行的算法,并有完整的Vc源代码。-this program can read images Image wavelet transform, filter processing, digital image processing for image for a variety of algorithms, and the integrity of the source code Vc.
Matifus
- 本程序能进行一体化数字图像的小波融合,融合能得到较好的效果,还能进行图像的 其他处理操作。 -procedures for the integration of digital images of wavelet fused to achieve better results. images can also handle other operations.
1D_ImageWaveFilter
- 一维数字图像的滤波处理,包括中值滤波, 膨胀,腐蚀,开运算,闭运算和基于一次插值操作的求包络线算法。-one-dimensional digital image filtering, including filtering, expansion, corrosion, opened operations Based on the closing operation and an interpolation operation for the DEA algorithm.
wavelettransforminpractice
- 靳济芳著《visual c++小波变换技术与工程实践》的源代码,主要讲小波变换在数字图像分析与处理技术中的实际应用-Jin Ji-book "visual c wavelet transform technology and engineering practice." Source code, Key speakers wavelet transform in digital image analysis and processing technology to the p
2004827113733
- 对读入图像进行图像的小波变换,滤波处理,数字图像处理等多种针对图像进行的算法,并有完整的Vc源代码。 -right time to image the image wavelet transform, filter, Digital image processing for a variety of image algorithms, and the integrity of vitamin C source code.
harr_fourier_cos_slant
- 数字图像处理中的har变换,slant变换,cos变换,walsh变换,fourier等等~~c++实现-Digital Image Processing of har transform, transform slant, cos transform, walsh transform, and so on fourier ~ ~ c achieve
chooseCoeffByThreshold
- 用小波变换为数字图像添加水印时,用来选择待嵌入系数的方法-wavelet transform for the digital watermark images added, to be used to choose the method of embedding coefficient
Walsh
- 数字图像处理的沃尔什变换,使用C++编程,入门程序。
Image_Processing
- 数字图像获取, 处理及实践应用源代码——很多有用的图像处理的源代码:图像显示(原图、抖动),图像增强(灰度变换、直方图均衡、多种滤波器、伪彩色增强等),图像复原(运动模糊、逆滤波等等),图像变换(傅立叶变换、快速傅立叶变换、离散余弦变换、沃尔什变换、霍特林变换、小波变换、小波反变换),图像编码(霍夫曼编码、香浓-费诺编码、算术编码、位平面编码等),图像识别。
attack_wmk
- 基于小波变换的数字图像水印技术源代码,希望对研究此技术的人有所帮助
jiyuxiaobobianhuandeshuzituxiangzengqiang
- 一种基于小波变换的数字图像增强方法,含有部分编码
1
- 基于Matlab的数字图像相关法的程序实现,本文简单介绍了基于小波变换的图像分解和重构,在此基础上讨论了Matlab语言环境下图像压缩和图像融合的基本方法。
f11_10
- 利用二维离散小波变换技术实现数字水印,并给出水印图像检测结果
watermarking
- 使用了Arnold置乱算法,实现了基于小波变换的数字图像水印-Arnold used the scrambling algorithm based on wavelet transform of digital image watermarking
clearall
- 这个程序是基于小波变换的边缘检测MATLAB程序,是多尺度方法检测数字图像的边缘 -This procedure is based on the MATLAB wavelet transform edge detection procedure is used to detect multi-scale digital image of the edge
dwt_watermark
- 基于小波变换的数字图像,实现水印嵌入与提取-Digital image based on wavelet transform, watermark embedding and extraction
wavelet
- 基于小波变换的数字图像融合,其中附有相应的图像。-Based on the wavelet transform of image fusion
li3-13
- 利用二维小波变换实现数字水印,首先在图像中加入水印,重构图像,分离水印,最后检测和计算阈值。-Two-dimensional wavelet transform digital watermark, the first to add a watermark in the image, the reconstructed image, separate watermarks, detection and calculation of the final threshold.
CWT-and-Image-processing
- 连续小波变换处理数字图像,分解,去噪,重构信号-Continuous wavelet transform digital image processing, decomposition, denoising, reconstruction of the signal
小波变换数字图像处理
- 小波变换能较好地保持图像细节和各频带的边缘信息,本代码采用Visual C++ 6.0,利用小波变换技术实现了图像复原、图像增强和图像融合。