sqrt(gradients) line removed

This commit is contained in:
JDWarner
2012-08-29 17:07:13 -05:00
parent 61320957eb
commit 99238c44a5
@@ -78,9 +78,6 @@ def _compute_weights_3d(data, beta=130, eps=1.e-6, depth=1.,
else:
gradients += _compute_gradients_3d(data[..., channel],
depth=depth)**2
# gradients = np.sqrt(gradients)
# All channels considered together in this standard deviation
beta /= 10 * data.std()
if multichannel: