Method | Description | |
---|---|---|
YCbCrReplaceChannel ( short channel, |
Initializes a new instance of the YCbCrReplaceChannel class.
|
|
YCbCrReplaceChannel ( short channel, UnmanagedImage channelImage ) : System |
Initializes a new instance of the YCbCrReplaceChannel class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
YCbCrReplaceChannel ( ) : System |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
return | void |
public YCbCrReplaceChannel ( short channel, |
||
channel | short | YCbCr channel to replace. |
channelImage | Channel image to use for replacement. | |
return | System |
public YCbCrReplaceChannel ( short channel, UnmanagedImage channelImage ) : System | ||
channel | short | YCbCr channel to replace. |
channelImage | UnmanagedImage | Unmanaged channel image to use for replacement. |
return | System |