image hiding in image
Selva (2021). rdwt - svd image watermarking (https://www.mathworks.com/matlabcentral/fileexchange/45053-rdwt-svd-image-watermarking), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
what can be done for blind extraction? pls help
When I was running em.m and ew.m files, tis showing an error as
Undefined function or method 'svd' for input arguments of type 'single' and attributes 'full 3d real'.
Error in ==> em at 13
[I_u,I_s,I_v] = svd(LL); % extract sigular values...
Can You help me to fix that?
svd gives u,s,v
u,v are singular vectors- represents the image geometry
s- singular vector -gives the brightness of image
we perform the watermark in illumination of the image......
if you want to perform watermarking directly in color image then use rgb2hsv or rgb2ntsc and then perform watermark in luminance layer
Why image turns in gray colour in processing? Why method needs original image in extraction procedure? Please Help