select_lines_longestT_select_lines_longestSelectLinesLongestSelectLinesLongestselect_lines_longest (Operator)
Name
select_lines_longestT_select_lines_longestSelectLinesLongestSelectLinesLongestselect_lines_longest — Auswahl der längsten Eingabelinien.
Warnung
select_lines_longestselect_lines_longestSelectLinesLongestSelectLinesLongestselect_lines_longest ist veraltet und wird nur aus Gründen
der Rückwärtskompatibilität zur Verfügung gestellt.
Signatur
void SelectLinesLongest(const HTuple& RowBeginIn, const HTuple& ColBeginIn, const HTuple& RowEndIn, const HTuple& ColEndIn, const HTuple& Num, HTuple* RowBeginOut, HTuple* ColBeginOut, HTuple* RowEndOut, HTuple* ColEndOut)
static void HMisc::SelectLinesLongest(const HTuple& RowBeginIn, const HTuple& ColBeginIn, const HTuple& RowEndIn, const HTuple& ColEndIn, Hlong Num, HTuple* RowBeginOut, HTuple* ColBeginOut, HTuple* RowEndOut, HTuple* ColEndOut)
static void HOperatorSet.SelectLinesLongest(HTuple rowBeginIn, HTuple colBeginIn, HTuple rowEndIn, HTuple colEndIn, HTuple num, out HTuple rowBeginOut, out HTuple colBeginOut, out HTuple rowEndOut, out HTuple colEndOut)
static void HMisc.SelectLinesLongest(HTuple rowBeginIn, HTuple colBeginIn, HTuple rowEndIn, HTuple colEndIn, int num, out HTuple rowBeginOut, out HTuple colBeginOut, out HTuple rowEndOut, out HTuple colEndOut)
Beschreibung
select_lines_longestselect_lines_longestSelectLinesLongestSelectLinesLongestselect_lines_longest wählt aus den durch die Tupel
RowBeginInRowBeginInRowBeginInrowBeginInrow_begin_in, ColBeginInColBeginInColBeginIncolBeginIncol_begin_in, RowEndInRowEndInRowEndInrowEndInrow_end_in
und ColEndInColEndInColEndIncolEndIncol_end_in beschriebenen Eingabelinien die
NumNumNumnumnum längsten Eingabelinien aus.
Ausführungsinformationen
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
Parameter
RowBeginInRowBeginInRowBeginInrowBeginInrow_begin_in (input_control) line.begin.y-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Zeilenkoordinaten der Anfangspunkte der Eingabelinien.
ColBeginInColBeginInColBeginIncolBeginIncol_begin_in (input_control) line.begin.x-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Spaltenkoordinaten der Anfangspunkte der Eingabelinien.
RowEndInRowEndInRowEndInrowEndInrow_end_in (input_control) line.end.y-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Zeilenkoordinaten der Endpunkte der Eingabelinien.
ColEndInColEndInColEndIncolEndIncol_end_in (input_control) line.end.x-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Spaltenkoordinaten der Endpunkte der Eingabelinien.
NumNumNumnumnum (input_control) integer → HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
(Maximal) gewünschte Anzahl von Ausgabelinien.
Default:
10
RowBeginOutRowBeginOutRowBeginOutrowBeginOutrow_begin_out (output_control) line.begin.y-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Zeilenkoordinaten der Anfangspunkte der Ausgabelinien.
ColBeginOutColBeginOutColBeginOutcolBeginOutcol_begin_out (output_control) line.begin.x-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Spaltenkoordinaten der Anfangspunkte der Ausgabelinien.
RowEndOutRowEndOutRowEndOutrowEndOutrow_end_out (output_control) line.end.y-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Zeilenkoordinaten der Endpunkte der Ausgabelinien.
ColEndOutColEndOutColEndOutcolEndOutcol_end_out (output_control) line.end.x-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Spaltenindizes der Endpunkte der Ausgabelinien.
Ergebnis
select_lines_longestselect_lines_longestSelectLinesLongestSelectLinesLongestselect_lines_longest liefert den Wert 2 (
H_MSG_TRUE)
, falls die
Parameterwerte korrekt sind. Ansonsten wird eine
Fehlerbehandlung durchgeführt.
Vorgänger
sobel_ampsobel_ampSobelAmpSobelAmpsobel_amp,
edges_imageedges_imageEdgesImageEdgesImageedges_image,
thresholdthresholdThresholdThresholdthreshold,
hysteresis_thresholdhysteresis_thresholdHysteresisThresholdHysteresisThresholdhysteresis_threshold,
split_skeleton_regionsplit_skeleton_regionSplitSkeletonRegionSplitSkeletonRegionsplit_skeleton_region,
split_skeleton_linessplit_skeleton_linesSplitSkeletonLinesSplitSkeletonLinessplit_skeleton_lines
Nachfolger
set_line_widthset_line_widthSetLineWidthSetLineWidthset_line_width,
disp_linedisp_lineDispLineDispLinedisp_line
Alternativen
line_orientationline_orientationLineOrientationLineOrientationline_orientation,
line_positionline_positionLinePositionLinePositionline_position,
select_linesselect_linesSelectLinesSelectLinesselect_lines,
partition_linespartition_linesPartitionLinesPartitionLinespartition_lines
Siehe auch
select_linesselect_linesSelectLinesSelectLinesselect_lines,
partition_linespartition_linesPartitionLinesPartitionLinespartition_lines,
detect_edge_segmentsdetect_edge_segmentsDetectEdgeSegmentsDetectEdgeSegmentsdetect_edge_segments,
select_shapeselect_shapeSelectShapeSelectShapeselect_shape
Modul
Foundation