Uses of Class
net.imglib2.transform.integer.TranslationTransform
Packages that use TranslationTransform
-
Uses of TranslationTransform in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer that return TranslationTransformModifier and TypeMethodDescriptionTranslationTransform.concatenate
(Translation t) TranslationTransform.InverseTranslationTransform.concatenate
(Translation t) TranslationTransform.InverseTranslationTransform.inverse()
TranslationTransform.InverseTranslationTransform.preConcatenate
(Translation t) TranslationTransform.preConcatenate
(Translation t) -
Uses of TranslationTransform in net.imglib2.view
Methods in net.imglib2.view with parameters of type TranslationTransformModifier and TypeMethodDescriptionprotected RandomAccessible<T>
TransformBuilder.wrapTranslationTransform
(RandomAccessible<T> s, TranslationTransform t)