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