C# Class Accord.Imaging.Filters.WolfJolionThreshold

Wolf Jolion Threshold.
Inheritance: BaseFilter
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
WolfJolionThreshold ( ) : Accord.Imaging

Initializes a new instance of the WolfJolionThreshold class.

Protected Methods

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

Process the filter on the specified image.

Private Methods

Method Description
Max ( int width, int height, byte src, int offset ) : int
Min ( int width, int height, byte src, int offset ) : int

Method Details

ProcessFilter() protected method

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

WolfJolionThreshold() public method

Initializes a new instance of the WolfJolionThreshold class.
public WolfJolionThreshold ( ) : Accord.Imaging
return Accord.Imaging