Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
Méthode | Description | |
---|---|---|
HorizontalBoxBlur ( UnmanagedImage &image, |
||
KernelSizeInRange ( byte kernelSize ) : IntRange | ||
VerticalBoxBlur ( UnmanagedImage &image, |
public FastBoxBlur ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public FastBoxBlur ( byte horizontalKernelSize, byte verticalKernelSize ) : System.Collections.Generic | ||
horizontalKernelSize | byte | Horizontal kernel size. |
verticalKernelSize | byte | Vertical kernel size. |
Résultat | System.Collections.Generic |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
Résultat | void |