Метод | Описание | |
---|---|---|
FastBoxBlur ( ) : System.Collections.Generic |
Initializes a new instance of the FastBoxBlur class.
|
|
FastBoxBlur ( byte horizontalKernelSize, byte verticalKernelSize ) : System.Collections.Generic |
Initializes a new instance of the FastBoxBlur class.
|
Метод | Описание | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
Метод | Описание | |
---|---|---|
HorizontalBoxBlur ( UnmanagedImage &image, |
||
KernelSizeInRange ( byte kernelSize ) : IntRange | ||
VerticalBoxBlur ( UnmanagedImage &image, |
public FastBoxBlur ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public FastBoxBlur ( byte horizontalKernelSize, byte verticalKernelSize ) : System.Collections.Generic | ||
horizontalKernelSize | byte | Horizontal kernel size. |
verticalKernelSize | byte | Vertical kernel size. |
Результат | System.Collections.Generic |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
Результат | void |