Package | Description |
---|---|
net.imglib2.outofbounds | |
net.imglib2.view |
Modifier and Type | Interface and Description |
---|---|
interface |
RealOutOfBounds<T> |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
OutOfBounds<T> |
OutOfBounds.copy() |
OutOfBounds<T> |
OutOfBoundsFactory.create(F f) |
Modifier and Type | Method and Description |
---|---|
OutOfBounds<T> |
ExtendedRandomAccessibleInterval.randomAccess() |
Copyright © 2009–2018 ImgLib2. All rights reserved.