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 TypeInterfaceDescriptioninterfaceMap the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).interfaceTODOinterfaceTODOClasses in net.imglib2.transform.integer that implement MixedModifier and TypeClassDescriptionclassTODOclassMap the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).classMixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.classMap 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.classTODOclassMethods 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) voidset parameters totransform. -
Uses of Mixed in net.imglib2.view
Methods in net.imglib2.view with parameters of type MixedModifier and TypeMethodDescriptionstatic booleanTransformBuilder.isComponentMapping(Mixed t) static booleanTransformBuilder.isIdentity(Mixed t) static booleanstatic booleanTransformBuilder.isTranslation(Mixed t) Constructors in net.imglib2.view with parameters of type MixedModifierConstructorDescriptionMixedTransformView(RandomAccessible<T> source, Mixed transformToSource)