Package net.imglib2.transform.integer
-
Interface Summary Interface Description BoundingBoxTransform Implemented by Transforms that can transform (easily) a BoundingBox in the source space to a bounding box in the target space.ComponentMapping Map the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).Mixed Mixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.Slicing TODOTranslation TODO -
Class Summary Class Description AbstractMixedTransform TODOBoundingBox TODOComponentMappingTransform Map the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).MixedTransform Mixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.SequentializeTransform Transform n-dimensional to m-dimensional coordinates(m<n)
by flattening dimensions>m
.SlicingTransform Map 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.TranslationTransform TODO