Method GetStructuringElement
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
GetStructuringElement(MorphShapes, Size)
Returns a run length encoded structuring element of the specified size and shape.
public static Mat GetStructuringElement(MorphShapes shape, Size ksize)
Parameters
shapeMorphShapesElement shape that can be one of cv::MorphShapes
ksizeSizeSize of the structuring element.