Spaces:
Runtime error
Runtime error
File size: 84 Bytes
d1b91e7 |
1 2 3 4 5 |
import scipy.ndimage
def laplace_var(x):
return scipy.ndimage.laplace(x).var()
|