VIP v1.0.2
Two major changes in default VIP behaviour:
- 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'
). - 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.