Package net.imglib2.outofbounds
package net.imglib2.outofbounds
-
ClassDescriptionAbstract implementation of shared functions for mirroring out of bounds.Interface implemented by entities (
Samplers,Positionables,Localizables) that can tell whether they are currently located outside of the image boundaries.OutOfBounds<T>Repeat the boundary pixels.Strategy to repeat the boundary pixels (createsOutOfBoundsBorder).OutOfBoundsFactory<T,F> Coordinates out of image bounds are mirrored between boundary coordinates.OutOfBoundsMirrorExpWindowing<T extends NumericType<T>>Adds a exponential windowing to the mirrored content outside the Interval boundariesOutOfBoundsMirrorExpWindowingFactory<T extends NumericType<T>, F extends Interval & RandomAccessible<T>>TODOCreate appropriate strategies that virtually mirror aRandomAccessibleat its boundaries.Coordinates out of image bounds are mirrored at boundary coordinates.Coordinates out of image bounds are periodically repeated.Create appropriate strategies that virtually extend aRandomAccessibleIntervalperiodically.OutOfBoundsRandomValue<T extends RealType<T>>Return a random value in a certain range when outside of the Interval