public class MatrixStripConversion extends Object
Constructor and Description |
---|
MatrixStripConversion() |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
matrixToStrip(RandomAccessibleInterval<T> matrix,
int range) |
static <T extends Type<T>> |
matrixToStrip(RandomAccessibleInterval<T> matrix,
int range,
T extension) |
static <T extends RealType<T>> |
stripToMatrix(RandomAccessibleInterval<T> strip) |
static <T extends Type<T>> |
stripToMatrix(RandomAccessibleInterval<T> strip,
T extension) |
public static <T extends RealType<T>> RandomAccessibleInterval<T> stripToMatrix(RandomAccessibleInterval<T> strip)
public static <T extends Type<T>> RandomAccessibleInterval<T> stripToMatrix(RandomAccessibleInterval<T> strip, T extension)
public static <T extends RealType<T>> RandomAccessibleInterval<T> matrixToStrip(RandomAccessibleInterval<T> matrix, int range)
public static <T extends Type<T>> RandomAccessibleInterval<T> matrixToStrip(RandomAccessibleInterval<T> matrix, int range, T extension)
Copyright © 2015–2021 Fiji. All rights reserved.