Uses of Interface
net.imglib2.transform.InvertibleTransform
Packages that use InvertibleTransform
Package
Description
-
Uses of InvertibleTransform in net.imglib2.transform
Classes in net.imglib2.transform that implement InvertibleTransformModifier and TypeClassDescriptionfinal classFinal implementation of the inverse of anInvertibleTransformthat simply replaces apply by applyInverse and conversely.Methods in net.imglib2.transform that return InvertibleTransformModifier and TypeMethodDescriptionInverseTransform.inverse()InvertibleTransform.inverse()Get the inverse transform.Constructors in net.imglib2.transform with parameters of type InvertibleTransform -
Uses of InvertibleTransform in net.imglib2.transform.integer
Subinterfaces of InvertibleTransform in net.imglib2.transform.integerClasses in net.imglib2.transform.integer that implement InvertibleTransformModifier and TypeClassDescriptionclassTransform n-dimensional to m-dimensional coordinates(m<n)by flattening dimensions>m.classTODOclassFields in net.imglib2.transform.integer declared as InvertibleTransformModifier and TypeFieldDescriptionprotected final InvertibleTransformSequentializeTransform.inverseMethods in net.imglib2.transform.integer that return InvertibleTransform -
Uses of InvertibleTransform in net.imglib2.transform.integer.permutation
Classes in net.imglib2.transform.integer.permutation that implement InvertibleTransformModifier and TypeClassDescriptionclassBijective integer transform mapping between integer coordinates in [0,n-1].classBijective integer transform mapping between integer coordinates in [0,n-1].class -
Uses of InvertibleTransform in net.imglib2.transform.integer.shear
Classes in net.imglib2.transform.integer.shear that implement InvertibleTransformModifier and TypeClassDescriptionclassMost simple case of a shear transform that just implements for a integer valued coordinate: coordinate[ shearDimension ] += coordinate[ referenceDimension ] (forward) coordinate[ shearDimension ] -= coordinate[ referenceDimension ] (backward) This abstract class holds the inverse and implements applyInverse in terms of inverse.applyclassBackward implementation of the most simple case of a shear transform: coordinate[ shearDimension ] -= coordinate[ referenceDimension ]classForward implementation of the most simple case of a shear transform: coordinate[ shearDimension ] += coordinate[ referenceDimension ]