Uses of Class
net.imglib2.outofbounds.OutOfBoundsMirrorSingleBoundary
-
Packages that use OutOfBoundsMirrorSingleBoundary Package Description net.imglib2.outofbounds -
-
Uses of OutOfBoundsMirrorSingleBoundary in net.imglib2.outofbounds
Subclasses of OutOfBoundsMirrorSingleBoundary in net.imglib2.outofbounds Modifier and Type Class Description class
OutOfBoundsMirrorExpWindowing<T extends NumericType<T>>
Adds a exponential windowing to the mirrored content outside the Interval boundariesMethods in net.imglib2.outofbounds that return OutOfBoundsMirrorSingleBoundary Modifier and Type Method Description OutOfBoundsMirrorSingleBoundary<T>
OutOfBoundsMirrorSingleBoundary. copy()
OutOfBoundsMirrorSingleBoundary<T>
OutOfBoundsMirrorSingleBoundary. copyRandomAccess()
Constructors in net.imglib2.outofbounds with parameters of type OutOfBoundsMirrorSingleBoundary Constructor Description OutOfBoundsMirrorSingleBoundary(OutOfBoundsMirrorSingleBoundary<T> outOfBounds)
-