public class Lazy extends Object
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>> |
createImg(Interval targetInterval,
int[] blockSize,
T type,
CellLoader<T> loader) |
static <T extends NativeType<T>> |
process(Interval targetInterval,
int[] blockSize,
T type,
Consumer<RandomAccessibleInterval<T>> op)
Create a
DiskCachedCellImg with a cell generator Consumer . |
static <I,O extends NativeType<O>,P extends Op> |
process(RandomAccessibleInterval<I> source,
Interval sourceInterval,
int[] blockSize,
O type,
OpService opService,
Class<P> opClass,
Object... opArgs)
|
static <I,O extends NativeType<O>> |
process(RandomAccessibleInterval<I> source,
Interval sourceInterval,
int[] blockSize,
O type,
UnaryComputerOp<RandomAccessibleInterval<I>,RandomAccessibleInterval<O>> op)
Create a
DiskCachedCellImg with a cell generator UnaryComputerOp . |
public static <T extends NativeType<T>> CachedCellImg<T,?> createImg(Interval targetInterval, int[] blockSize, T type, CellLoader<T> loader)
public static <T extends NativeType<T>> CachedCellImg<T,?> process(Interval targetInterval, int[] blockSize, T type, Consumer<RandomAccessibleInterval<T>> op)
DiskCachedCellImg
with a cell generator Consumer
.targetInterval
- blockSize
- type
- op
- public static <I,O extends NativeType<O>> CachedCellImg<O,?> process(RandomAccessibleInterval<I> source, Interval sourceInterval, int[] blockSize, O type, UnaryComputerOp<RandomAccessibleInterval<I>,RandomAccessibleInterval<O>> op)
DiskCachedCellImg
with a cell generator UnaryComputerOp
.source
- sourceInterval
- blockSize
- type
- op
- public static <I,O extends NativeType<O>,P extends Op> CachedCellImg<O,?> process(RandomAccessibleInterval<I> source, Interval sourceInterval, int[] blockSize, O type, OpService opService, Class<P> opClass, Object... opArgs)
source
- sourceInterval
- blockSize
- type
- opService
- opClass
- opArgs
- Copyright © 2015–2021 Fiji. All rights reserved.