T
- public class OutOfBoundsMirrorFactory<T,F extends Interval & RandomAccessible<T>> extends Object implements OutOfBoundsFactory<T,F>
RandomAccessible
at its boundaries. Boundary pixels are either
duplicated or not. Note that if boundary pixels should not be duplicated
then all dimensions of the source (F f) must be > 1.Modifier and Type | Class and Description |
---|---|
static class |
OutOfBoundsMirrorFactory.Boundary |
Modifier and Type | Field and Description |
---|---|
protected OutOfBoundsMirrorFactory.Boundary |
boundary |
Constructor and Description |
---|
OutOfBoundsMirrorFactory(OutOfBoundsMirrorFactory.Boundary boundary) |
protected final OutOfBoundsMirrorFactory.Boundary boundary
public OutOfBoundsMirrorFactory(OutOfBoundsMirrorFactory.Boundary boundary)
public AbstractOutOfBoundsMirror<T> create(F f)
create
in interface OutOfBoundsFactory<T,F extends Interval & RandomAccessible<T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.