Package | Description |
---|---|
net.imglib2.transform.integer | |
net.imglib2.view |
Modifier and Type | Method and Description |
---|---|
MixedTransform |
MixedTransform.concatenate(Mixed t) |
MixedTransform |
MixedTransform.preConcatenate(Mixed t) |
Modifier and Type | Field and Description |
---|---|
protected MixedTransform |
MixedTransformView.transformToSource |
Modifier and Type | Method and Description |
---|---|
static MixedTransform |
ViewTransforms.addDimension(int numDimensions)
Returns the transformation that is used by
Views.addDimension(RandomAccessible) . |
MixedTransform |
MixedTransformView.getTransformToSource() |
static MixedTransform |
ViewTransforms.hyperSlice(int numDimensions,
int d,
long pos)
Returns the transformation that is used by
Views.hyperSlice(RandomAccessible, int, long) . |
static MixedTransform |
ViewTransforms.invertAxis(int numDimensions,
int d)
Returns the transformation that is used by
Views.invertAxis(RandomAccessible, int) . |
static MixedTransform |
ViewTransforms.moveAxis(int numDimensions,
int fromAxis,
int toAxis)
Returns the transformation that is used by
Views.moveAxis(RandomAccessible, int, int) . |
static MixedTransform |
ViewTransforms.translate(long... translation)
Returns the transformation that is used by
Views.translate(RandomAccessible, long...) . |
static MixedTransform |
ViewTransforms.translateInverse(long... translation)
Returns the transformation that is used by
Views.translateInverse(RandomAccessible, long...) . |
static MixedTransform |
ViewTransforms.zeroMin(Interval interval)
Returns the transformation that is used by
Views.zeroMin(RandomAccessibleInterval) . |
Modifier and Type | Method and Description |
---|---|
protected RandomAccessible<T> |
TransformBuilder.wrapMixedTransform(RandomAccessible<T> s,
MixedTransform t) |
Copyright © 2015–2022 ImgLib2. All rights reserved.