Method | Description | |
---|---|---|
YCbCrFiltering ( ) : System |
Initializes a new instance of the YCbCrFiltering class.
|
|
YCbCrFiltering ( |
Initializes a new instance of the YCbCrFiltering 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 YCbCrFiltering ( |
||
yRange | Range of Y component. | |
cbRange | Range of Cb component. | |
crRange | Range of Cr component. | |
return | System |