store_lines ( : Regions : BeginRow, BeginCol, EndRow, EndCol : )
Store input lines as regions (of images).
The operator store_lines stores the given lines (with starting point
[BeginRow,BeginCol] and ending point [EndRow,
EndCol]) as region.
Parameters
Regions (output_object)
|
region -> object
|
Created regions. |
BeginRow (input_control)
|
line.begin.y(-array) -> integer
|
Line coordinates of the starting points of the input lines. |
Default value: 100 |
Suggested values: 10, 50, 100, 200, 300, 400 |
Range of values: 0 <= BeginRow <= 511 (lin) |
Minimum increment: 1
|
Recommended increment: 1
|
BeginCol (input_control)
|
line.begin.x(-array) -> integer
|
Column coordinates of the starting points of the input lines. |
Default value: 50 |
Suggested values: 10, 50, 100, 200, 300, 400 |
Range of values: 0 <= BeginCol <= 511 (lin) |
Minimum increment: 1
|
Recommended increment: 1
|
EndRow (input_control)
|
line.end.y(-array) -> integer
|
Line coordinates of the ending points of the input lines. |
Default value: 150 |
Suggested values: 50, 100, 200, 300, 400, 500 |
Range of values: 0 <= EndRow <= 511 (lin) |
Minimum increment: 1
|
Recommended increment: 1
|
EndCol (input_control)
|
line.end.x(-array) -> integer
|
Column coordinates of the ending points of the
input lines. |
Default value: 250 |
Suggested values: 50, 100, 200, 300, 400, 500 |
Range of values: 0 <= EndCol <= 511 (lin) |
Minimum increment: 1
|
Recommended increment: 1
|
Result
The operator store_lines always returns the value TRUE.
The clipping of the current image format is determined by the
operator set_system(::'clip_region',<true/false>:).
Possible Predecessors
split_skeleton2
Alternatives
store_hesse_lines
Copyright © 1996-1997 MVTec Software GmbH