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