SegmentInfo
Information about a segment.
Elements
| Name | Type | Description |
|---|---|---|
| numberOfPoints | int | The number of points in the segment. |
| isOpen | int | If TRUE, the contour is open. If FALSE, the contour is closed. |
| weight | double | The significance of the edge in terms of the gray values that constitute the edge. |
| points | ContourPoint* | The points of the segment. |