erosion_seq erosion_seq ErosionSeq ErosionSeq erosion_seq (Operator)
Name
erosion_seq erosion_seq ErosionSeq ErosionSeq erosion_seq
— Erode a region sequentially.
Warning
erosion_seq erosion_seq ErosionSeq ErosionSeq ErosionSeq erosion_seq
is obsolete and is only provided for
reasons of backward compatibility.
Signature
Description
erosion_seq erosion_seq ErosionSeq ErosionSeq ErosionSeq erosion_seq
computes the sequential erosion of the
input region Region Region Region Region region region
with the selected structuring element
GolayElement GolayElement GolayElement GolayElement golayElement golay_element
from the Golay alphabet. This is done by
executing the operator erosion_golay erosion_golay ErosionGolay ErosionGolay ErosionGolay erosion_golay
with all rotations
of the structuring element Iterations Iterations Iterations Iterations iterations iterations
times. The
following structuring elements can be selected:
'l', 'd', 'c', 'f', 'h', 'k'.
Only the “foreground elements” (even rotation numbers) are used.
The elements 'i' and 'e' result in unchanged output regions. The
elements 'l', 'm' and 'f2' are identical for the foreground. The
Golay elements, together with all possible rotations, are described
with the operator golay_elements golay_elements GolayElements GolayElements GolayElements golay_elements
.
Execution Information
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
Multithreading scope: global (may be called from any thread).
Automatically parallelized on tuple level.
Parameters
Region Region Region Region region region
(input_object) region(-array) →
object HRegion HObject HRegion Hobject
Regions to be eroded.
RegionErosion RegionErosion RegionErosion RegionErosion regionErosion region_erosion
(output_object) region(-array) →
object HRegion HObject HRegion Hobject *
Eroded regions.
GolayElement GolayElement GolayElement GolayElement golayElement golay_element
(input_control) string →
HTuple str HTuple Htuple (string) (string ) (HString ) (char* )
Structuring element from the Golay alphabet.
Default value:
'h'
"h"
"h"
"h"
"h"
"h"
List of values: 'c' "c" "c" "c" "c" "c" , 'd' "d" "d" "d" "d" "d" , 'f' "f" "f" "f" "f" "f" , 'h' "h" "h" "h" "h" "h" , 'k' "k" "k" "k" "k" "k" , 'l' "l" "l" "l" "l" "l"
Iterations Iterations Iterations Iterations iterations iterations
(input_control) integer →
HTuple int HTuple Htuple (integer) (int / long) (Hlong ) (Hlong )
Number of iterations.
Default value: 1
Suggested values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 15, 17, 20, 30, 40, 50
Typical range of values: 1
≤
Iterations
Iterations
Iterations
Iterations
iterations
iterations
(lin)
Minimum increment: 1
Recommended increment: 1
Complexity
Let F be the area of an input region. Then the runtime complexity for one
region is:
Result
erosion_seq erosion_seq ErosionSeq ErosionSeq ErosionSeq erosion_seq
returns TRUE if all parameters are
correct. The behavior in case of empty or no input region can be
set via:
no region:
set_system('no_object_result',<RegionResult>) set_system("no_object_result",<RegionResult>) SetSystem("no_object_result",<RegionResult>) SetSystem("no_object_result",<RegionResult>) SetSystem("no_object_result",<RegionResult>) set_system("no_object_result",<RegionResult>)
empty region:
set_system('empty_region_result',<RegionResult>) set_system("empty_region_result",<RegionResult>) SetSystem("empty_region_result",<RegionResult>) SetSystem("empty_region_result",<RegionResult>) SetSystem("empty_region_result",<RegionResult>) set_system("empty_region_result",<RegionResult>)
Otherwise, an exception is raised.
Possible Predecessors
threshold threshold Threshold Threshold Threshold threshold
,
regiongrowing regiongrowing Regiongrowing Regiongrowing Regiongrowing regiongrowing
,
watersheds watersheds Watersheds Watersheds Watersheds watersheds
,
class_ndim_norm class_ndim_norm ClassNdimNorm ClassNdimNorm ClassNdimNorm class_ndim_norm
Possible Successors
connection connection Connection Connection Connection connection
,
reduce_domain reduce_domain ReduceDomain ReduceDomain ReduceDomain reduce_domain
,
select_shape select_shape SelectShape SelectShape SelectShape select_shape
,
area_center area_center AreaCenter AreaCenter AreaCenter area_center
Alternatives
erosion_golay erosion_golay ErosionGolay ErosionGolay ErosionGolay erosion_golay
,
erosion1 erosion1 Erosion1 Erosion1 Erosion1 erosion1
,
erosion2 erosion2 Erosion2 Erosion2 Erosion2 erosion2
See also
dilation_seq dilation_seq DilationSeq DilationSeq DilationSeq dilation_seq
,
hit_or_miss_seq hit_or_miss_seq HitOrMissSeq HitOrMissSeq HitOrMissSeq hit_or_miss_seq
,
thinning_seq thinning_seq ThinningSeq ThinningSeq ThinningSeq thinning_seq
Module
Foundation