Method | Description | |
---|---|---|
ThresholdWithCarry ( ) : System |
Initializes a new instance of the ThresholdWithCarry class.
|
|
ThresholdWithCarry ( byte threshold ) : System |
Initializes a new instance of the ThresholdWithCarry class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
return | void |
public ThresholdWithCarry ( byte threshold ) : System | ||
threshold | byte | Threshold value. |
return | System |