Operators |
fitting — Perform a closing after an opening with multiple structuring elements.
gauss_image is obsolete and is only provided for reasons of backward compatibility.
fitting(Region, StructElements : RegionFitted : : )
fitting performs an opening and a closing successively on the input regions. The eight structuring elements normally used for this operation can be generated with the operator gen_struct_elements. However, other user-defined structuring elements can also be used. Let R be the input region(s) and let denote the structuring elements. Furthermore, let P be the result of the opening and Q be the final result. Then the operator can be formalized as follows:
Regions to be processed.
Structuring elements.
Fitted regions.
fitting 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.
gen_struct_elements, gen_region_points
reduce_domain, select_shape, area_center, connection
opening, closing, connection, select_shape
Foundation
Operators |