Package net.imglib2.util
package net.imglib2.util
-
ClassDescriptionTools for setting up basic benchmarks.Static utility methods to convert from a value to a bin, useful for dealing with histograms and LUTs.Utility class for type casts.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.Utility class for wrapping ImgLib2 images as read-only
Collections.AnIterableIntervalexpressed as aCollection.ARandomAccessibleIntervalexpressed as aList.Implements the concept of fractionsDefines a regular grid on an interval and translates between interval and grid coordinates.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 manipulatingIntervals.IterablePair<A,B> TODOBasic vector and matrix operations implemented on double[] and double[][].A RandomAccess that returns its current position as value.A RandomAccess that returns its current position as value.Pair<A,B> TODORealSumimplements a method to reduce numerical instabilities when summing up a very large number of double precision numbers.Utility class to measure time differences in nano-seconds, based onSystem.nanoTime().A collection of general-purpose utility methods for working with ImgLib2 data structures.ValuePair<A,B> TODO