C# Class Accord.Imaging.Filters.CompassConvolution

Compass convolution filter.
Inheritance: BaseFilter
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
CompassConvolution ( int masks ) : System.Collections.Generic

Initializes a new instance of the CompassConvolution class.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the filter on the specified image.

Method Details

CompassConvolution() public method

Initializes a new instance of the CompassConvolution class.
public CompassConvolution ( int masks ) : System.Collections.Generic
masks int
return System.Collections.Generic

ProcessFilter() protected method

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void
sourceData Accord.Imaging.UnmanagedImage Source image data.
destinationData Accord.Imaging.UnmanagedImage Destination image data.
return void