|
oevislib_net
0.14.3.0
|
Functions | |
| ShapeRegion | oevislib_net.ShapeRegion.Dilate (float inRadius) |
| Computes the morphological dilation on the calling shape region, using a square kernel. | |
| ShapeRegion | oevislib_net.ShapeRegion.Erode (float inRadius) |
| Computes the morphological erosion on the calling shape region, using a square kernel. | |
|
inline |
Computes the morphological dilation on the calling shape region, using a square kernel.
| inRadius | Kernel radius. The effective kernel size will be (2 * inRadius + 1). Range: [0, +inf). |
|
inline |
Computes the morphological erosion on the calling shape region, using a square kernel.
| inRadius | Kernel radius. The effective kernel size will be (2 * inRadius + 1). Range: [0, +inf). |