-
watermark.m
%基于DCT的水印算法
%数字水印处理系统主要由水印嵌入和水印检测两个过程。
%水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(I*)。
%水印检测过程为:数字水印(X)、水印图像(I*)和密钥/公钥(K)通过数字水印检测算法检测出数字水印或有无水印。
%基于DCT变换的水印算法:将一个随机序列作为水印信号嵌入到图像DCT变换重要分量的幅度成分中(幅值较大的n个系数作为重要分量)。
%定义一个相似函数来检验水印提取是否成功。试验结果表明,该算法具有不可见性,对通常的图像处理,如剪切、缩放、中值滤波、压缩等
%以及噪声干扰都具有一定的鲁棒性。(err)
- 2021-01-05 20:18:55下载
- 积分:1
-
inverse11
逆透视变换的算法,先生成一个图像
然后将图像坐标系和世界坐标系进行转换
最后将消除透视效果的图像显示出来(inverse perspective transformation algorithm Mr. images into one image will then coordinate system and the world coordinate system conversion for the final elimination of the effects of lens images show to)
- 2007-06-13 21:14:20下载
- 积分:1
-
anisodiff2D
运用Perona-Malik各项异性扩散模型对二维图像进行去噪处理。该方法在有效的抑制噪声的同时能够保护图像的边缘。(The use of Perona-Malik Anisotropic Diffusion Model for the treatment of two-dimensional image denoising. The method in the effective suppression of noise at the same time to protect the edge of the image.)
- 2008-07-16 20:55:53下载
- 积分:1
-
GA-FCM
遗传算法与FCM算法相结合实现图像分割,分割精度较好,速度较快(A combination of genetic algorithm and FCM algorithm to achieve image segmentation, segmentation accuracy is better, faster)
- 2012-06-05 09:06:01下载
- 积分:1
-
BilateralFiltering
Matlab程序,用于图像去噪声处理,特色是能够在去噪时保护图像边缘,是非线性滤波处理(Matlab program for the image to deal with noise, features that can protect the edge denoising is nonlinear filtering deal)
- 2008-03-02 10:41:59下载
- 积分:1
-
目标跟踪
通过手动框选目标区域,然后进行自动跟踪,使用的算法是Camshift,自适应均值漂移(By manually selecting the target area, then automatic tracking, using the algorithm is Camshift, adaptive mean shift)
- 2020-10-09 11:07:35下载
- 积分:1
-
LLE
该算法是局部线性嵌入的算法,代码无误,已运行,并且附带数据集,可以使用,非常实用。(The algorithm is locally linear embedding algorithm, the code is correct, has been running, and with the data set, you can use, very practical.)
- 2016-03-25 16:19:56下载
- 积分:1
-
shibie
针对10个手写数字的识别问题,设计了一个BP神经网络,使它能够正确识别10个数字。(Against the 10 handwritten numeral recognition problem, a BP neural network is designed so that it can correctly identify the 10 digits.)
- 2009-11-25 15:34:12下载
- 积分:1
-
qtimer
The QTimer class provides repetitive and single-shot timers for Linux.
- 2013-09-19 03:12:19下载
- 积分:1
-
guided-filter
指导滤波,类似于双边滤波的效果,但是速度很快(guided filter)
- 2020-12-30 21:08:59下载
- 积分:1