ContourPoint
Describes a point along an edge segment.
Elements
| Name | Type | Description |
|---|---|---|
| x | double | The x-coordinate value in the image. |
| y | double | The y-coordinate value in the image. |
| curvature | double | The change in slope at this edge point of the segment. |
| xDisplacement | double | The x displacement of the current edge pixel from a cubic spline fit of the current edge segment. |
| yDisplacement | double | The y displacement of the current edge pixel from a cubic spline fit of the current edge segment. |