搜索资源列表
DWT-SVD 数字水印 MATLAB
- DWT-SVD 数字水印 MATLAB
SVD分解
- SVD分解 C++
SVD
- % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个
svd
- 数字水印技术已经成为信息隐含技术的新热门。这里提供一个基于svd的数字水印源代码,大家共享-Digital watermarking technology has become the information implicit in the new hot technology. Here to provide a SVD-based Digital Watermarking source code, everyone shared
svd
- SVD算法:利用SVD分解的平移、旋转矩阵算法-SVD algorithm: the use of SVD decomposition of translation, rotation matrix algorithm
svd
- 介绍基于改进型的SVD变换的数字水印技术算法-Introduce improved SVD-based digital watermarking technology transform algorithm
svd-tls
- 谐波恢复的ARMA建模算法(基于SVD-TLS)(张贤达《现代信号处理》)。当谐波信号为复谐波的时,该算法仍然适用。但该程序中没有给出具体的实现。-Harmonic Retrieval of ARMA modeling algorithm (based on the SVD-TLS) (Xian Tatsu Modern Signal Processing ). When the harmonic signal for the
SVD
- 线性方程的解法,实现对运动目标的检测,针对可见光图像弱小目标检测中的背景抑制和去噪问题,提出了奇异值分解(Singular Value Decomposition,SVD)-Linear equations, to achieve the detection of moving targets, in view of the weak target detection in visible light images in the bac
svd-code
- svd分析的例子,程序,生成数据,预处理,分析-SVD analysis of the examples, procedures, generating data, pretreatment, analysis
PCA-SVD-Scaling
- PCA SVD的区别联系,加入尺度空间的分析,值得一看-The difference between PCA SVD links add scale space analysis, see
svd
- 基于svd算法的matlab源码,压缩.bmp格式的位图为例-Based on the SVD algorithm matlab source, compressed. Bmp format Bitmap example
svd
- 采用SVD方法进行人脸特征提取,希望对大家有用-SVD method using facial feature extraction, in the hope that useful to everybody
svd
- SVD奇异向量分析法,是一种常用的分析气象数据时间空间相关分布的研究方法,本程序可以直接使用。-SVD singular vector analysis, is a common analysis of meteorological data distribution in time and space-related research methods, this procedure can be used directly.
vcpca(svd)
- 这是用vc++语言编写的程序,里面有封装好的类,可以直接使用,vcpca类包含svd等矩阵算法类-This is using vc++ language preparation procedures, which have well-type package can be used directly, vcpca category contains svd algorithms such as matrix type
wuhongbao-svd
- 左右两场相关矩阵的奇异值分解,针对站点文件(svd)-Two related matrix singular value decomposition (svd)
svd.cpp
- This svd source code implementation in c++ , the zip file contain the ap file ,more detail ,please see the ap library adapted for c++ in the zip file.also there is faq to answer your question.-svd source code implement
svd-tls
- 基于svd-tls功率谱分析的方法 ,是现代谱估计的一种常用方法-svd-tls-based power spectral analysis method is a kind of modern spectral estimation methods commonly used
DCT-SVD-Algorithm
- 基于DCT的SVD算法,对于几何攻击有很强的鲁棒性-DCT-SVD algorithm, robustness on geometry attack
svd.cpp
- SVD-Single Value Decompose
SVD-DCT_Image_watermarking
- This is the matlab code for SVD-DCT image watermarking