DeepImageJ 3.0 released—a user-friendly #FijiSc plugin that enables the use of a variety of pre-trained neural networks from the #BioimageModelZoo. Works with small and also very large images thanks to #ImgLib2.
128-bit math is ... tricky. We implemented a 128-bit type for n-dimensional arrays to represent images in our #ImgLib2 library for image processing. So many gotchas in defining basic arithmetic operations; at some point in version history all our custom implementations were replaced by java's BigInteger's.
https://github.com/imglib/imglib2/blob/master/src/main/java/net/imglib2/type/numeric/integer/Unsigned128BitType.java
Our motivating use case? Integral images (summed-area table: https://en.wikipedia.org/wiki/Summed-area_table ). But now the 128-bit type has found other uses too.
