Method | Description | |
---|---|---|
Erosion ( ) : System |
Initializes a new instance of the Erosion class. Initializes new instance of the Erosion class using default structuring element - 3x3 structuring element with all elements equal to 1. |
|
Erosion ( short se ) : System |
Initializes a new instance of the Erosion class. Structuring elemement for the erosion morphological operator must be square matrix with odd size in the range of [3, 99]. |
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData, |
Process the filter on the specified image.
|
public Erosion ( short se ) : System | ||
se | short | Structuring element. |
return | System |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData, |
||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
rect | Image rectangle for processing by the filter. | |
return | void |