lmzjms's picture
Upload 505 files
3b2ea08
raw
history blame
84 Bytes
import scipy.ndimage
def laplace_var(x):
return scipy.ndimage.laplace(x).var()