airlab-unibas / airlab

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

bug fix: common domain size calculation #14

Closed eschnider closed 5 years ago

eschnider commented 5 years ago

Since extent:=origin+(size-1)*spacing, when recalculating size it should be size=((extent-origin)/spacing)+1.