@Deprecated public interface IterableRegionOfInterest extends RegionOfInterest
| Modifier and Type | Method and Description |
|---|---|
<T extends Type<T>> |
getIterableIntervalOverROI(RandomAccessible<T> src)
Deprecated.
Given a sampler in the ROI's space, provide an iterable that can make
iterators over the space, sampling pixels from the sampler.
|
contains, move, movegetAt, getAt, getAt, realRandomAccess, realRandomAccessmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMax, realMin, realMin, realMinnumDimensions<T extends Type<T>> IterableInterval<T> getIterableIntervalOverROI(RandomAccessible<T> src)
T - src - - a RandomAccessible that can generate RandomAccess objects.
The cursors that IterableInterval generates will use "src" to
generate a RandomAccess to sample the space.Copyright © 2015–2022 ImgLib2. All rights reserved.