Uses of Class
net.imglib2.transform.integer.AbstractMixedTransform
-
Packages that use AbstractMixedTransform Package Description net.imglib2.transform.integer -
-
Uses of AbstractMixedTransform in net.imglib2.transform.integer
Subclasses of AbstractMixedTransform in net.imglib2.transform.integer 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
-