搜索资源列表
Watermarking_althorithm_based_on_DCT(MATLAB)
- 基于DCT变换的水印图像水印算法源代码(matlab实现)。将文件解压缩到MATLAB安装目录下的work文件夹中,然后打开aaa.m文件,运行即可。-Based on the DCT Transform Watermarking Image Watermarking Algorithm source code (matlab achieve). Extract the file to the MATLAB installation directory under the work folder
svddct
- 2维图像添加数字水印信息。算法DCT-SVD。嵌入二值水印信息-Add watermark to the host image. DCT-SVD
imageSVD
- 图像 奇异值分解 水印的嵌入与提取 对比 鲁棒性 噪声-image svd
k_svd_use
- 代码是根据文献思想自己编写,已经过多次试验,实现对图像处理过程中的svd分解,过程中需要调用一个omp函数,可以自己随便调用一个-The code literature thinking of their own writing, has been repeatedly test svd decomposition of image processing, the process need to call a omp function can casually call a
KSVD_Matlab_ToolBox
- K-SVD算法应用,图像去噪,提高图像质量-The K-SVD is a new algorithm for training dictionaries for linear representation of signals. Given a set of signals, the K-SVD tries to extract the best dictionary that can sparsely represent those signals.
图像配准算法
- 1.SIFT得到两幅图像的匹配点对 2.通过RANSAC剔除外点,得到N对内点 3.利用DLT和SVD计算全局单应性 4.将源图划分网格,取网格中心点,计算每个中心点和源图上内点之间的欧式距离和权重 5.将权重放到DLT算法的A矩阵中,构建成新的W*A矩阵,重新SVD分解,自然就得到了当前网格的局部单应性矩阵 6.遍历每个网格,利用局部单应性矩阵映射到全景画布上,就得到了APAP变换后的源图 7.最后就是进行拼接线的加权融合