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

制作的数据和作者的不符? #1

Open
zliangxu opened this issue Mar 30, 2018 · 1 comment
Open

制作的数据和作者的不符? #1

zliangxu opened this issue Mar 30, 2018 · 1 comment

Comments

@zliangxu
Copy link

idcnn_issue

左边是作者论文给出的一张例图,右边是用你的方法(代码如下MATLAB)加噪后的图,直方图明显不一致,请问是什么问题?

代码:

noise_arr = (gamrnd(25, 0.04, h, w) - 1);
im_n = uint8(im2double(im) .* (1 + noise_arr) * 255);

@RaymondByc
Copy link
Owner

除了在值为255的地方有较大差异外,其他并无较大差异。

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

2 participants