Uses of Class
net.imglib2.outofbounds.AbstractOutOfBoundsMirror
Packages that use AbstractOutOfBoundsMirror
-
Uses of AbstractOutOfBoundsMirror in net.imglib2.outofbounds
Subclasses of AbstractOutOfBoundsMirror in net.imglib2.outofboundsModifier and TypeClassDescriptionfinal 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.Methods in net.imglib2.outofbounds that return AbstractOutOfBoundsMirrorModifier and TypeMethodDescriptionabstract AbstractOutOfBoundsMirror<T>
AbstractOutOfBoundsMirror.copy()
Constructors in net.imglib2.outofbounds with parameters of type AbstractOutOfBoundsMirrorModifierConstructorDescriptionprotected
AbstractOutOfBoundsMirror
(AbstractOutOfBoundsMirror<T> outOfBounds)