Package | Description |
---|---|
net.imglib2.view |
Modifier and Type | Method and Description |
---|---|
StackView.StackAccessMode |
StackView.getStackAccessMode() |
static StackView.StackAccessMode |
StackView.StackAccessMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackView.StackAccessMode[] |
StackView.StackAccessMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> RandomAccessibleInterval<T> |
Views.concatenate(int concatenationAxis,
StackView.StackAccessMode mode,
List<? extends RandomAccessibleInterval<T>> sources)
Concatenate a list of
RandomAccessibleInterval along the provided
concatenationAxis . |
static <T> RandomAccessibleInterval<T> |
Views.concatenate(int concatenationAxis,
StackView.StackAccessMode mode,
RandomAccessibleInterval<T>... sources)
Concatenate an array of
RandomAccessibleInterval along the
provided concatenationAxis . |
static <T> RandomAccessibleInterval<T> |
Views.stack(StackView.StackAccessMode stackAccessMode,
List<? extends RandomAccessibleInterval<T>> hyperslices)
Form a (n+1)-dimensional
RandomAccessibleInterval by
stacking n-dimensional RandomAccessibleInterval s. |
static <T> RandomAccessibleInterval<T> |
Views.stack(StackView.StackAccessMode stackAccessMode,
RandomAccessibleInterval<T>... hyperslices)
Form a (n+1)-dimensional
RandomAccessibleInterval by
stacking n-dimensional RandomAccessibleInterval s. |
Constructor and Description |
---|
StackView(List<? extends RandomAccessibleInterval<T>> hyperslices,
StackView.StackAccessMode stackAccessMode) |
Copyright © 2015–2022 ImgLib2. All rights reserved.