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