Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DWT-DCT-SVD and LWT-SVD functions are missing #3

Open
kamredudhamsingh opened this issue Oct 21, 2021 · 3 comments
Open

DWT-DCT-SVD and LWT-SVD functions are missing #3

kamredudhamsingh opened this issue Oct 21, 2021 · 3 comments

Comments

@kamredudhamsingh
Copy link

These functions are missing can you provide them?

@Saeid-jhn
Copy link
Owner

Thanks for your notification. I added the algorithm: DWT-SVD. The mentioned functions are not implemented yet. It is prepared as an empty template so it can be easy to extend and contribute by everyone.

@dharma88
Copy link

dharma88 commented Jul 7, 2022

Following error pops up on using DWT-SVD method,

Matrix dimensions must agree.

Error in dwt_svd (line 21)
HSw_hat = HSw + alpha.*Sw;

Error in watermark (line 9)
[watermarked_image, extracted_watermark] = dwt_svd(cover_image,watermark_logo,alpha,attack,param);

Error in main (line 101)
[watermarked_image, extracted_watermark] = watermark(cover_image,watermark_logoi,method,alpha,attack,param);

How to resolve this.

@xiangtingkong
Copy link

使用DWT-SVD方法时弹出以下错误,

矩阵尺寸必须一致。

dwt_svd中的错误(第 21 行)HSw_hat = HSw + alpha.*Sw;

水印错误(第 9 行)[watermarked_image, extracted_watermark] = dwt_svd(cover_image,watermark_logo,alpha,攻击,参数);

主错误(第 101 行)[watermarked_image, extracted_watermark] = 水印(cover_image,watermark_logoi,方法,alpha,攻击,参数);

如何解决这个问题。

hello,have you solved this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants