Interface | Description |
---|---|
Bounded |
Interface implemented by entities (
Sampler s, Positionable s,
Localizable s) that can tell whether they are currently located
outside of the image boundaries. |
OutOfBounds<T> | |
OutOfBoundsFactory<T,F> | |
RealOutOfBounds<T> | |
RealOutOfBoundsFactory<T,F> |
Class | Description |
---|---|
AbstractOutOfBoundsMirror<T> |
Abstract implementation of shared functions for mirroring out of bounds.
|
AbstractOutOfBoundsValue<T> | |
OutOfBoundsBorder<T> |
Repeat the boundary pixels.
|
OutOfBoundsBorderFactory<T,F extends Interval & RandomAccessible<T>> |
Strategy to repeat the boundary pixels (creates
OutOfBoundsBorder ). |
OutOfBoundsConstantValue<T> | |
OutOfBoundsConstantValueFactory<T,F extends Interval & RandomAccessible<T>> | |
OutOfBoundsMirrorDoubleBoundary<T> |
Coordinates out of image bounds are mirrored between boundary coordinates.
|
OutOfBoundsMirrorExpWindowing<T extends NumericType<T>> |
Adds a exponential windowing to the mirrored content outside the Interval
boundaries
|
OutOfBoundsMirrorExpWindowingFactory<T extends NumericType<T>,F extends Interval & RandomAccessible<T>> |
TODO
|
OutOfBoundsMirrorFactory<T,F extends Interval & RandomAccessible<T>> |
Create appropriate strategies that virtually mirror a
RandomAccessible at its boundaries. |
OutOfBoundsMirrorSingleBoundary<T> |
Coordinates out of image bounds are mirrored at boundary coordinates.
|
OutOfBoundsPeriodic<T> |
Coordinates out of image bounds are periodically repeated.
|
OutOfBoundsPeriodicFactory<T,F extends Interval & RandomAccessible<T>> |
Create appropriate strategies that virtually extend a
RandomAccessibleInterval periodically. |
OutOfBoundsRandomValue<T extends RealType<T>> |
Return a random value in a certain range when outside of the Interval
|
OutOfBoundsRandomValueFactory<T extends RealType<T>,F extends Interval & RandomAccessible<T>> | |
RealOutOfBoundsRealRandomAccess<T> |
Enum | Description |
---|---|
OutOfBoundsMirrorFactory.Boundary |
Copyright © 2015–2022 ImgLib2. All rights reserved.