Package net.imglib2.transform
-
Interface Summary Interface Description InvertibleTransform Invertible transformation from Zn to Zm .Transform Transformation from Zn to Zm.Transformable<O,T extends Transform> A class is transformable if it can produce a copy of itself in the transformed space using the supplied transform. -
Class Summary Class Description InverseTransform Final implementation of the inverse of anInvertibleTransform
that simply replaces apply by applyInverse and conversely.