HALCON Reference Manual 10.0.2
Name
line_positionline_positionline_positionLinePositionLinePosition — Calculate the center of gravity, length, and orientation of a line.
Herror line_position(const Hlong RowBegin, const Hlong ColBegin, const Hlong RowEnd, const Hlong ColEnd, double* RowCenter, double* ColCenter, double* Length, double* Phi)
Herror T_line_position(const Htuple RowBegin, const Htuple ColBegin, const Htuple RowEnd, const Htuple ColEnd, Htuple* RowCenter, Htuple* ColCenter, Htuple* Length, Htuple* Phi)
Herror line_position(const HTuple& RowBegin, const HTuple& ColBegin, const HTuple& RowEnd, const HTuple& ColEnd, double* RowCenter, double* ColCenter, double* Length, double* Phi)
Herror line_position(const HTuple& RowBegin, const HTuple& ColBegin, const HTuple& RowEnd, const HTuple& ColEnd, HTuple* RowCenter, HTuple* ColCenter, HTuple* Length, HTuple* Phi)
void HOperatorSetX.LinePosition(
[in] VARIANT RowBegin, [in] VARIANT ColBegin, [in] VARIANT RowEnd, [in] VARIANT ColEnd, [out] VARIANT* RowCenter, [out] VARIANT* ColCenter, [out] VARIANT* Length, [out] VARIANT* Phi)
VARIANT HMiscX.LinePosition(
[in] VARIANT RowBegin, [in] VARIANT ColBegin, [in] VARIANT RowEnd, [in] VARIANT ColEnd, [out] VARIANT* ColCenter, [out] VARIANT* Length, [out] VARIANT* Phi)
static void HOperatorSet.LinePosition(HTuple rowBegin, HTuple colBegin, HTuple rowEnd, HTuple colEnd, out HTuple rowCenter, out HTuple colCenter, out HTuple length, out HTuple phi)
static void HMisc.LinePosition(HTuple rowBegin, HTuple colBegin, HTuple rowEnd, HTuple colEnd, out HTuple rowCenter, out HTuple colCenter, out HTuple length, out HTuple phi)
static void HMisc.LinePosition(int rowBegin, int colBegin, int rowEnd, int colEnd, out double rowCenter, out double colCenter, out double length, out double phi)
The operator line_positionline_positionline_positionLinePositionLinePosition returns the center
(RowCenterRowCenterRowCenterRowCenterrowCenter, ColCenterColCenterColCenterColCentercolCenter), the (Euclidean) length
(LengthLengthLengthLengthlength) and the orientation (-pi/2 < PhiPhiPhiPhiphi <=
pi/2)
of the given lines. If more than one line is to be treated the line
and column indices can be passed as tuples. In this case the output
parameters, of course, are also tuples.
The routine is applied, for example, to model lines in order to
determine search regions for the edge detection
(detect_edge_segmentsdetect_edge_segmentsdetect_edge_segmentsDetectEdgeSegmentsDetectEdgeSegments).
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Row coordinates of the starting points of the
input lines.
Column coordinates of the starting points of the
input lines.
Row coordinates of the ending points of the
input lines.
Column coordinates of the ending points of the
input lines.
Row coordinates of the centers of gravity of the
input lines.
Column coordinates of the centers of gravity of the
input lines.
Euclidean length of the input lines.
PhiPhiPhiPhiphi (output_control) angle.rad(-array) → HTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double)
Orientation of the input lines.
line_positionline_positionline_positionLinePositionLinePosition always returns the value 2 (H_MSG_TRUE).
sobel_ampsobel_ampsobel_ampSobelAmpSobelAmp,
edges_imageedges_imageedges_imageEdgesImageEdgesImage,
thresholdthresholdthresholdThresholdThreshold,
hysteresis_thresholdhysteresis_thresholdhysteresis_thresholdHysteresisThresholdHysteresisThreshold,
split_skeleton_regionsplit_skeleton_regionsplit_skeleton_regionSplitSkeletonRegionSplitSkeletonRegion,
split_skeleton_linessplit_skeleton_linessplit_skeleton_linesSplitSkeletonLinesSplitSkeletonLines
set_line_widthset_line_widthset_line_widthSetLineWidthSetLineWidth,
disp_linedisp_linedisp_lineDispLineDispLine
line_orientationline_orientationline_orientationLineOrientationLineOrientation,
select_linesselect_linesselect_linesSelectLinesSelectLines,
partition_linespartition_linespartition_linesPartitionLinesPartitionLines
line_orientationline_orientationline_orientationLineOrientationLineOrientation,
select_linesselect_linesselect_linesSelectLinesSelectLines,
partition_linespartition_linespartition_linesPartitionLinesPartitionLines,
detect_edge_segmentsdetect_edge_segmentsdetect_edge_segmentsDetectEdgeSegmentsDetectEdgeSegments
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |