Skip to content

degradation model #17

Description

@yiyunchen

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions