public interface ContourTracer
Modifier and Type | Method and Description |
---|---|
List<Contour> |
getInnerContours()
Retrieves all inner contours of the associated region labeling.
|
List<Contour> |
getInnerContours(boolean sort)
Retrieves all inner contours of the associated region labeling.
|
List<Contour> |
getOuterContours()
Retrieves all outer contours of the associated region labeling.
|
List<Contour> |
getOuterContours(boolean sort)
Retrieves all outer contours of the associated region labeling.
|
List<Contour> getInnerContours()
List<Contour> getInnerContours(boolean sort)
sort
- set true to sort contours by (descending) length.List<Contour> getOuterContours()
List<Contour> getOuterContours(boolean sort)
sort
- set true to sort contours by (descending) length.Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)