Package net.imglib2.util
-
Interface Summary Interface Description Pair<A,B> -
Class Summary Class Description 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.ConstantUtils Fraction Implements the concept of fractionsImgUtil 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 manipulatingIntervals
.IterablePair<A,B> AnIterable
which is backed by two otherIterable
s, whose iteration produces aPair
of objects corresponding to those given by the two respective iterations of the backingIterable
s.KthElement TODOLinAlgHelpers Basic vector and matrix operations implemented on double[] and double[][].Partition TODORealSum RealSum
implements a method to reduce numerical instabilities when summing up a very large number of double precision numbers.Util TODOValuePair<A,B> TODO