Uses of Interface
net.imglib2.transform.integer.Mixed
Packages that use Mixed
-
Uses of Mixed in net.imglib2.transform.integer
Subinterfaces of Mixed in net.imglib2.transform.integerModifier and TypeInterfaceDescriptioninterface
Map the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).interface
TODOinterface
TODOClasses in net.imglib2.transform.integer that implement MixedModifier and TypeClassDescriptionclass
TODOclass
Map the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).class
Mixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.class
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.class
TODOclass
Methods in net.imglib2.transform.integer that return types with arguments of type MixedModifier and TypeMethodDescriptionMixedTransform.getConcatenableClass()
MixedTransform.getPreConcatenableClass()
Methods in net.imglib2.transform.integer with parameters of type MixedModifier and TypeMethodDescriptionMixedTransform.concatenate
(Mixed t) MixedTransform.preConcatenate
(Mixed t) void
set parameters totransform
. -
Uses of Mixed in net.imglib2.view
Methods in net.imglib2.view with parameters of type MixedModifier and TypeMethodDescriptionstatic boolean
TransformBuilder.isComponentMapping
(Mixed t) static boolean
TransformBuilder.isIdentity
(Mixed t) static boolean
static boolean
TransformBuilder.isTranslation
(Mixed t) Constructors in net.imglib2.view with parameters of type MixedModifierConstructorDescriptionMixedTransformView
(RandomAccessible<T> source, Mixed transformToSource)