Uses of Class
net.imglib2.outofbounds.AbstractOutOfBoundsMirror
-
Packages that use AbstractOutOfBoundsMirror Package Description net.imglib2.outofbounds -
-
Uses of AbstractOutOfBoundsMirror in net.imglib2.outofbounds
Subclasses of AbstractOutOfBoundsMirror in net.imglib2.outofbounds Modifier and Type Class Description 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.Methods in net.imglib2.outofbounds that return AbstractOutOfBoundsMirror Modifier and Type Method Description abstract AbstractOutOfBoundsMirror<T>AbstractOutOfBoundsMirror. copy()AbstractOutOfBoundsMirror<T>OutOfBoundsMirrorFactory. create(F f)Constructors in net.imglib2.outofbounds with parameters of type AbstractOutOfBoundsMirror Constructor Description AbstractOutOfBoundsMirror(AbstractOutOfBoundsMirror<T> outOfBounds)
-