SVD Domain watermarking

SVD Domain watermarking
ダウンロード: 264
更新 2017/9/27

ライセンスの表示

Pseudo-code (Algorithm to implement)
[U1,S1,V1] = svd(A); // A is cover image
temp = S1+(a * W); // a is scaling factor, and W is watermark
[Uw,Sw,Vw] = svd(temp);
Aw = U1*Sw*(V1.'); // Aw is watermarked image
Extraction of watermark in SVD domain
[Uw1,Sw1,Vw1] = svd(Aw);
D = Uw*Sw1*(Vw.') //temp;
W = (D-S1)/a;

引用

Nawin K Sharma (2024). SVD Domain watermarking (https://www.mathworks.com/matlabcentral/fileexchange/64554-svd-domain-watermarking), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0