gen_region_histo
— Convert a histogram into a region.
gen_region_histo
converts a histogram created with
gray_histo
, gray_histo_range
,or tuple_histo_range
into a region. Row
and Column
define the position of the
center of the graphic.
Scale
allows scaling of the graphic, whereby 1 means
displaying all 256 values, 2 means displaying 128 values, 3
means displaying only 64 values, etc.
Region
(output_object) region →
object
Region containing the histogram.
Histogram
(input_control) histogram-array →
(integer)
Input histogram.
Row
(input_control) point.y →
(integer)
Row coordinate of the center of the histogram.
Default: 255
Suggested values: 100, 200, 255, 300, 400
Value range:
0
≤
Row
≤
511
Column
(input_control) point.x →
(integer)
Column coordinate of the center of the histogram.
Default: 255
Suggested values: 100, 200, 255, 300, 400
Value range:
0
≤
Column
≤
511
Scale
(input_control) integer →
(integer)
Scale factor for the histogram.
Default: 1
Suggested values: 1, 2, 3, 4, 5, 6, 7
Value range:
1
≤
Scale
≤
10
(lin)
Minimum increment: 1
Recommended increment: 1
gen_region_histo
returns 2 (
H_MSG_TRUE)
if all parameters are correct.
If necessary, an exception is raised.
gray_histo
,
gray_histo_range
,
tuple_histo_range
Foundation