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
The Gaussians are incorrectly computed in the filters module. They should be using G(r) = exp(-0.5r**2) instead exp(-0.5r) as is currently implemented. This is a big bug.
The Gaussians are incorrectly computed in the filters module. They should be using G(r) = exp(-0.5r**2) instead exp(-0.5r) as is currently implemented. This is a big bug.