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;
Cite As
Nawin K Sharma (2026). SVD Domain watermarking (https://ch.mathworks.com/matlabcentral/fileexchange/64554-svd-domain-watermarking), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2012b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Watermarking >
Find more on Watermarking in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
