runlength_distribution — Distribution of runs needed for runlength encoding of a region.
runlength_distribution(区域 : : : Foreground, Background)
该算子 runlength_distribution calculates the
distribution of the runs of a region of the fore- and
background. The frequency of the occurrence of a certain
length is calculated. Runs of infinite length are not counted.
Therefore the background are the holes of the region.
As many values are passed as set by the maximum
length of fore- or background, respectively.
The length of both tuples usually differs.
The first entry of the tuples is always 0
(no runs of the length 0).
If there are no blanks the empty tuple is passed
at Background.
Analogously the empty tuple is passed in case
of an empty region at Foreground.
区域 (input_object) region → object
Region to be examined.
Foreground (output_control) integer-array → (integer)
Length distribution of the region (foreground).
Background (output_control) integer-array → (integer)
Length distribution of the background.
If n is the number of runs of the region the runtime complexity is O(n).
该算子 runlength_distribution 返回值 2 (
H_MSG_TRUE)
if the input is not empty.
The behavior in case of empty input (no input regions available) is
set via 该算子 set_system('no_object_result',<Result>).
If more than one region is passed an exception is raised.
Foundation