Package | Description |
---|---|
imagingbook.pub.regions | |
imagingbook.pub.regions.geometry |
Modifier and Type | Method and Description |
---|---|
Contour |
RegionLabeling.BinaryRegion.getOuterContour()
Get the (single) outer contour of this region.
|
Modifier and Type | Method and Description |
---|---|
List<Contour> |
RegionLabeling.BinaryRegion.getInnerContours()
Get all inner contours of this region.
|
List<Contour> |
RegionContourLabeling.getInnerContours() |
List<Contour> |
ContourTracer.getInnerContours()
Retrieves all inner contours of the associated region labeling.
|
List<Contour> |
RegionContourLabeling.getInnerContours(boolean sort) |
List<Contour> |
ContourTracer.getInnerContours(boolean sort)
Retrieves all inner contours of the associated region labeling.
|
List<Contour> |
RegionContourLabeling.getOuterContours() |
List<Contour> |
ContourTracer.getOuterContours()
Retrieves all outer contours of the associated region labeling.
|
List<Contour> |
RegionContourLabeling.getOuterContours(boolean sort) |
List<Contour> |
ContourTracer.getOuterContours(boolean sort)
Retrieves all outer contours of the associated region labeling.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RegionLabeling.BinaryRegion.addInnerContour(Contour contr) |
int |
Contour.compareTo(Contour c2) |
protected void |
RegionLabeling.BinaryRegion.setOuterContour(Contour contr) |
Modifier and Type | Method and Description |
---|---|
void |
ContourOverlay.addContours(List<Contour> contours,
Color color,
double strokeWidth) |
Constructor and Description |
---|
ConvexHull(Contour ctr) |
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)