Method | Description | |
---|---|---|
YCbCrExtractChannel ( ) : System |
Initializes a new instance of the YCbCrExtractChannel class.
|
|
YCbCrExtractChannel ( short channel ) : System |
Initializes a new instance of the YCbCrExtractChannel class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
return | void |
public YCbCrExtractChannel ( short channel ) : System | ||
channel | short | YCbCr channel to extract. |
return | System |