airlab-unibas / airlab

Image registration laboratory for 2D and 3D image data
Apache License 2.0
408 stars 92 forks source link

LCC function bug #15

Open zqwei opened 5 years ago

zqwei commented 5 years ago

Default value of sigma=3 in LCC function cannot be indexed even after np.array(sigma). A fix is provide to change it as sigma=[3].