Uses of Interface
net.imglib2.concatenate.PreConcatenable
-
Packages that use PreConcatenable Package Description net.imglib2.concatenate net.imglib2.transform.integer -
-
Uses of PreConcatenable in net.imglib2.concatenate
Methods in net.imglib2.concatenate that return PreConcatenable Modifier and Type Method Description PreConcatenable<A>PreConcatenable. preConcatenate(A a)Pre-concatenate this object with a. -
Uses of PreConcatenable in net.imglib2.transform.integer
Classes in net.imglib2.transform.integer that implement PreConcatenable Modifier and Type Class Description classComponentMappingTransformMap the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).classMixedTransformMixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.classSlicingTransformMap the components of the source vector to a slice of the target space, for instance transform (x,y) to (x,C,y) where C is a constant.classTranslationTransformTODOclassTranslationTransform.InverseTranslationTransform
-