oevislib_net  0.14.3.0
Loading...
Searching...
No Matches
Morphology

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.

Detailed Description

Function Documentation

◆ Dilate()

ShapeRegion oevislib_net.ShapeRegion.Dilate ( float inRadius)
inline

Computes the morphological dilation on the calling shape region, using a square kernel.

Parameters
inRadiusKernel radius. The effective kernel size will be (2 * inRadius + 1). Range: [0, +inf).
Returns
The dilated shape region.

◆ Erode()

ShapeRegion oevislib_net.ShapeRegion.Erode ( float inRadius)
inline

Computes the morphological erosion on the calling shape region, using a square kernel.

Parameters
inRadiusKernel radius. The effective kernel size will be (2 * inRadius + 1). Range: [0, +inf).
Returns
The eroded shape region.