Uses of Interface
net.imglib2.outofbounds.OutOfBounds
Packages that use OutOfBounds
-
Uses of OutOfBounds in net.imglib2.outofbounds
Subinterfaces of OutOfBounds in net.imglib2.outofboundsClasses in net.imglib2.outofbounds that implement OutOfBoundsModifier and TypeClassDescriptionclass
Abstract implementation of shared functions for mirroring out of bounds.class
AbstractOutOfBoundsValue<T extends Type<T>>
class
Repeat the boundary pixels.class
OutOfBoundsConstantValue<T extends Type<T>>
final class
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
Coordinates out of image bounds are mirrored at boundary coordinates.class
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 -
Uses of OutOfBounds in net.imglib2.view
Methods in net.imglib2.view that return OutOfBoundsModifier and TypeMethodDescriptionfinal OutOfBounds<T>
ExtendedRandomAccessibleInterval.randomAccess()