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

Question about the code that handles the standard deviation of a Gaussian kernel #11

Open
liangchengbeibian opened this issue Nov 17, 2023 · 0 comments

Comments

@liangchengbeibian
Copy link

May I ask what these codes below are doing? Where does the "300" come from? Looking forward to your reply, thank you very much.
view_angle_degree = 5
view_angle_radian = math.radians(view_angle_degree)
r = 300/np.pi
gau_filter = int(np.round(view_angle_radian*r))

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