Package | Description |
---|---|
net.imglib2.algorithm.region.localneighborhood | |
net.imglib2.algorithm.transformation | |
net.imglib2.view |
Modifier and Type | Field and Description |
---|---|
protected ExtendedRandomAccessibleInterval<T,RandomAccessibleInterval<T>> |
AbstractNeighborhood.extendedSource |
Constructor and Description |
---|
ImageTransform(ExtendedRandomAccessibleInterval<T,Img<T>> container,
InvertibleBoundable transform,
InterpolatorFactory<T,RandomAccessible<T>> interpolatorFactory)
Deprecated.
Use a different constructor and explicitly define a
ImgFactory which will create the output. |
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 BooleanType<T>,F extends RandomAccessibleInterval<T>> |
Views.extendValue(F source,
boolean value)
Extend a RandomAccessibleInterval with a constant-value out-of-bounds
strategy.
|
static <T extends RealType<T>,F extends RandomAccessibleInterval<T>> |
Views.extendValue(F source,
double value)
Extend a RandomAccessibleInterval with a constant-value out-of-bounds
strategy.
|
static <T extends RealType<T>,F extends RandomAccessibleInterval<T>> |
Views.extendValue(F source,
float value)
Extend a RandomAccessibleInterval with a constant-value out-of-bounds
strategy.
|
static <T extends IntegerType<T>,F extends RandomAccessibleInterval<T>> |
Views.extendValue(F source,
int value)
Extend a RandomAccessibleInterval with a constant-value out-of-bounds
strategy.
|
static <T extends IntegerType<T>,F extends RandomAccessibleInterval<T>> |
Views.extendValue(F source,
long value)
Extend a RandomAccessibleInterval with a constant-value out-of-bounds
strategy.
|
static <T extends Type<T>,F extends RandomAccessibleInterval<T>> |
Views.extendValue(F source,
T value)
Deprecated.
use
extendValue with unbounded type parameter T |
static <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 © 2015–2022 ImgLib2. All rights reserved.