Uses of Interface
net.imglib2.outofbounds.OutOfBounds
-
Packages that use OutOfBounds Package Description net.imglib2.outofbounds net.imglib2.view -
-
Uses of OutOfBounds in net.imglib2.outofbounds
Subinterfaces of OutOfBounds in net.imglib2.outofbounds Modifier and Type Interface Description interface
RealOutOfBounds<T>
Classes in net.imglib2.outofbounds that implement OutOfBounds Modifier and Type Class 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 boundariesclass
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 IntervalMethods in net.imglib2.outofbounds that return OutOfBounds Modifier and Type Method Description OutOfBounds<T>
OutOfBounds. copy()
OutOfBounds<T>
OutOfBoundsFactory. create(F f)
-
Uses of OutOfBounds in net.imglib2.view
Methods in net.imglib2.view that return OutOfBounds Modifier and Type Method Description OutOfBounds<T>
ExtendedRandomAccessibleInterval. randomAccess()
-