File size: 84 Bytes
9206300
 
 
 
1
2
3
4
5
import scipy.ndimage

def laplace_var(x):
    return scipy.ndimage.laplace(x).var()