Method | Description | |
---|---|---|
HitAndMiss ( short se ) : System |
Initializes a new instance of the HitAndMiss class. Structuring elemement for the hit-and-miss morphological operator must be square matrix with odd size in the range of [3, 99]. |
|
HitAndMiss ( short se, Modes mode ) : System |
Initializes a new instance of the HitAndMiss class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData, |
Process the filter on the specified image.
|
public HitAndMiss ( short se ) : System | ||
se | short | Structuring element. |
return | System |
public HitAndMiss ( short se, Modes mode ) : System | ||
se | short | Structuring element. |
mode | Modes | Operation mode. |
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 |