Package net.imglib2.outofbounds
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 java.lang.Object implements OutOfBoundsFactory<T,F>
Strategy to repeat the boundary pixels (createsOutOfBoundsBorder
).- Author:
- Tobias Pietzsch
-
-
Constructor Summary
Constructors Constructor Description OutOfBoundsBorderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutOfBoundsBorder<T>
create(F f)
-
-
-
Method Detail
-
create
public OutOfBoundsBorder<T> create(F f)
- Specified by:
create
in interfaceOutOfBoundsFactory<T,F extends Interval & RandomAccessible<T>>
-
-