Herror ::get_polygon_xld (
    Hobject Polygon,
    HTuple *Row,
    HTuple *Col,
    HTuple *Length,
    HTuple *Phi
)
HTuple HXLDPoly::GetPolygonXld (
    HTuple *Col,
    HTuple *Length,
    HTuple *Phi
) const

Return an XLD polygon's data.

::get_polygon_xld returns the following values of the XLD polygon Polygon:

  Row:     Row coordinates of the polygons' points
  Col:     Column coordinates of the polygons' points
  Length:  Lengths of the line segments between points i and i+1, respectively
  Phi:     Angles of the line segments between points i und i+1, respectively


Parameters

Polygon (input_object)
xld_poly -> Hobject: HXLDPoly
Input XLD polygon.

Row (output_control)
point.y-array -> HTuple.double *
Row coordinates of the polygons' points.

Col (output_control)
point.x-array -> HTuple.double *
Column coordinates of the polygons' points.

Length (output_control)
real-array -> HTuple.double *
Lengths of the line segments.

Phi (output_control)
angle.rad-array -> HTuple.double *
Angles of the line segments.


Possible Predecessors

::gen_polygons_xld


Alternatives

::get_lines_xld


Module

Sub-pixel operators



Copyright © 1996-2002 MVTec Software GmbH