You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.9rand(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!
The text was updated successfully, but these errors were encountered: