| BenchmarkHelper |
Tools for setting up basic benchmarks.
|
| Binning |
Static utility methods to convert from a value to a bin, useful for dealing
with histograms and LUTs.
|
| Cast |
Utility class for type casts.
|
| CloseableThreadLocal<T> |
Java's builtin ThreadLocal has a serious flaw: it can take an arbitrarily long amount of time to
dereference the things you had stored in it, even once the ThreadLocal instance itself is no
longer referenced.
|
| CloseableThreadLocal.SuppliedCloseableThreadLocal<T> |
|
| ConstantUtils |
|
| FlatCollections |
Utility class for wrapping ImgLib2 images as read-only Collections.
|
| FlatCollections.CollectionFromII<T,E> |
|
| FlatCollections.ListFromRAI<T,E> |
|
| Fraction |
Implements the concept of fractions
|
| Grid |
Defines a regular grid on an interval and translates between interval and grid
coordinates.
|
| ImgUtil |
This class contains static methods for copying image data to and from Img
instances.
|
| IntervalIndexer |
N-dimensional data is often stored in a flat 1-dimensional array.
|
| Intervals |
Convenience methods for manipulating Intervals.
|
| IterablePair<A,B> |
An Iterable which is backed by two other Iterables, whose
iteration produces a Pair of objects corresponding to those given by
the two respective iterations of the backing Iterables.
|
| KthElement |
TODO
|
| LinAlgHelpers |
Basic vector and matrix operations implemented on double[] and double[][].
|
| Localizables |
|
| Localizables.LocationRandomAccess |
A RandomAccess that returns its current position as value.
|
| Localizables.LocationRandomAccessible |
|
| Localizables.RealLocationRealRandomAccess |
A RandomAccess that returns its current position as value.
|
| Localizables.RealLocationRealRandomAccessible |
|
| Partition |
TODO
|
| RealSum |
RealSum implements a method to reduce numerical instabilities when
summing up a very large number of double precision numbers.
|
| StopWatch |
Utility class to measure time differences in nano-seconds, based on
System.nanoTime().
|
| Util |
A collection of general-purpose utility methods for working with ImgLib2 data
structures.
|
| ValuePair<A,B> |
TODO
|