class |
AbstractOutOfBoundsMirror<T> |
Abstract implementation of shared functions for mirroring out of bounds.
|
class |
AbstractOutOfBoundsValue<T extends Type<T>> |
|
class |
OutOfBoundsBorder<T> |
Repeat the boundary pixels.
|
class |
OutOfBoundsConstantValue<T extends Type<T>> |
|
class |
OutOfBoundsMirrorDoubleBoundary<T> |
Coordinates out of image bounds are mirrored between boundary coordinates.
|
class |
OutOfBoundsMirrorExpWindowing<T extends NumericType<T>> |
Adds a exponential windowing to the mirrored content outside the Interval
boundaries
|
class |
OutOfBoundsMirrorSingleBoundary<T> |
Coordinates out of image bounds are mirrored at boundary coordinates.
|
class |
OutOfBoundsPeriodic<T> |
Coordinates out of image bounds are periodically repeated.
|
class |
OutOfBoundsRandomValue<T extends RealType<T>> |
Return a random value in a certain range when outside of the Interval
|
class |
RealOutOfBoundsRealRandomAccess<T> |
|