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 class
Final implementation of the inverse of anInvertibleTransform
that 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 TypeClassDescriptionclass
Transform n-dimensional to m-dimensional coordinates(m<n)
by flattening dimensions>m
.class
TODOclass
Fields in net.imglib2.transform.integer declared as InvertibleTransformModifier and TypeFieldDescriptionprotected final InvertibleTransform
SequentializeTransform.inverse
Methods 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 TypeClassDescriptionclass
Bijective integer transform mapping between integer coordinates in [0,n-1].class
Bijective 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 TypeClassDescriptionclass
Most 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.applyclass
Backward implementation of the most simple case of a shear transform: coordinate[ shearDimension ] -= coordinate[ referenceDimension ]class
Forward implementation of the most simple case of a shear transform: coordinate[ shearDimension ] += coordinate[ referenceDimension ]