public interface RectangleNeighborhoodFactory<T>
Modifier and Type | Method and Description |
---|---|
Neighborhood<T> |
create(long[] position,
long[] currentMin,
long[] currentMax,
Interval span,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> create(long[] position, long[] currentMin, long[] currentMax, Interval span, RandomAccess<T> sourceRandomAccess)
Copyright © 2015–2022 ImgLib2. All rights reserved.