Cv2GetStructuringElement Method |
Name | Description | |
---|---|---|
GetStructuringElement(MorphShapes, Size) |
Returns a structuring element of the specified size and shape for morphological operations.
The function constructs and returns the structuring element that can be further passed to erode,
dilate or morphologyEx.But you can also construct an arbitrary binary mask yourself and use it as the structuring element.
| |
GetStructuringElement(MorphShapes, Size, Point) |
Returns a structuring element of the specified size and shape for morphological operations.
The function constructs and returns the structuring element that can be further passed to erode,
dilate or morphologyEx.But you can also construct an arbitrary binary mask yourself and use it as the structuring element.
|