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 interfaceRealOutOfBounds<T>Classes in net.imglib2.outofbounds that implement OutOfBounds Modifier and Type Class Description classAbstractOutOfBoundsMirror<T>Abstract implementation of shared functions for mirroring out of bounds.classAbstractOutOfBoundsValue<T>classOutOfBoundsBorder<T>Repeat the boundary pixels.classOutOfBoundsConstantValue<T>classOutOfBoundsMirrorDoubleBoundary<T>Coordinates out of image bounds are mirrored between boundary coordinates.classOutOfBoundsMirrorExpWindowing<T extends NumericType<T>>Adds a exponential windowing to the mirrored content outside the Interval boundariesclassOutOfBoundsMirrorSingleBoundary<T>Coordinates out of image bounds are mirrored at boundary coordinates.classOutOfBoundsPeriodic<T>Coordinates out of image bounds are periodically repeated.classOutOfBoundsRandomValue<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()
-