Package | Description |
---|---|
net.imglib2.view |
Modifier and Type | Method and Description |
---|---|
static <T,F extends RandomAccessibleInterval<T>> |
Views.extend(F source,
OutOfBoundsFactory<T,? super F> factory)
Extend a RandomAccessibleInterval with an out-of-bounds strategy.
|
static <T,F extends RandomAccessibleInterval<T>> |
Views.extendBorder(F source)
Extend a RandomAccessibleInterval with an out-of-bounds strategy to
repeat border pixels.
|
static <T,F extends RandomAccessibleInterval<T>> |
Views.extendMirrorDouble(F source)
Extend a RandomAccessibleInterval with a mirroring out-of-bounds
strategy.
|
static <T,F extends RandomAccessibleInterval<T>> |
Views.extendMirrorSingle(F source)
Extend a RandomAccessibleInterval with a mirroring out-of-bounds
strategy.
|
static <T,F extends RandomAccessibleInterval<T>> |
Views.extendPeriodic(F source)
Extend a RandomAccessibleInterval with a periodic out-of-bounds strategy.
|
static <T extends RealType<T>,F extends RandomAccessibleInterval<T>> |
Views.extendRandom(F source,
double min,
double max)
Extend a RandomAccessibleInterval with a random-value out-of-bounds
strategy.
|
static <T extends Type<T>,F extends RandomAccessibleInterval<T>> |
Views.extendValue(F source,
T value)
Extend a RandomAccessibleInterval with a constant-value out-of-bounds
strategy.
|
static <T extends NumericType<T>,F extends RandomAccessibleInterval<T>> |
Views.extendZero(F source)
Extend a RandomAccessibleInterval with a constant-value out-of-bounds
strategy where the constant value is the zero-element of the data type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TransformBuilder.visitExtended(ExtendedRandomAccessibleInterval<T,?> randomAccessible)
Visit a ExtendedRandomAccessibleInterval (while traversing the view
hierarchy).
|
Copyright © 2009–2017 ImgLib2. All rights reserved.