Method | Description | |
---|---|---|
ConvolutionFilter ( IEdgeFilter edgeFilter, bool greyscale ) : System |
Initializes a new instance of the ConvolutionFilter class.
|
|
Process2DFilter ( Image source ) : |
Processes the given bitmap to apply the current instance of I2DEdgeFilter.
|
|
ProcessFilter ( Image source ) : |
Processes the given bitmap to apply the current instance of IEdgeFilter.
|
public ConvolutionFilter ( IEdgeFilter edgeFilter, bool greyscale ) : System | ||
edgeFilter | IEdgeFilter |
/// The |
greyscale | bool | /// Whether to produce a greyscale output. /// |
return | System |
public Process2DFilter ( Image source ) : |
||
source | Image | The image to process. |
return |
public ProcessFilter ( Image source ) : |
||
source | Image | The image to process. |
return |