프로퍼티 | 타입 | 설명 | |
---|---|---|---|
threshold | int |
메소드 | 설명 | |
---|---|---|
Threshold ( ) : System |
Initializes a new instance of the Threshold class.
|
|
Threshold ( int threshold ) : System |
Initializes a new instance of the Threshold class.
|
메소드 | 설명 | |
---|---|---|
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. | |
리턴 | void |
public Threshold ( int threshold ) : System | ||
threshold | int | Threshold value. |
리턴 | System |