Package net.imglib2.util


package net.imglib2.util
  • Class
    Description
    Tools for setting up basic benchmarks.
    Static utility methods to convert from a value to a bin, useful for dealing with histograms and LUTs.
     
    Implements the concept of fractions
    This class contains static methods for copying image data to and from Img instances.
    N-dimensional data is often stored in a flat 1-dimensional array.
    Convenience methods for manipulating Intervals.
    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.
    TODO
    Basic vector and matrix operations implemented on double[] and double[][].
    Pair<A,B>
     
    TODO
    RealSum implements a method to reduce numerical instabilities when summing up a very large number of double precision numbers.
    TODO
    TODO