Name
gen_region_linegen_region_lineGenRegionLineGenRegionLine — Store input lines as regions.
void GenRegionLine(HObject* RegionLines, const HTuple& BeginRow, const HTuple& BeginCol, const HTuple& EndRow, const HTuple& EndCol)
void HRegion::GenRegionLine(const HTuple& BeginRow, const HTuple& BeginCol, const HTuple& EndRow, const HTuple& EndCol)
void HRegion::GenRegionLine(Hlong BeginRow, Hlong BeginCol, Hlong EndRow, Hlong EndCol)
static void HOperatorSet.GenRegionLine(out HObject regionLines, HTuple beginRow, HTuple beginCol, HTuple endRow, HTuple endCol)
void HRegion.GenRegionLine(HTuple beginRow, HTuple beginCol, HTuple endRow, HTuple endCol)
void HRegion.GenRegionLine(int beginRow, int beginCol, int endRow, int endCol)
The operator gen_region_linegen_region_lineGenRegionLineGenRegionLineGenRegionLine stores the given lines (with starting
point [BeginRowBeginRowBeginRowBeginRowbeginRow,BeginColBeginColBeginColBeginColbeginCol] and ending point
[EndRowEndRowEndRowEndRowendRow, EndColEndColEndColEndColendCol]) as region.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Line coordinates of the starting points of the input
lines.
Default value: 100
Suggested values: 10, 50, 100, 200, 300, 400
Typical range of values:
BeginRow
BeginRow
BeginRow
BeginRow
beginRow
(lin)
Minimum increment: 1
Recommended increment: 1
Column coordinates of the starting points of the input
lines.
Default value: 50
Suggested values: 10, 50, 100, 200, 300, 400
Typical range of values:
BeginCol
BeginCol
BeginCol
BeginCol
beginCol
(lin)
Minimum increment: 1
Recommended increment: 1
Line coordinates of the ending points of the input
lines.
Default value: 150
Suggested values: 50, 100, 200, 300, 400, 500
Typical range of values:
EndRow
EndRow
EndRow
EndRow
endRow
(lin)
Minimum increment: 1
Recommended increment: 1
Column coordinates of the ending points of the
input lines.
Default value: 250
Suggested values: 50, 100, 200, 300, 400, 500
Typical range of values:
EndCol
EndCol
EndCol
EndCol
endCol
(lin)
Minimum increment: 1
Recommended increment: 1
The operator gen_region_linegen_region_lineGenRegionLineGenRegionLineGenRegionLine always returns the value 2 (H_MSG_TRUE).
The clipping according to the current image format is determined by the
operator set_system('clip_region',<'true'/'false'>)set_system("clip_region",<"true"/"false">)SetSystem("clip_region",<"true"/"false">)SetSystem("clip_region",<"true"/"false">)SetSystem("clip_region",<"true"/"false">).
split_skeleton_linessplit_skeleton_linesSplitSkeletonLinesSplitSkeletonLinesSplitSkeletonLines
gen_region_hlinegen_region_hlineGenRegionHlineGenRegionHlineGenRegionHline
Foundation