Package | Description |
---|---|
net.imglib2.labeling | |
net.imglib2.roi |
Modifier and Type | Method and Description |
---|---|
IterableRegionOfInterest |
LabelingROIStrategy.createIterableRegionOfInterest(T label)
Deprecated.
An iterable region of interest, optimized for iteration over the pixels
in the region of interest.
|
IterableRegionOfInterest |
DefaultROIStrategy.createIterableRegionOfInterest(T label)
Deprecated.
|
IterableRegionOfInterest |
LabelingView.getIterableRegionOfInterest(L label)
Deprecated.
|
IterableRegionOfInterest |
Labeling.getIterableRegionOfInterest(T label)
Deprecated.
Get a ROI that represents the pixels with the given label
|
IterableRegionOfInterest |
AbstractLabeling.getIterableRegionOfInterest(T label)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIterableRegionOfInterest
Deprecated.
|
class |
BinaryMaskRegionOfInterest<T extends BitType,I extends RandomAccessibleInterval<T>>
Deprecated.
|
class |
EllipseRegionOfInterest
Deprecated.
|
class |
GeneralPathRegionOfInterest
Deprecated.
|
class |
PolygonRegionOfInterest
Deprecated.
|
class |
RectangleRegionOfInterest
Deprecated.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.