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