Package | Description |
---|---|
net.imglib2.labeling | |
net.imglib2.roi |
Modifier and Type | Method and Description |
---|---|
RegionOfInterest |
LabelingROIStrategy.createRegionOfInterest(T label)
Deprecated.
A region of interest designed to be queried for point-membership
|
RegionOfInterest |
DefaultROIStrategy.createRegionOfInterest(T label)
Deprecated.
|
RegionOfInterest |
LabelingView.getRegionOfInterest(L label)
Deprecated.
|
RegionOfInterest |
Labeling.getRegionOfInterest(T label)
Deprecated.
Get a region of interest optimized to determine point membership
|
RegionOfInterest |
AbstractLabeling.getRegionOfInterest(T label)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IterableRegionOfInterest
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIterableRegionOfInterest
Deprecated.
|
class |
AbstractRegionOfInterest
Deprecated.
|
class |
AngleRegionOfInterest
Deprecated.
|
class |
BinaryMaskRegionOfInterest<T extends BitType,I extends RandomAccessibleInterval<T>>
Deprecated.
|
class |
CompositeRegionOfInterest
Deprecated.
|
class |
EllipseRegionOfInterest
Deprecated.
|
class |
GeneralPathRegionOfInterest
Deprecated.
|
class |
LineRegionOfInterest
Deprecated.
|
class |
PolygonRegionOfInterest
Deprecated.
|
class |
RectangleRegionOfInterest
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeRegionOfInterest.and(RegionOfInterest roi)
Deprecated.
Make the region the union of the current and this
|
void |
CompositeRegionOfInterest.not(RegionOfInterest roi)
Deprecated.
Remove this region from the composite region of interest
|
void |
CompositeRegionOfInterest.or(RegionOfInterest roi)
Deprecated.
Make the region of interest a combination of the new rest and all
previous
|
void |
CompositeRegionOfInterest.remove(RegionOfInterest roi)
Deprecated.
Remove the region from the composite
|
void |
CompositeRegionOfInterest.xor(RegionOfInterest roi)
Deprecated.
For points within the region, invert the membership.
|
Constructor and Description |
---|
CompositeRegionOfInterest(RegionOfInterest roi)
Deprecated.
Initialize a composite region of interest with a single ROI
|
Constructor and Description |
---|
CompositeRegionOfInterest(Collection<RegionOfInterest> rois)
Deprecated.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.