Package | Description |
---|---|
net.imglib2.outofbounds | |
net.imglib2.view |
Modifier and Type | Class and Description |
---|---|
class |
OutOfBoundsBorderFactory<T,F extends Interval & RandomAccessible<T>>
Strategy to repeat the boundary pixels (creates
OutOfBoundsBorder ). |
class |
OutOfBoundsConstantValueFactory<T extends Type<T>,F extends Interval & RandomAccessible<T>> |
class |
OutOfBoundsMirrorExpWindowingFactory<T extends NumericType<T>,F extends Interval & RandomAccessible<T>>
TODO
|
class |
OutOfBoundsMirrorFactory<T,F extends Interval & RandomAccessible<T>>
Create appropriate strategies that virtually mirror a
RandomAccessible at its boundaries. |
class |
OutOfBoundsPeriodicFactory<T,F extends Interval & RandomAccessible<T>>
Create appropriate strategies that virtually extend a
RandomAccessibleInterval periodically. |
class |
OutOfBoundsRandomValueFactory<T extends RealType<T>,F extends Interval & RandomAccessible<T>> |
Modifier and Type | Field and Description |
---|---|
protected OutOfBoundsFactory<T,? super F> |
ExtendedRandomAccessibleInterval.factory |
Modifier and Type | Method and Description |
---|---|
OutOfBoundsFactory<T,? super F> |
ExtendedRandomAccessibleInterval.getOutOfBoundsFactory() |
Modifier and Type | Method and Description |
---|---|
static <T,F extends RandomAccessibleInterval<T>> |
Views.expand(F source,
OutOfBoundsFactory<T,? super F> oob,
long... border)
Expand a RandomAccessibleInterval as specified by border.
|
static <T,F extends RandomAccessibleInterval<T>> |
Views.extend(F source,
OutOfBoundsFactory<T,? super F> factory)
Extend a RandomAccessibleInterval with an out-of-bounds strategy.
|
Constructor and Description |
---|
ExtendedRandomAccessibleInterval(F source,
OutOfBoundsFactory<T,? super F> factory) |
Copyright © 2009–2018 ImgLib2. All rights reserved.