Uses of Interface
net.imglib2.transform.integer.Mixed
-
Packages that use Mixed Package Description net.imglib2.transform.integer net.imglib2.view -
-
Uses of Mixed in net.imglib2.transform.integer
Subinterfaces of Mixed in net.imglib2.transform.integer Modifier and Type Interface Description interfaceComponentMappingMap the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).interfaceSlicingTODOinterfaceTranslationTODOClasses in net.imglib2.transform.integer that implement Mixed Modifier and Type Class Description classAbstractMixedTransformTODOclassComponentMappingTransformMap 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.InverseTranslationTransformMethods in net.imglib2.transform.integer that return types with arguments of type Mixed Modifier and Type Method Description java.lang.Class<Mixed>MixedTransform. getConcatenableClass()java.lang.Class<Mixed>MixedTransform. getPreConcatenableClass()Methods in net.imglib2.transform.integer with parameters of type Mixed Modifier and Type Method Description MixedTransformMixedTransform. concatenate(Mixed t)MixedTransformMixedTransform. preConcatenate(Mixed t)voidMixedTransform. set(Mixed transform)set parameters totransform. -
Uses of Mixed in net.imglib2.view
Methods in net.imglib2.view that return Mixed Modifier and Type Method Description static MixedViewTransforms. permute(int numDimensions, int fromAxis, int toAxis)Returns the transformation that is used byViews.permute(RandomAccessible, int, int).static MixedViewTransforms. rotate(int numDimensions, int fromAxis, int toAxis)Returns the transformation that is used byViews.rotate(RandomAccessible, int, int).Methods in net.imglib2.view with parameters of type Mixed Modifier and Type Method Description static booleanTransformBuilder. isComponentMapping(Mixed t)static booleanTransformBuilder. isIdentity(Mixed t)static booleanTransformBuilder. isSlicing(Mixed t)static booleanTransformBuilder. isTranslation(Mixed t)Constructors in net.imglib2.view with parameters of type Mixed Constructor Description FullSourceMapMixedRandomAccess(RandomAccess<T> source, Mixed transformToSource)MixedRandomAccess(RandomAccess<T> source, Mixed transformToSource)MixedTransformView(RandomAccessible<T> source, Mixed transformToSource)
-