Click or drag to resize

Cv2GetStructuringElement Method (MorphShapes, Size)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Mat GetStructuringElement(
	MorphShapes shape,
	Size ksize
)

Parameters

shape
Type: OpenCvSharpMorphShapes
ksize
Type: OpenCvSharpSize

Return Value

Type: Mat
See Also