operator method

operator

Sets the ‘operator’ attribute of the feMorphology element, specifying the type of morphological operation.

Returns

The current builder instance.

def operator(self, op):
    ...
ParameterTypeDescription
opMorphologyOperatorThe MorphologyOperator specifying the operation type (e.g., ‘dilate’ or ’erode’).

See Also