Class OutOfBoundsBorderFactory<T,F extends Interval & RandomAccessible<T>>

java.lang.Object
net.imglib2.outofbounds.OutOfBoundsBorderFactory<T,F>
All Implemented Interfaces:
OutOfBoundsFactory<T,F>

public class OutOfBoundsBorderFactory<T,F extends Interval & RandomAccessible<T>> extends Object implements OutOfBoundsFactory<T,F>
Strategy to repeat the boundary pixels (creates OutOfBoundsBorder).
Author:
Tobias Pietzsch