C# Class Algorithmix.Forensics.EdgeDetector

Afficher le fichier Open project: Algorithmix/Papyrus

Méthodes publiques

Свойство Type Description
IgnorePoint int

Méthodes publiques

Méthode Description
EdgePoints ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
ScanFromLeft ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
ScanFromRight ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
Smoothen ( int edgePoints, int size = 10 ) : int[]

Private Methods

Méthode Description
Average ( int sum, int middle, int size ) : int

Method Details

EdgePoints() public static méthode

public static EdgePoints ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
shred System.Drawing.Bitmap
direction Direction
percentageIgnored double
Résultat int[]

ScanFromLeft() public static méthode

public static ScanFromLeft ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
shred System.Drawing.Bitmap
direction Direction
percentageIgnored double
Résultat int[]

ScanFromRight() public static méthode

public static ScanFromRight ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
shred System.Drawing.Bitmap
direction Direction
percentageIgnored double
Résultat int[]

Smoothen() public static méthode

public static Smoothen ( int edgePoints, int size = 10 ) : int[]
edgePoints int
size int
Résultat int[]

Property Details

IgnorePoint public_oe static_oe property

public static int IgnorePoint
Résultat int