hit_or_miss_golay
— Hit-or-miss operation for regions using the Golay alphabet.
hit_or_miss_golay
is obsolete and is only provided for
reasons of backward compatibility.
hit_or_miss_golay(Region : RegionHitMiss : GolayElement, Rotation : )
hit_or_miss_golay
performs the
hit-or-miss-transformation for the input regions Region
(using structuring elements from the Golay alphabet). First, an
erosion with the foreground of the structuring element
GolayElement
is done on the input region
Region
. Then an erosion with the background of the
structuring element GolayElement
is performed on the
complement of the input region. The intersection of the two
resulting regions is the result RegionHitMiss
of
hit_or_miss_golay
. The following structuring elements
are available:
'l', 'm', 'd', 'c', 'e','i', 'f', 'f2', 'h', 'k'.
The rotation number Rotation
determines which rotation of
the element should be used. The hit-or-miss-transformation selects
precisely the points for which the conditions given by the selected
Golay element are fulfilled.
Not all values of Rotation
are valid for any Golay
element.
Region
(input_object) region(-array) →
object
Regions to be processed.
RegionHitMiss
(output_object) region(-array) →
object
Result of the hit-or-miss operation.
GolayElement
(input_control) string →
(string)
Structuring element from the Golay alphabet.
Default value: 'h'
List of values: 'c' , 'd' , 'e' , 'f' , 'f2' , 'h' , 'i' , 'k' , 'l' , 'm'
Rotation
(input_control) integer →
(integer)
Rotation of the Golay element. Depending on the element, not all rotations are valid.
Default value: 0
List of values: 0, 2, 4, 6, 8, 10, 12, 14, 1, 3, 5, 7, 9, 11, 13, 15
Let F be the area of an input region. Then the runtime complexity for one region is:
hit_or_miss_golay
returns 2 (H_MSG_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>)
empty region: set_system('empty_region_result',<RegionResult>)
Otherwise, an exception is raised.
threshold
,
regiongrowing
,
connection
,
union1
,
watersheds
,
class_ndim_norm
reduce_domain
,
select_shape
,
area_center
,
connection
erosion_golay
,
dilation_golay
,
opening_golay
,
closing_golay
,
thinning_golay
,
thickening_golay
,
golay_elements
Foundation