Cv2GetStructuringElement Method (MorphShapes, Size)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static Mat GetStructuringElement(
MorphShapes shape,
Size ksize
)
Public Shared Function GetStructuringElement (
shape As MorphShapes,
ksize As Size
) As Mat
public:
static Mat^ GetStructuringElement(
MorphShapes shape,
Size ksize
)
static member GetStructuringElement :
shape : MorphShapes *
ksize : Size -> Mat
OpenCvSharp.Cv2.GetStructuringElement = function(shape, ksize);
Parameters
- shape
- Type: OpenCvSharpMorphShapes
- ksize
- Type: OpenCvSharpSize
Return Value
Type:
Mat
See Also