-
the-implementation-of-the-SVD
svd算法的实现,用matlab实现SVD算法(the implementation of the SVD algorithm)
- 2021-03-10 09:49:26下载
- 积分:1
-
wavelets
基于小波变换的图像压缩编码,实现了多种小波变换,并且实现了12:1的高压缩率。(Based on Wavelet Transform Image Coding, to achieve a variety of wavelet transform, and achieved a high 12:1 compression ratio.)
- 2008-12-29 09:02:17下载
- 积分:1
-
fcwt
自己编写的基于指数遗忘快速算法改进的morlet小波变换程序(I have written forgotten fast algorithm based on the index improved wavelet transform morlet procedure)
- 2021-01-05 16:18:54下载
- 积分:1
-
waveletvideo_coding
< VISUAL C++ 小波变换技术与工程实践>>书中所附程序:小波变换在视频编码压缩中的应用(<VISUAL C++ Wavelet transform technology and engineering practice of>> the book accompanying procedures: Application of wavelet transform in video coding compression)
- 2007-01-05 15:53:25下载
- 积分:1
-
LSB8
将图像按位平面分解,然后在最低有效为嵌入一定的信息,达到数字隐藏的作用,是最原始的数字水印技术(image caput plane decomposition, and then embedded in the lowest effective for certain information, to hide the figures, is the most primitive digital watermarking technology)
- 2006-06-06 09:51:04下载
- 积分:1
-
CS-OMP-wavelet-reconstruction
基于小波变换的图像压缩感知 并且进行OMP重建
对压缩感知的性能与采样点数进行性能分析与比较(Image compression based on wavelet transform perception and the OMP reconstruction performance of compressed sensing and sample analysis and comparison of performance points)
- 2011-04-22 09:19:59下载
- 积分:1
-
50
说明: 多媒体技术的发展和视觉信息的飞速膨胀迫切需要对视觉信息资源的有效管理和检索。由此,基于内容的图像和视频检索技术得到了越来越多的重视,成为了多媒体信息检索和图像处理领域中的重要研究方向。CBIR技术将对大规模图像信息的管理和访问提供有力支持。
本文这种介绍了内容图像检索的灰度特征实现方法,具有理论意义和实际应用价值。针对基于内容图像检索技术进行了研究,介绍了其研究现状和关键技术,讨论了其技术瓶颈和发展趋势。共生矩阵法,是对图像的所有像元进行统计调查,以便描述其灰度分布的一种方法。分析了这种基于广义图像灰度共生矩阵的图像检索方法,该方法首先将原图像作平滑处理得到平滑图像,然后将原图像和平滑图像组合得到广义图像灰度共生矩阵,提取该矩阵的统计特征量,最后将该统计量组成归一化向量用以检索。
实验结果表明,本方法的效果要优于单纯的灰度共生矩阵法。在对相似图像检索时,该算法与基于共生矩阵的经典算法相当,在面临同一图像大小显著改变或发生旋转的情况下,该算法明显优于经典算法。相比较而言,该算法提高了检索的有效性。
(The development of multimedia technology and the expansion of visual information,which cries for the effective management and retrieval methods of visual information. Thus, the image and video searching technology based on content is gaining more and more attention to become a multimedia information retrieval and image processing in the field of important research direction. The technology of CBIR provides effective supports for the management and access of extensive image information.
This paper introduced the content of the image retrieval method characteristics of gray, with theoretical and practical value. This paper does an extensive and in-depth study of technology based on content image retrieval to, presenting their research status and key technologies, discussing its development trends and technological bottlenecks. Co-occurrence matrix of all the pixel image survey has been conducted in order to describe a method of distribution of gray. This paper analyses this broad-based )
- 2009-10-21 11:44:54下载
- 积分:1
-
DIGITAL-WARTERMARKING
使用DCT和小波变换的数字音频水印生成/解码程序,可存活于方差0.05的高斯白噪声及不同程度的剪切。内含程序/测试文件介绍。(Digital wartermarking encoding/decoding program with DCT and wavelet transform.
nice robustness against Gaussian noise with variance less than 0.05 and any type of cropping attack.
functions/test files introduction included)
- 2013-08-18 22:31:47下载
- 积分:1
-
小波去噪的matlab程序 wavelet_denoise
多种方法(软硬阈值、自适应阈值等)进行小波去噪的matlab程序(A variety of methods (hard and soft threshold, adaptive threshold, etc.) of the matlab wavelet denoising procedures)
- 2020-06-26 01:20:02下载
- 积分:1
-
用opencv实现各种低通滤波器
对图像进行滤波处理是图像处理中最常见的一种操作类型。而这其中低通滤波(也可以叫做平滑)有事各种滤波处理中最常用的。这里就简单写写 OpenCV 中提供的几种低通滤波方法。
具体思路:对源图像进行离散傅里叶变换,滤波后通过cvDFT进行傅里叶逆变换得到理想低通滤波器、巴特沃斯低通滤波器、高斯低通滤波器后图像
- 2022-03-04 13:06:18下载
- 积分:1