Uses of Package
net.imglib2.transform.integer
-
Packages that use net.imglib2.transform.integer Package Description net.imglib2.transform.integer net.imglib2.transform.integer.shear net.imglib2.view -
Classes in net.imglib2.transform.integer used by net.imglib2.transform.integer Class Description AbstractMixedTransform TODOBoundingBox TODOBoundingBoxTransform 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).ComponentMappingTransform 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.MixedTransform Mixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.Slicing TODOSlicingTransform 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.Translation TODOTranslationTransform TODOTranslationTransform.InverseTranslationTransform -
Classes in net.imglib2.transform.integer used by net.imglib2.transform.integer.shear Class Description BoundingBox TODOBoundingBoxTransform Implemented by Transforms that can transform (easily) a BoundingBox in the source space to a bounding box in the target space. -
Classes in net.imglib2.transform.integer used by net.imglib2.view Class Description BoundingBox TODOMixed Mixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.MixedTransform Mixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.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