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

degradation model #17

Open
yiyunchen opened this issue Oct 30, 2019 · 0 comments
Open

degradation model #17

yiyunchen opened this issue Oct 30, 2019 · 0 comments

Comments

@yiyunchen
Copy link

In your paper: We set the rotation angle range to [0,π]. For the scaling of eigenvalues, it is set from 0.5 to 6, 8 and 10 for scale factors 2, 3 and 4, respectively.

In your code:
ksize = 15;
theta = pirand(1);
l1 = 0.1+9.9
rand(1);
l2 = 0.1+(l1-0.1)*rand(1);
kernel = anisotropic_Gaussian(ksize,theta,l1,l2); % double
kernel = single(kernel);

I would like to ask how to set the parameter of the gaussian blur kernel.
thank you!

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

1 participant