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
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))
The text was updated successfully, but these errors were encountered:
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))
The text was updated successfully, but these errors were encountered: