C# Class Accord.Imaging.Filters.WolfJolionThreshold

Wolf Jolion Threshold.
Inheritance: BaseFilter
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
WolfJolionThreshold ( ) : Accord.Imaging

Initializes a new instance of the WolfJolionThreshold class.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the filter on the specified image.

Private Methods

Méthode 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 méthode

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.
Résultat void

WolfJolionThreshold() public méthode

Initializes a new instance of the WolfJolionThreshold class.
public WolfJolionThreshold ( ) : Accord.Imaging
Résultat Accord.Imaging