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
'gaussian_fn' doesn't even use the value of 'sigma'?
Line 61 of https://github.com/jolaem/Gabor3D/blob/master/gabor.py, should it be
g = np.exp(- ((x/float(sigma)) ** 2 / 2 + (y/float(sigma)) ** 2 / 2 + (z/float(sigma)) ** 2 / 2)) ?
'gaussian_fn' doesn't even use the value of 'sigma'?
Line 61 of https://github.com/jolaem/Gabor3D/blob/master/gabor.py, should it be
g = np.exp(- ((x/float(sigma)) ** 2 / 2 + (y/float(sigma)) ** 2 / 2 + (z/float(sigma)) ** 2 / 2)) ?