Package | Description |
---|---|
net.imglib2.outofbounds |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractOutOfBoundsMirror<T> |
AbstractOutOfBoundsMirror.copy() |
AbstractOutOfBoundsMirror<T> |
OutOfBoundsMirrorFactory.create(F f) |
Constructor and Description |
---|
AbstractOutOfBoundsMirror(AbstractOutOfBoundsMirror<T> outOfBounds) |
Copyright © 2015–2022 ImgLib2. All rights reserved.