Package | Description |
---|---|
net.imglib2.roi.labeling |
Modifier and Type | Method and Description |
---|---|
LabelRegion<T> |
LabelRegion.copy()
Create a copy of this
LabelRegion . |
LabelRegion<T> |
LabelRegions.getLabelRegion(T label) |
Modifier and Type | Method and Description |
---|---|
Iterator<LabelRegion<T>> |
LabelRegions.iterator() |
Constructor and Description |
---|
LabelRegion(LabelRegion<T> other)
Copy constructor.
|
LabelRegionRandomAccess(LabelRegion<T> region,
Interval interval,
long[] offset) |
LabelRegionRandomAccess(LabelRegion<T> region,
long[] offset) |
Copyright © 2015–2022 ImgLib2. All rights reserved.