Skip to content

VIP v1.0.2

Compare
Choose a tag to compare
@VChristiaens VChristiaens released this 13 Oct 17:37
· 1395 commits to master since this release
30e48c1

Two major changes in default VIP behaviour:

  1. Change of default method for image shift, scaling and rotation throughout VIP: switched from opencv interpolation-based methods to FFT-based methods (imlib='vip-fft').
  2. Change of VIP convention regarding center of even-sized images: dim/2 (zero-based indexing) instead of dim/2-0.5. For odd-size images, the convention is identical. Now, in either cases the centroid is assumed to fall exactly on a pixel.

Readme and andromeda routines were adapted to reflect the above change in convention.