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