Package | Description |
---|---|
imagingbook.pub.regions | |
imagingbook.pub.regions.geometry |
Modifier and Type | Field and Description |
---|---|
protected List<RegionLabeling.BinaryRegion> |
RegionLabeling.regions |
Modifier and Type | Method and Description |
---|---|
RegionLabeling.BinaryRegion |
RegionLabeling.findRegion(int label)
Find the region associated to the given label.
|
RegionLabeling.BinaryRegion |
RegionLabeling.getRegion(int u,
int v)
Finds the
RegionLabeling.BinaryRegion instance associated with
the given image position. |
Modifier and Type | Method and Description |
---|---|
List<RegionLabeling.BinaryRegion> |
RegionLabeling.getRegions()
Get an unsorted list of all regions associated with this region labeling.
|
List<RegionLabeling.BinaryRegion> |
RegionLabeling.getRegions(boolean sort)
Get a possibly sorted list of all regions associated with this region labeling.
|
Modifier and Type | Method and Description |
---|---|
int |
RegionLabeling.BinaryRegion.compareTo(RegionLabeling.BinaryRegion r2) |
Iterable<Point> |
RegionLabeling.getRegionPoints(RegionLabeling.BinaryRegion r)
Deprecated.
This method is not supported any longer.
Instead use
Iterable<Point> capability of RegionLabeling.BinaryRegion
to iterate directly over region points. |
Constructor and Description |
---|
AxisAlignedBoundingBox(RegionLabeling.BinaryRegion r) |
ConvexHull(RegionLabeling.BinaryRegion r) |
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)