HALCON Reference Manual 10.0.2
Name
get_lines_xldT_get_lines_xldget_lines_xldGetLinesXldGetLinesXld — Return an XLD polygon's data (as lines).
Herror get_lines_xld(Hobject Polygon, HTuple* BeginRow, HTuple* BeginCol, HTuple* EndRow, HTuple* EndCol, HTuple* Length, HTuple* Phi)
HTuple HXLDPoly::GetLinesXld(HTuple* BeginCol, HTuple* EndRow, HTuple* EndCol, HTuple* Length, HTuple* Phi) const
HTuple HXLDPolyArray::GetLinesXld(HTuple* BeginCol, HTuple* EndRow, HTuple* EndCol, HTuple* Length, HTuple* Phi) const
void HOperatorSetX.GetLinesXld(
[in] IHUntypedObjectX* Polygon, [out] VARIANT* BeginRow, [out] VARIANT* BeginCol, [out] VARIANT* EndRow, [out] VARIANT* EndCol, [out] VARIANT* Length, [out] VARIANT* Phi)
VARIANT HXLDPolyX.GetLinesXld(
[out] VARIANT* BeginCol, [out] VARIANT* EndRow, [out] VARIANT* EndCol, [out] VARIANT* Length, [out] VARIANT* Phi)
static void HOperatorSet.GetLinesXld(HObject polygon, out HTuple beginRow, out HTuple beginCol, out HTuple endRow, out HTuple endCol, out HTuple length, out HTuple phi)
void HXLDPoly.GetLinesXld(out HTuple beginRow, out HTuple beginCol, out HTuple endRow, out HTuple endCol, out HTuple length, out HTuple phi)
get_lines_xldget_lines_xldget_lines_xldGetLinesXldGetLinesXld returns the XLD polygon PolygonPolygonPolygonPolygonpolygon
as a set of lines. The following values are returned:
BeginRow: Row coordinates of the lines' start points
BeginCol: Column coordinates of the lines' start points
EndRow: Row coordinates of the lines' end points
EndCol: Column coordinates of the lines' end points
Length: Lengths of the line segments
Phi: Angles of the line segments
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Automatically parallelized on tuple level.
Row coordinates of the lines' start points.
Column coordinates of the lines' start points.
Column coordinates of the lines' end points.
Column coordinates of the lines' end points.
Lengths of the line segments.
PhiPhiPhiPhiphi (output_control) angle.rad-array → HTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double)
Angles of the line segments.
gen_polygons_xldgen_polygons_xldgen_polygons_xldGenPolygonsXldGenPolygonsXld
get_polygon_xldget_polygon_xldget_polygon_xldGetPolygonXldGetPolygonXld
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |