Name
select_lines_longestT_select_lines_longestSelectLinesLongestSelectLinesLongest — Select the longest input lines.
Warning
select_lines_longestselect_lines_longestSelectLinesLongestSelectLinesLongestSelectLinesLongest is obsolete and is only provided for
reasons of backward compatibility.
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)
The operator select_lines_longestselect_lines_longestSelectLinesLongestSelectLinesLongestSelectLinesLongest selects the
NumNumNumNumnum longest input lines from the input lines described by
the tuples RowBeginInRowBeginInRowBeginInRowBeginInrowBeginIn, ColBeginInColBeginInColBeginInColBeginIncolBeginIn,
RowEndInRowEndInRowEndInRowEndInrowEndIn and ColEndInColEndInColEndInColEndIncolEndIn.
- 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.
(Maximum) desired number of output lines.
Default value: 10
Row coordinates of the starting points of the
output lines.
Column coordinates of the starting points of the
output lines.
Row coordinates of the ending points of the
output lines.
Column coordinates of the ending points of the
output lines.
The operator select_lines_longestselect_lines_longestSelectLinesLongestSelectLinesLongestSelectLinesLongest returns the value 2 (H_MSG_TRUE)
if the parameter values are correct. Otherwise an exception is
raised.
sobel_ampsobel_ampSobelAmpSobelAmpSobelAmp,
edges_imageedges_imageEdgesImageEdgesImageEdgesImage,
thresholdthresholdThresholdThresholdThreshold,
hysteresis_thresholdhysteresis_thresholdHysteresisThresholdHysteresisThresholdHysteresisThreshold,
split_skeleton_regionsplit_skeleton_regionSplitSkeletonRegionSplitSkeletonRegionSplitSkeletonRegion,
split_skeleton_linessplit_skeleton_linesSplitSkeletonLinesSplitSkeletonLinesSplitSkeletonLines
set_line_widthset_line_widthSetLineWidthSetLineWidthSetLineWidth,
disp_linedisp_lineDispLineDispLineDispLine
line_orientationline_orientationLineOrientationLineOrientationLineOrientation,
line_positionline_positionLinePositionLinePositionLinePosition,
select_linesselect_linesSelectLinesSelectLinesSelectLines,
partition_linespartition_linesPartitionLinesPartitionLinesPartitionLines
select_linesselect_linesSelectLinesSelectLinesSelectLines,
partition_linespartition_linesPartitionLinesPartitionLinesPartitionLines,
detect_edge_segmentsdetect_edge_segmentsDetectEdgeSegmentsDetectEdgeSegmentsDetectEdgeSegments,
select_shapeselect_shapeSelectShapeSelectShapeSelectShape
Foundation