imglib / imglib2-algorithm-gpl

Image processing algorithms for ImgLib2 (GPL-licensed)
http://imglib2.net/
GNU General Public License v2.0
3 stars 6 forks source link

Fixes a bug in FFTConvolution that by default calculated correlation #5

Closed maweigert closed 7 years ago

maweigert commented 7 years ago

instead of convolution (which is the same for mirror symmetric kernels) Convolution is now the default.

Added simple 1d test of that.