Метод | Описание | |
---|---|---|
Variance ( ) : System |
Initializes a new instance of the Variance class.
|
|
Variance ( int radius ) : System |
Initializes a new instance of the Variance class.
|
Метод | Описание | |
---|---|---|
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. |
Результат | void |
public Variance ( int radius ) : System | ||
radius | int | The radius neighborhood used to compute a pixel's local variance. |
Результат | System |